1TLS_CONFIG_OCSP_REQUI... BSD Library Functions Manual TLS_CONFIG_OCSP_REQUI...
2

NAME

4     tls_config_ocsp_require_stapling — OCSP configuration for libtls
5

SYNOPSIS

7     #include <tls.h>
8
9     void
10     tls_config_ocsp_require_stapling(struct tls_config *config);
11

DESCRIPTION

13     tls_config_ocsp_require_stapling() requires that a valid stapled OCSP
14     response be provided during the TLS handshake.
15

SEE ALSO

17     tls_config_add_keypair_file(3), tls_handshake(3), tls_init(3),
18     tls_ocsp_process_response(3)
19

HISTORY

21     These functions appeared in OpenBSD 6.1.
22

AUTHORS

24     Bob Beck <beck@openbsd.org>
25
26BSD                            January 31, 2017                            BSD
Impressum