Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 9 of 9) sorted by relevance

/openbsd/regress/lib/libssl/unit/
H A Dssl_versions.c67 .options = SSL_OP_NO_TLSv1_1,
74 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1,
81 .options = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2,
95 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 |
103 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 |
111 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 |
212 SSL_clear_options(ssl, SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | in test_ssl_enabled_version_range()
323 .options = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2,
347 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1,
355 .options = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2,
[all …]
/openbsd/regress/lib/libssl/client/
H A Dclienttest.c438 .ssl_options = SSL_OP_NO_TLSv1_1,
472 .ssl_options = SSL_OP_NO_TLSv1_1,
483 .ssl_options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1,
493 .ssl_options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2,
/openbsd/regress/lib/libssl/server/
H A Dservertest.c96 .ssl_clear_options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1,
105 .ssl_clear_options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1,
/openbsd/sbin/unwind/libunbound/util/
H A Dnet_help.c1152 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1160 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
1162 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1163 != SSL_OP_NO_TLSv1_1){ in listen_sslctx_setup()
/openbsd/usr.sbin/unbound/util/
H A Dnet_help.c1152 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1160 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
1162 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1163 != SSL_OP_NO_TLSv1_1){ in listen_sslctx_setup()
/openbsd/lib/libssl/
H A Dssl_versions.c148 options |= SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1; in ssl_enabled_tls_version_range()
H A Dssl.h400 #define SSL_OP_NO_TLSv1_1 0x10000000L macro
/openbsd/lib/libtls/
H A Dtls.c547 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
/openbsd/usr.sbin/nsd/
H A Dserver.c2084 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in server_tls_ctx_setup()
2093 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in server_tls_ctx_setup()
2095 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in server_tls_ctx_setup()
2096 != SSL_OP_NO_TLSv1_1){ in server_tls_ctx_setup()