OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_OP_NO_TLSv1_1
(Results
1 - 21
of
21
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
methods.c
34
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
65
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
98
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
ssl_conf.c
287
SSL_FLAG_TBL_INV("TLSv1.1",
SSL_OP_NO_TLSv1_1
),
845
{
SSL_OP_NO_TLSv1_1
, 0 }, /* no_tls1_1 */
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
34
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
65
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
98
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
ssl_conf.c
284
SSL_FLAG_TBL_INV("TLSv1.1",
SSL_OP_NO_TLSv1_1
),
770
{
SSL_OP_NO_TLSv1_1
, 0}, /* no_tls1_1 */
/src/crypto/external/bsd/openssl.old/dist/ssl/
methods.c
33
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
64
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
97
IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB,
SSL_OP_NO_TLSv1_1
,
ssl_conf.c
286
SSL_FLAG_TBL_INV("TLSv1.1",
SSL_OP_NO_TLSv1_1
),
691
{
SSL_OP_NO_TLSv1_1
, 0}, /* no_tls1_1 */
/src/external/bsd/ppp/dist/pppd/
tls.c
70
#ifdef
SSL_OP_NO_TLSv1_1
73
sslopt |=
SSL_OP_NO_TLSv1_1
;
/src/external/ibm-public/postfix/dist/src/tls/
tls.h
385
#undef
SSL_OP_NO_TLSv1_1
386
#define
SSL_OP_NO_TLSv1_1
0L /* Noop */
426
| (((m) & TLS_PROTOCOL_TLSv1_1) ?
SSL_OP_NO_TLSv1_1
: 0L) \
/src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c
402
#ifdef
SSL_OP_NO_TLSv1_1
404
opt |=
SSL_OP_NO_TLSv1_1
;
427
#ifdef
SSL_OP_NO_TLSv1_1
429
opt |=
SSL_OP_NO_TLSv1_1
;
/src/external/bsd/unbound/dist/util/
net_help.c
1246
#if defined(SSL_OP_NO_TLSv1) && defined(
SSL_OP_NO_TLSv1_1
)
1254
#if defined(
SSL_OP_NO_TLSv1_1
) && defined(SSL_OP_NO_TLSv1_2)
1256
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_TLSv1_1
) &
SSL_OP_NO_TLSv1_1
)
1257
!=
SSL_OP_NO_TLSv1_1
){
1258
log_crypto_err("could not set
SSL_OP_NO_TLSv1_1
");
/src/external/bsd/libevent/dist/test/
regress_ssl.c
182
#ifdef
SSL_OP_NO_TLSv1_1
183
SSL_CTX_set_options(the_ssl_ctx,
SSL_OP_NO_TLSv1_1
);
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c
181
#ifdef
SSL_OP_NO_TLSv1_1
182
SSL_CTX_set_options(the_ssl_ctx,
SSL_OP_NO_TLSv1_1
);
/src/external/mpl/bind/dist/lib/isc/
tls.c
317
SSL_OP_NO_TLSv1 |
SSL_OP_NO_TLSv1_1
);
408
SSL_OP_NO_TLSv1 |
SSL_OP_NO_TLSv1_1
);
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
3130
#ifdef
SSL_OP_NO_TLSv1_1
3132
SSL_set_options(ssl,
SSL_OP_NO_TLSv1_1
);
3134
SSL_clear_options(ssl,
SSL_OP_NO_TLSv1_1
);
3135
#endif /*
SSL_OP_NO_TLSv1_1
*/
3298
SSL_set_options(ssl,
SSL_OP_NO_TLSv1_1
);
tls_wolfssl.c
1283
wolfSSL_set_options(ssl,
SSL_OP_NO_TLSv1_1
);
/src/external/bsd/nsd/dist/
server.c
2162
#if defined(SSL_OP_NO_TLSv1) && defined(
SSL_OP_NO_TLSv1_1
)
2171
#if defined(
SSL_OP_NO_TLSv1_1
) && defined(SSL_OP_NO_TLSv1_2)
2173
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_TLSv1_1
) &
SSL_OP_NO_TLSv1_1
)
2174
!=
SSL_OP_NO_TLSv1_1
){
2175
log_crypto_err("could not set
SSL_OP_NO_TLSv1_1
");
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
380
# define
SSL_OP_NO_TLSv1_1
0x10000000U
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
940
SSL_set_options(ssl.get(),
SSL_OP_NO_TLSv1_1
);
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
405
#define
SSL_OP_NO_TLSv1_1
SSL_OP_BIT(28)
435
(SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 |
SSL_OP_NO_TLSv1_1
\
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
398
# define
SSL_OP_NO_TLSv1_1
SSL_OP_BIT(28)
415
( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 |
SSL_OP_NO_TLSv1_1
\
Completed in 237 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026