logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tls_config_ocsp_require_stapling — OCSP configuration for libtls

Authors

       Bob Beck <beck@openbsd.org>

Debian                                          January 31, 2017             TLS_CONFIG_OCSP_REQUIRE_STAPLING(3)

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