Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/test/
H A Dfatalerrtest.c31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
H A Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
H A 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()
H A Dclienthellotest.c88 ctx = SSL_CTX_new(TLS_method()); in test_client_hello()
H A Dtls13secretstest.c283 ctx = SSL_CTX_new(TLS_method()); in test_handshake_secrets()
H A Dtls13encryptiontest.c322 ctx = SSL_CTX_new(TLS_method()); in test_tls13_encryption()
H A 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()
H A Dssl_old_test.c1344 meth = TLS_method(); in main()
/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod9 TLSv1_1_client_method, TLS_method, TLS_server_method, TLS_client_method,
26 const SSL_METHOD *TLS_method(void);
121 =item TLS_method(), TLS_server_method(), TLS_client_method()
133 TLS_method(), TLS_server_method() and TLS_client_method() respectively.
180 TLS_method(), TLS_server_method(), TLS_client_method(), DTLS_method(),
243 were deprecated and the preferred TLS_method(), TLS_server_method()
/freebsd-src/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h35 #define TLS_method SSLv23_method macro
/freebsd-src/contrib/libevent/
H A Dopenssl-compat.h35 #define TLS_method SSLv23_method macro
/freebsd-src/crypto/openssl/ssl/
H A Dmethods.c20 TLS_method,
/freebsd-src/contrib/libevent/sample/
H A Dle-proxy.c283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/freebsd-src/contrib/ntp/sntp/libevent/sample/
H A Dle-proxy.c283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/freebsd-src/secure/lib/libssl/
H A DVersion.map390 TLS_method;
/freebsd-src/crypto/openssl/doc/man7/
H A Dfips_module.pod425 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(fips_libctx, NULL, TLS_method());
431 TLS_method());
442 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(NULL, "fips=yes", TLS_method());
448 TLS_method());
/freebsd-src/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1436 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1645 if (s->ctx->method->version == TLS_method()->version) in ssl_check_version_downgrade()
/freebsd-src/crypto/openssl/util/
H A Dlibssl.num110 TLS_method 111 3_0_0 EXIST::FUNCTION:
/freebsd-src/crypto/openssl/include/openssl/
H A Dssl.h2004 #define SSLv23_method TLS_method
2009 __owur const SSL_METHOD *TLS_method(void);
H A Dssl.h.in1932 #define SSLv23_method TLS_method
1937 __owur const SSL_METHOD *TLS_method(void);
/freebsd-src/crypto/openssl/
H A DINSTALL.md999 use `TLS_method()` instead.
H A DCHANGES.md4830 TLS_method(), TLS_client_method() and TLS_server_method(). All new code
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DMakefile4253 MLINKS+= SSL_CTX_new.3 TLS_method.3