Home
last modified time | relevance | path

Searched refs:SSLv23_method (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/crypto/libressl/tls/
H A Dtls_config.c485 if ((ssl_ctx = SSL_CTX_new(SSLv23_method())) == NULL) { in tls_config_set_ciphers()
/dragonfly/crypto/libressl/ssl/
H A Dssl_methods.c498 SSLv23_method(void) in SSLv23_method() function
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1340 const SSL_METHOD *SSLv23_method(void); /* SSLv3 or TLSv1.* */
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1024 ssl = SSL_CTX_new(SSLv23_method()); in tls_init()