HomeSort by: relevance | last modified time | path
    Searched refs:SSL_OP_NO_TLSv1 (Results 1 - 19 of 19) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
methods.c 40 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
71 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
104 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
ssl_conf.c 39 /* Sense of name is inverted e.g. "TLSv1" will clear SSL_OP_NO_TLSv1 */
286 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1),
844 { SSL_OP_NO_TLSv1, 0 }, /* no_tls1 */
ssl_local.h 3102 (SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS | SSL_OP_ALLOW_CLIENT_RENEGOTIATION | SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION | SSL_OP_NO_COMPRESSION | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_DTLSv1 | SSL_OP_NO_DTLSv1_2 | SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION | SSL_OP_CISCO_ANYCONNECT | SSL_OP_NO_RENEGOTIATION | SSL_OP_NO_EXTENDED_MASTER_SECRET | SSL_OP_NO_ENCRYPT_THEN_MAC | SSL_OP_COOKIE_EXCHANGE | SSL_OP_LEGACY_SERVER_CONNECT | SSL_OP_IGNORE_UNEXPECTED_EOF)
  /src/crypto/external/bsd/openssl/dist/ssl/
methods.c 40 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
71 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
104 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
ssl_conf.c 36 /* Sense of name is inverted e.g. "TLSv1" will clear SSL_OP_NO_TLSv1 */
283 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1),
769 {SSL_OP_NO_TLSv1, 0}, /* no_tls1 */
  /src/crypto/external/bsd/openssl.old/dist/ssl/
methods.c 39 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
70 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
103 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1,
ssl_conf.c 35 /* Sense of name is inverted e.g. "TLSv1" will clear SSL_OP_NO_TLSv1 */
285 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1),
690 {SSL_OP_NO_TLSv1, 0}, /* no_tls1 */
  /src/external/ibm-public/postfix/dist/src/tls/
tls.h 386 #undef SSL_OP_NO_TLSv1
387 #define SSL_OP_NO_TLSv1 0L /* Noop */
435 | (((m) & TLS_PROTOCOL_TLSv1) ? SSL_OP_NO_TLSv1 : 0L) \
  /src/external/bsd/ppp/dist/pppd/
tls.c 68 sslopt |= SSL_OP_NO_TLSv1;
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 398 #ifdef SSL_OP_NO_TLSv1
400 opt |= SSL_OP_NO_TLSv1;
431 #ifdef SSL_OP_NO_TLSv1
433 opt |= SSL_OP_NO_TLSv1;
  /src/external/bsd/unbound/dist/util/
net_help.c 1249 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1)
1251 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1)
1252 != SSL_OP_NO_TLSv1){
1253 log_crypto_err("could not set SSL_OP_NO_TLSv1");
  /src/external/mpl/bind/dist/lib/isc/
tls.c 240 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1);
331 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1);
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 3124 #ifdef SSL_OP_NO_TLSv1
3126 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
3128 SSL_clear_options(ssl, SSL_OP_NO_TLSv1);
3129 #endif /* SSL_OP_NO_TLSv1 */
3297 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
tls_wolfssl.c 1281 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 378 # define SSL_OP_NO_TLSv1 0x04000000U
387 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2|SSL_OP_NO_TLSv1_3)
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc 943 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1);
  /src/external/bsd/nsd/dist/
server.c 2162 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1)
2164 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1)
2165 != SSL_OP_NO_TLSv1){
2166 log_crypto_err("could not set SSL_OP_NO_TLSv1");
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 396 # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
415 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 403 #define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
435 (SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \

Completed in 49 milliseconds