|
NAMEtls_config_verify ,
tls_config_insecure_noverifycert ,
tls_config_insecure_noverifyname ,
tls_config_insecure_noverifytime —
insecure TLS configuration
SYNOPSIS#include <tls.h>
void
void
void
void
DESCRIPTIONThese functions disable parts of the normal certificate verification process, resulting in insecure configurations. Be very careful when using them.
SEE ALSOtls_client(3), tls_config_ocsp_require_stapling(3), tls_config_set_protocols(3), tls_conn_version(3), tls_connect(3), tls_handshake(3), tls_init(3)HISTORYtls_config_verify () appeared in OpenBSD
5.6 and got its final name in OpenBSD 5.7.
AUTHORSJoel Sing <jsing@openbsd.org>Ted Unangst <tedu@openbsd.org>
Visit the GSP FreeBSD Man Page Interface. |