Home
last modified time | relevance | path

Searched refs:SSL_EXT_TLS_ONLY (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_extension_supported.pod176 =item SSL_EXT_TLS_ONLY
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDextensions.c406 if ((extctx & SSL_EXT_TLS_ONLY) != 0) in validate_context()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h237 #define SSL_EXT_TLS_ONLY 0x0001 macro