Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dfatalerrtest.c31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
Dservername_test.c107 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_before_state()
159 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_after_state()
Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
Dclienthellotest.c88 ctx = SSL_CTX_new(TLS_method()); in test_client_hello()
Dtls13secretstest.c283 ctx = SSL_CTX_new(TLS_method()); in test_handshake_secrets()
Dtls13encryptiontest.c322 ctx = SSL_CTX_new(TLS_method()); in test_tls13_encryption()
Dsslapitest.c3036 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in execute_test_ssl_bio()
6206 TLS_method(), in test_serverinfo_custom()
6207 TLS_method(), in test_serverinfo_custom()
8908 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in test_session_timeout()
Dssl_old_test.c1344 meth = TLS_method(); in main()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dtls.c58 #define TLS_method SSLv23_method macro
286 return TLS_method(); in tls_method()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dopenssl-compat.h37 #define TLS_method SSLv23_method macro
/netbsd/src/external/bsd/libevent/dist/
Dopenssl-compat.h36 #define TLS_method SSLv23_method macro
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dmethods.c20 TLS_method,
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_dh.c325 if ((tmpctx = SSL_CTX_new(TLS_method())) == 0) { in setup_auto_groups()
/netbsd/src/external/bsd/libevent/dist/sample/
Dle-proxy.c284 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/netbsd/src/crypto/external/bsd/openssl/lib/libssl/
Dssl.map507 TLS_method;
Dssl.expsym506 TLS_method@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibssl.num110 TLS_method 111 3_0_0 EXIST::FUNCTION:
/netbsd/src/crypto/external/bsd/openssl/dist/
DINSTALL.md999 use `TLS_method()` instead.
DCHANGES.md4861 TLS_method(), TLS_client_method() and TLS_server_method(). All new code