Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 9 of 9) sorted by relevance
/openbsd/regress/lib/libssl/unit/ |
H A D | ssl_versions.c | 46 .options = SSL_OP_NO_TLSv1, 74 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1, 88 .options = SSL_OP_NO_TLSv1 | 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() 339 .options = SSL_OP_NO_TLSv1, 347 .options = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1, 363 .options = SSL_OP_NO_TLSv1, [all …]
|
/openbsd/regress/lib/libssl/server/ |
H A D | servertest.c | 96 .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/lib/libssl/ |
H A D | ssl_versions.c | 148 options |= SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1; in ssl_enabled_tls_version_range() 150 options |= SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_2; in ssl_enabled_tls_version_range()
|
H A D | ssl.h | 398 #define SSL_OP_NO_TLSv1 0x04000000L macro
|
/openbsd/regress/lib/libssl/client/ |
H A D | clienttest.c | 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/sbin/unwind/libunbound/util/ |
H A D | net_help.c | 1152 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1154 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup() 1155 != SSL_OP_NO_TLSv1){ in listen_sslctx_setup()
|
/openbsd/usr.sbin/unbound/util/ |
H A D | net_help.c | 1152 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1154 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup() 1155 != SSL_OP_NO_TLSv1){ in listen_sslctx_setup()
|
/openbsd/lib/libtls/ |
H A D | tls.c | 546 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
|
/openbsd/usr.sbin/nsd/ |
H A D | server.c | 2084 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in server_tls_ctx_setup() 2086 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in server_tls_ctx_setup() 2087 != SSL_OP_NO_TLSv1){ in server_tls_ctx_setup()
|