Home
last modified time | relevance | path

Searched refs:TLS_method (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_methods.c470 TLS_method(void) in TLS_method() function
482 return TLS_method(); in TLS_server_method()
500 return TLS_method(); in SSLv23_method()
506 return TLS_method(); in SSLv23_server_method()
567 return (TLS_method()); in ssl_get_method()
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dciphers.c137 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) in ciphers_main()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h1356 const SSL_METHOD *TLS_method(void); /* TLS v1.0 or later */
/dflybsd-src/crypto/libressl/
H A DChangeLog1137 * Enable TLSv1.3 for the generic TLS_method().
2329 * Added TLS_method, TLS_client_method and TLS_server_method as a