Home
last modified time | relevance | path

Searched defs:SSL_OP_NO_TLSv1_1 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dmethods.c33 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dmethods.c34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h368 #define SSL_OP_NO_TLSv1_1 0L /* Noop */ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h380 # define SSL_OP_NO_TLSv1_1 0x10000000U macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in398 # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28) macro