Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_versions.c159 else if ((options & SSL_OP_NO_TLSv1_3) == 0) in ssl_enabled_tls_version_range()
162 if ((options & SSL_OP_NO_TLSv1_3) && min_version < TLS1_3_VERSION) in ssl_enabled_tls_version_range()
/dragonfly/crypto/libressl/tls/
H A Dtls.c514 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
523 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2940 #ifdef SSL_OP_NO_TLSv1_3 in tls_set_conn_flags()
2942 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
2944 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
4958 #ifdef SSL_OP_NO_TLSv1_3 in tls_connection_set_params()
4964 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c688 .value = SSL_OP_NO_TLSv1_3,
H A Ds_server.c845 .value = SSL_OP_NO_TLSv1_3,
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h417 #define SSL_OP_NO_TLSv1_3 0x20000000L macro