Searched refs:TLS_client_method (Results 1 – 8 of 8) sorted by relevance
460 TLS_client_method(void) in TLS_client_method() function494 return TLS_client_method(); in SSLv23_client_method()
123 meth = TLS_client_method(); in smtp_init_crypto()
246 s_time_meth = TLS_client_method(); in s_time_main()
1516 ctx = SSL_CTX_new(TLS_client_method()); in process_responder()
939 s_client_config.meth = TLS_client_method(); in s_client_main()
74 ssl_ctx = SSL_CTX_new(TLS_client_method()); in ldns_dane_new_ssl_context()
1358 const SSL_METHOD *TLS_client_method(void); /* TLS v1.0 or later */
115 - Use TLS_client_method() instead of TLSv1_client_method() in2329 * Added TLS_method, TLS_client_method and TLS_server_method as a