Home
last modified time | relevance | path

Searched refs:SSL_CTX_new_ex (Results 1 – 13 of 13) sorted by relevance

/openssl/test/
H A Dssl_test.c414 server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()); in test_handshake()
427 client_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_client_method()); in test_handshake()
431 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
437 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
457 server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_handshake()
474 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_handshake()
479 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
486 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
502 SSL_CTX_new_ex(libctx, NULL, in test_handshake()
508 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
[all …]
H A Dsslapitest.c2874 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in execute_test_ssl_bio()
7520 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers()
8211 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_cert_cb_int()
8608 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in test_session_timeout()
8927 cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method()); in test_sigalgs_available()
8928 sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method()); in test_sigalgs_available()
9483 sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_sni_tls13()
9601 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_alpn()
9667 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_verify_cert_store_ssl_ctx()
9747 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_verify_cert_store_ssl()
[all …]
H A Dssl_old_test.c1386 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()
/openssl/doc/man3/
H A DOSSL_QUIC_client_method.pod21 L<SSL_CTX_new_ex(3)> function to provide QUIC protocol support.
40 L<SSL_CTX_new_ex(3)>
H A DSSL_CTX_new.pod6 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.
/openssl/apps/
H A Dciphers.c189 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in ciphers_main()
H A Ds_server.c1859 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()
1988 ctx2 = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()
H A Ds_client.c1715 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_client_main()
/openssl/doc/man7/
H A Dfips_module.pod410 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",
/openssl/test/helpers/
H A Dssltestlib.c813 else if (!TEST_ptr(serverctx = SSL_CTX_new_ex(libctx, NULL, sm)) in create_ssl_ctx_pair()
822 else if (!TEST_ptr(clientctx = SSL_CTX_new_ex(libctx, NULL, cm))) in create_ssl_ctx_pair()
/openssl/util/
H A Dlibssl.num515 SSL_CTX_new_ex 516 3_0_0 EXIST::FUNCTION:
/openssl/ssl/
H A Dssl_lib.c3650 SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq, in SSL_CTX_new_ex() function
3863 return SSL_CTX_new_ex(NULL, NULL, meth); in SSL_CTX_new()
/openssl/include/openssl/
H A Dssl.h.in1539 __owur SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq,

Completed in 121 milliseconds