Home
last modified time | relevance | path

Searched refs:TLS_client_method (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_methods.c460 TLS_client_method(void) in TLS_client_method() function
494 return TLS_client_method(); in SSLv23_client_method()
/dflybsd-src/libexec/dma/
H A Dcrypto.c123 meth = TLS_client_method(); in smtp_init_crypto()
/dflybsd-src/crypto/libressl/apps/openssl/
H A Ds_time.c246 s_time_meth = TLS_client_method(); in s_time_main()
H A Docsp.c1516 ctx = SSL_CTX_new(TLS_client_method()); in process_responder()
H A Ds_client.c939 s_client_config.meth = TLS_client_method(); in s_client_main()
/dflybsd-src/contrib/ldns/
H A Ddane.c74 ssl_ctx = SSL_CTX_new(TLS_client_method()); in ldns_dane_new_ssl_context()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h1358 const SSL_METHOD *TLS_client_method(void); /* TLS v1.0 or later */
/dflybsd-src/crypto/libressl/
H A DChangeLog115 - Use TLS_client_method() instead of TLSv1_client_method() in
2329 * Added TLS_method, TLS_client_method and TLS_server_method as a