Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_new.pod8 TLSv1_1_method, TLSv1_1_server_method, TLSv1_1_client_method, TLS_method,
23 const SSL_METHOD *TLS_method(void);
90 =item TLS_method(), TLS_server_method(), TLS_client_method()
102 TLS_method(), TLS_server_method() and TLS_client_method() respectively.
149 TLS_method(), TLS_server_method(), TLS_client_method(), DTLS_method(),
210 were deprecated and the preferred TLS_method(), TLS_server_method()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dfatalerrtest.c31 if (!TEST_true(create_ssl_ctx_pair(TLS_method(), TLS_method(), in test_fatalerr()
H A Dservername_test.c94 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_before_state()
142 ctx = SSL_CTX_new(TLS_method()); in client_setup_sni_after_state()
H A Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
H A Dclienthellotest.c84 ctx = SSL_CTX_new(TLS_method()); in test_client_hello()
H A Dtls13encryptiontest.c333 ctx = SSL_CTX_new(TLS_method()); in test_tls13_encryption()
H A Dtls13secretstest.c275 ctx = SSL_CTX_new(TLS_method()); in test_handshake_secrets()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dfatalerrtest.c31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
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 Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
H A Dclienthellotest.c88 ctx = SSL_CTX_new(TLS_method()); in test_client_hello()
H A Dtls13encryptiontest.c322 ctx = SSL_CTX_new(TLS_method()); in test_tls13_encryption()
H A Dtls13secretstest.c283 ctx = SSL_CTX_new(TLS_method()); in test_handshake_secrets()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/bsd/libevent/dist/
H A Dopenssl-compat.h36 #define TLS_method SSLv23_method macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dmethods.c19 TLS_method,
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dmethods.c20 TLS_method,
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dh.c325 if ((tmpctx = SSL_CTX_new(TLS_method())) == 0) { in setup_auto_groups()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dle-proxy.c284 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/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());
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map390 TLS_method;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map507 TLS_method;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c1422 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1641 if (s->ctx->method->version == TLS_method()->version) in ssl_check_version_downgrade()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1877 #define SSLv23_method TLS_method
1882 __owur const SSL_METHOD *TLS_method(void);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc537 config->is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()

12