tls_config_ocsp_require_stapling — OCSP configuration for libtls
Contents
Description
tls_config_ocsp_require_stapling() requires that a valid stapled OCSP response be provided during the TLS
handshake.
History
These functions appeared in OpenBSD 6.1.
Name
tls_config_ocsp_require_stapling — OCSP configuration for libtls
See Also
tls_config_add_keypair_file(3), tls_handshake(3), tls_init(3), tls_ocsp_process_response(3)
Synopsis
#include<tls.h>voidtls_config_ocsp_require_stapling(structtls_config*config);
See Also
🤝
Handshake 