/freebsd-src/crypto/openssl/test/ |
H A D | fatalerrtest.c | 31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
|
H A D | sysdefaulttest.c | 41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
|
H A D | servername_test.c | 107 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 D | clienthellotest.c | 88 ctx = SSL_CTX_new(TLS_method()); in test_client_hello()
|
H A D | tls13secretstest.c | 283 ctx = SSL_CTX_new(TLS_method()); in test_handshake_secrets()
|
H A D | tls13encryptiontest.c | 322 ctx = SSL_CTX_new(TLS_method()); in test_tls13_encryption()
|
H A D | sslapitest.c | 3036 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 D | ssl_old_test.c | 1344 meth = TLS_method(); in main()
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_new.pod | 9 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 D | openssl-compat.h | 35 #define TLS_method SSLv23_method macro
|
/freebsd-src/contrib/libevent/ |
H A D | openssl-compat.h | 35 #define TLS_method SSLv23_method macro
|
/freebsd-src/crypto/openssl/ssl/ |
H A D | methods.c | 20 TLS_method,
|
/freebsd-src/contrib/libevent/sample/ |
H A D | le-proxy.c | 283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
|
/freebsd-src/contrib/ntp/sntp/libevent/sample/ |
H A D | le-proxy.c | 283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
|
/freebsd-src/secure/lib/libssl/ |
H A D | Version.map | 390 TLS_method;
|
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | fips_module.pod | 425 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 D | statem_lib.c | 1436 # 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 D | libssl.num | 110 TLS_method 111 3_0_0 EXIST::FUNCTION:
|
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2004 #define SSLv23_method TLS_method 2009 __owur const SSL_METHOD *TLS_method(void);
|
H A D | ssl.h.in | 1932 #define SSLv23_method TLS_method 1937 __owur const SSL_METHOD *TLS_method(void);
|
/freebsd-src/crypto/openssl/ |
H A D | INSTALL.md | 999 use `TLS_method()` instead.
|
H A D | CHANGES.md | 4830 TLS_method(), TLS_client_method() and TLS_server_method(). All new code
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4253 MLINKS+= SSL_CTX_new.3 TLS_method.3
|