/openssl/test/ |
H A D | ssl_test.c | 418 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 D | quicapitest.c | 51 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 D | sslapitest.c | 3064 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 D | ssl_old_test.c | 1399 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 D | OSSL_QUIC_client_method.pod | 19 L<SSL_CTX_new_ex(3)> function to provide QUIC protocol support. 34 L<SSL_CTX_new_ex(3)>
|
H A 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.
|
H A D | OSSL_LIB_CTX_set_conf_diagnostics.pod | 21 of L<SSL_CTX_new(3)> and L<SSL_CTX_new_ex(3)> calls. The configuration
|
/openssl/apps/ |
H A D | ciphers.c | 189 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in ciphers_main()
|
H A D | s_server.c | 1918 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 D | s_client.c | 1809 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_client_main()
|
/openssl/doc/man7/ |
H A D | fips_module.pod | 425 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 D | ossl-guide-tls-server-block.pod | 42 L<SSL_CTX_new_ex(3)> if we want to associate the B<SSL_CTX> with a particular
|
H A D | ossl-guide-tls-client-block.pod | 48 L<SSL_CTX_new_ex(3)> if we want to associate the B<SSL_CTX> with a particular
|
/openssl/ssl/quic/ |
H A D | quic_tserver.c | 103 srv->ctx = SSL_CTX_new_ex(srv->args.libctx, srv->args.propq, in ossl_quic_tserver_new()
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 924 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 D | libssl.num | 515 SSL_CTX_new_ex 516 3_0_0 EXIST::FUNCTION:
|
/openssl/ssl/ |
H A D | ssl_lib.c | 3934 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 D | quic-api-ssl-funcs.md | 142 | `SSL_CTX_new_ex` | Object | U | A | NC | Done …
|
/openssl/ |
H A D | NEWS.md | 77 be returned from SSL_CTX_new() and SSL_CTX_new_ex() if there is an error
|
H A D | CHANGES.md | 195 be returned from SSL_CTX_new() and SSL_CTX_new_ex() if there is an error
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1560 __owur SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq,
|