tls_config_ocsp_require_stapling - Man Page
OCSP configuration for libtls
Synopsis
#include <tls.h
>
void
tls_config_ocsp_require_stapling
(struct tls_config *config);
Description
tls_config_ocsp_require_stapling
() requires that a valid stapled OCSP response be provided during the TLS handshake.
See Also
tls_config_add_keypair_file(3), tls_handshake(3), tls_init(3), tls_ocsp_process_response(3)
History
These functions appeared in OpenBSD 6.1.
Authors
Bob Beck <beck@openbsd.org>
Referenced By
tls_config_set_protocols(3), tls_config_verify(3), tls_connect(3), tls_init(3), tls_load_file(3), tls_ocsp_process_response(3).
January 31, 2017