1TLS_CONFIG_OCSP_REQUI... BSD Library Functions Manual TLS_CONFIG_OCSP_REQUI...
2
4 tls_config_ocsp_require_stapling — OCSP configuration for libtls
5
7 #include <tls.h>
8
9 void
10 tls_config_ocsp_require_stapling(struct tls_config *config);
11
13 tls_config_ocsp_require_stapling() requires that a valid stapled OCSP
14 response be provided during the TLS handshake.
15
17 tls_config_add_keypair_file(3), tls_handshake(3), tls_init(3),
18 tls_ocsp_process_response(3)
19
21 These functions appeared in OpenBSD 6.1.
22
24 Bob Beck <beck@openbsd.org>
25
26BSD January 31, 2017 BSD