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_2
(Results
1 - 21
of
21
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
methods.c
28
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
59
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
92
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
ssl_conf.c
288
SSL_FLAG_TBL_INV("TLSv1.2",
SSL_OP_NO_TLSv1_2
),
846
{
SSL_OP_NO_TLSv1_2
, 0 }, /* no_tls1_2 */
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
28
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
59
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
92
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
ssl_conf.c
285
SSL_FLAG_TBL_INV("TLSv1.2",
SSL_OP_NO_TLSv1_2
),
771
{
SSL_OP_NO_TLSv1_2
, 0}, /* no_tls1_2 */
/src/crypto/external/bsd/openssl.old/dist/ssl/
methods.c
27
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
58
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
91
IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0,
SSL_OP_NO_TLSv1_2
,
ssl_conf.c
287
SSL_FLAG_TBL_INV("TLSv1.2",
SSL_OP_NO_TLSv1_2
),
692
{
SSL_OP_NO_TLSv1_2
, 0}, /* no_tls1_2 */
/src/external/bsd/ppp/dist/pppd/
tls.c
76
#ifdef
SSL_OP_NO_TLSv1_2
79
sslopt |=
SSL_OP_NO_TLSv1_2
;
/src/external/ibm-public/postfix/dist/src/tls/
tls.h
404
#undef
SSL_OP_NO_TLSv1_2
405
#define
SSL_OP_NO_TLSv1_2
0L /* Noop */
437
| (((m) & TLS_PROTOCOL_TLSv1_2) ?
SSL_OP_NO_TLSv1_2
: 0L) \
/src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c
406
#ifdef
SSL_OP_NO_TLSv1_2
408
opt |=
SSL_OP_NO_TLSv1_2
;
423
#ifdef
SSL_OP_NO_TLSv1_2
425
opt |=
SSL_OP_NO_TLSv1_2
;
/src/external/bsd/unbound/dist/util/
net_help.c
1257
#if defined(SSL_OP_NO_TLSv1_1) && defined(
SSL_OP_NO_TLSv1_2
)
1265
#if defined(
SSL_OP_NO_TLSv1_2
)
1268
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_TLSv1_2
) &
SSL_OP_NO_TLSv1_2
)
1269
!=
SSL_OP_NO_TLSv1_2
){
1270
log_crypto_err("could not set
SSL_OP_NO_TLSv1_2
");
/src/external/bsd/libevent/dist/test/
regress_ssl.c
179
#ifdef
SSL_OP_NO_TLSv1_2
180
SSL_CTX_set_options(the_ssl_ctx,
SSL_OP_NO_TLSv1_2
);
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c
178
#ifdef
SSL_OP_NO_TLSv1_2
179
SSL_CTX_set_options(the_ssl_ctx,
SSL_OP_NO_TLSv1_2
);
/src/external/mpl/bind/dist/lib/isc/
tls.c
535
#ifdef
SSL_OP_NO_TLSv1_2
536
bit =
SSL_OP_NO_TLSv1_2
;
587
* specific protocol versions, like
SSL_OP_NO_TLSv1_2
,
607
*
SSL_OP_NO_TLSv1_2
. Insist that the configuration file
/src/external/bsd/nsd/dist/
server.c
2171
#if defined(SSL_OP_NO_TLSv1_1) && defined(
SSL_OP_NO_TLSv1_2
)
2180
#if defined(
SSL_OP_NO_TLSv1_2
) && defined(SSL_OP_NO_TLSv1_3)
2182
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_TLSv1_2
) &
SSL_OP_NO_TLSv1_2
)
2183
!=
SSL_OP_NO_TLSv1_2
){
2184
log_crypto_err("could not set
SSL_OP_NO_TLSv1_2
");
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
379
# define
SSL_OP_NO_TLSv1_2
0x08000000U
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
937
SSL_set_options(ssl.get(),
SSL_OP_NO_TLSv1_2
);
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
3136
#ifdef
SSL_OP_NO_TLSv1_2
3138
SSL_set_options(ssl,
SSL_OP_NO_TLSv1_2
);
3140
SSL_clear_options(ssl,
SSL_OP_NO_TLSv1_2
);
3141
#endif /*
SSL_OP_NO_TLSv1_2
*/
tls_wolfssl.c
1285
wolfSSL_set_options(ssl,
SSL_OP_NO_TLSv1_2
);
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
397
# define
SSL_OP_NO_TLSv1_2
SSL_OP_BIT(27)
416
|
SSL_OP_NO_TLSv1_2
| SSL_OP_NO_TLSv1_3 )
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
404
#define
SSL_OP_NO_TLSv1_2
SSL_OP_BIT(27)
436
|
SSL_OP_NO_TLSv1_2
| SSL_OP_NO_TLSv1_3)
Completed in 78 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026