Home
last modified time | relevance | path

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

/openssl/test/
H A Dssl_test.c418 server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()); in test_handshake()
426 SSL_CTX_new_ex(libctx, NULL, DTLS_server_method())) in test_handshake()
431 client_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_client_method()); in test_handshake()
435 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
441 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
461 server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_handshake()
470 SSL_CTX_new_ex(libctx, NULL, TLS_server_method())) in test_handshake()
478 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_handshake()
483 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
490 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
H A Dquicapitest.c51 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_quic_write_read()
213 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_fin_only_blocking()
287 SSL_CTX *ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_ciphersuites()
345 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_cipher_find()
398 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_version()
836 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_bio_ssl()
973 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_back_pressure()
1050 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_multiple_dgrams()
1120 cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_non_io_retry()
1191 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()); in test_quic_psk()
[all …]
H A Dsslapitest.c3064 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in execute_test_ssl_bio()
8142 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers()
8939 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_cert_cb_int()
9336 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in test_session_timeout()
9884 cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method()); in test_sigalgs_available()
9885 sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method()); in test_sigalgs_available()
10644 sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_sni_tls13()
10762 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_alpn()
10828 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_verify_cert_store_ssl_ctx()
10908 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_verify_cert_store_ssl()
[all …]
H A Dssl_old_test.c1399 c_ctx = SSL_CTX_new_ex(libctx, NULL, meth); in main()
1400 s_ctx = SSL_CTX_new_ex(libctx, NULL, meth); in main()
1401 s_ctx2 = SSL_CTX_new_ex(libctx, NULL, meth); /* no SSL_CTX_dup! */ in main()
/openssl/doc/man3/
H A DOSSL_QUIC_client_method.pod19 L<SSL_CTX_new_ex(3)> function to provide QUIC protocol support.
34 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.
H A DOSSL_LIB_CTX_set_conf_diagnostics.pod21 of L<SSL_CTX_new(3)> and L<SSL_CTX_new_ex(3)> calls. The configuration
/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.c1918 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()
2049 ctx2 = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()
H A Ds_client.c1809 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_client_main()
/openssl/doc/man7/
H A Dfips_module.pod425 L<SSL_CTX_new_ex(3)>. This works as a drop in replacement for the function
437 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(fips_libctx, "fips=yes", TLS_method());
442 SSL_CTX *non_fips_ssl_ctx = SSL_CTX_new_ex(non_fips_libctx, NULL,
454 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(NULL, "fips=yes", TLS_method());
459 SSL_CTX *non_fips_ssl_ctx = SSL_CTX_new_ex(NULL, "provider!=fips",
H A Dossl-guide-tls-server-block.pod42 L<SSL_CTX_new_ex(3)> if we want to associate the B<SSL_CTX> with a particular
H A Dossl-guide-tls-client-block.pod48 L<SSL_CTX_new_ex(3)> if we want to associate the B<SSL_CTX> with a particular
/openssl/ssl/quic/
H A Dquic_tserver.c103 srv->ctx = SSL_CTX_new_ex(srv->args.libctx, srv->args.propq, in ossl_quic_tserver_new()
/openssl/test/helpers/
H A Dssltestlib.c924 else if (!TEST_ptr(serverctx = SSL_CTX_new_ex(libctx, NULL, sm)) in create_ssl_ctx_pair()
933 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.c3934 SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq, in SSL_CTX_new_ex() function
4251 return SSL_CTX_new_ex(NULL, NULL, meth); in SSL_CTX_new()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md142 | `SSL_CTX_new_ex` | Object | ��U | ��A | ��NC | ��Done …
/openssl/
H A DNEWS.md77 be returned from SSL_CTX_new() and SSL_CTX_new_ex() if there is an error
H A DCHANGES.md195 be returned from SSL_CTX_new() and SSL_CTX_new_ex() if there is an error
/openssl/include/openssl/
H A Dssl.h.in1560 __owur SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq,

Completed in 315 milliseconds