Searched refs:SSL_CTX_new_ex (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/ |
D | ssl_test.c | 411 server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()); in test_handshake() 419 SSL_CTX_new_ex(libctx, NULL, DTLS_server_method())) in test_handshake() 424 client_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_client_method()); in test_handshake() 428 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake() 434 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake() 454 server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_handshake() 463 SSL_CTX_new_ex(libctx, NULL, TLS_server_method())) in test_handshake() 471 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_handshake() 476 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake() 483 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
|
D | sslapitest.c | 650 if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))) in test_ssl_build_cert_chain() 689 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))) in test_ssl_ctx_build_cert_chain() 2855 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in execute_test_ssl_bio() 7485 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers() 7489 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method()); in int_test_ssl_get_shared_ciphers() 8206 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_cert_cb_int() 8603 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in test_session_timeout() 8922 cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method()); in test_sigalgs_available() 8923 sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method()); in test_sigalgs_available() 9468 sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_sni_tls13() [all …]
|
D | ssl_old_test.c | 1386 c_ctx = SSL_CTX_new_ex(libctx, NULL, meth); in main() 1387 s_ctx = SSL_CTX_new_ex(libctx, NULL, meth); in main() 1388 s_ctx2 = SSL_CTX_new_ex(libctx, NULL, meth); /* no SSL_CTX_dup! */ in main()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_new.pod | 6 SSL_CTX_new, SSL_CTX_new_ex, SSL_CTX_up_ref, SSLv3_method, 21 SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq, 76 SSL_CTX_new_ex() creates a new B<SSL_CTX> object, which holds various 88 SSL_CTX_new() does the same as SSL_CTX_new_ex() except that the default 116 The I<method> parameter of SSL_CTX_new_ex() and SSL_CTX_new() 248 SSL_CTX_new_ex() was added in OpenSSL 3.0.
|
/third_party/openssl/doc/man7/ |
D | fips_module.pod | 410 L<SSL_CTX_new_ex(3)>. This works as a drop in replacement for the function 422 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(fips_libctx, NULL, TLS_method()); 427 SSL_CTX *non_fips_ssl_ctx = SSL_CTX_new_ex(non_fips_libctx, NULL, 439 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(NULL, "fips=yes", TLS_method()); 444 SSL_CTX *non_fips_ssl_ctx = SSL_CTX_new_ex(NULL, "provider!=fips",
|
/third_party/openssl/apps/ |
D | ciphers.c | 190 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in ciphers_main()
|
D | s_server.c | 1834 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main() 1959 ctx2 = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()
|
D | s_client.c | 1689 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_client_main()
|
/third_party/openssl/test/helpers/ |
D | ssltestlib.c | 732 else if (!TEST_ptr(serverctx = SSL_CTX_new_ex(libctx, NULL, sm)) in create_ssl_ctx_pair() 741 else if (!TEST_ptr(clientctx = SSL_CTX_new_ex(libctx, NULL, cm))) in create_ssl_ctx_pair()
|
/third_party/openssl/util/ |
D | libssl.num | 515 SSL_CTX_new_ex 516 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 3201 SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq, in SSL_CTX_new_ex() function 3414 return SSL_CTX_new_ex(NULL, NULL, meth); in SSL_CTX_new()
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1532 __owur SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq,
|