Searched refs:SSL_CTX_new (Results 1 – 25 of 80) sorted by relevance
1234
/openssl/doc/man3/ |
H A D | SSL_set_connect_state.pod | 28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>, 50 L<SSL_CTX_new(3)>. If a generic method or a dedicated server method was 51 passed to L<SSL_CTX_new(3)>, SSL_is_server() returns 1; otherwise, it returns 0. 62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>,
|
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 38 L<SSL_CTX_new(3)>, L<OSSL_LIB_CTX_load_config(3)>, L<config(5)>
|
H A D | SSL_CTX_new.pod | 6 SSL_CTX_new, SSL_CTX_new_ex, SSL_CTX_up_ref, SSLv3_method, 23 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method); 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() 177 SSL_CTX_new() initializes the list of ciphers, the session cache setting, the
|
H A D | SSL_CTX_set_ssl_version.pod | 39 L<SSL_CTX_new(3)>. 76 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
|
/openssl/test/ |
H A D | quicfaultstest.c | 26 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_basic() 94 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_unknown_frame() 180 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_drop_extensions() 264 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_corrupted_data()
|
H A D | cipherlist_test.c | 48 if (!TEST_ptr(fixture->server = SSL_CTX_new(TLS_server_method())) in set_up() 49 || !TEST_ptr(fixture->client = SSL_CTX_new(TLS_client_method()))) { in set_up()
|
H A D | dtls_mtu_test.c | 153 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in run_mtu_tests() 200 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in test_server_mtu_larger_than_max_fragment_length()
|
H A D | sysdefaulttest.c | 26 ctx = SSL_CTX_new(TLS_method()); in test_func()
|
H A D | servername_test.c | 107 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 D | ciphername_test.c | 410 ctx = SSL_CTX_new(TLS_server_method()); in test_cipher_name()
|
/openssl/doc/designs/ddd/ |
H A D | ddd-01-conn-blocking.c | 24 ctx = SSL_CTX_new(OSSL_QUIC_client_method()); in create_ssl_ctx() 26 ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
H A D | ddd-03-fd-blocking.c | 25 ctx = SSL_CTX_new(OSSL_QUIC_client_method()); in create_ssl_ctx() 27 ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
H A D | ddd-02-conn-nonblocking-threads.c | 36 ctx = SSL_CTX_new(OSSL_QUIC_client_thread_method()); in create_ssl_ctx() 38 ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
H A D | ddd-02-conn-nonblocking.c | 36 ctx = SSL_CTX_new(OSSL_QUIC_client_method()); in create_ssl_ctx() 38 ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
H A D | ddd-04-fd-nonblocking.c | 31 ctx = SSL_CTX_new(OSSL_QUIC_client_method()); in create_ssl_ctx() 33 ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
H A D | ddd-05-mem-nonblocking.c | 35 ctx = SSL_CTX_new(OSSL_QUIC_client_method()); in create_ssl_ctx() 37 ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
/openssl/demos/bio/ |
H A D | server-cmod.c | 31 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | saccept.c | 66 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | client-arg.c | 27 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
H A D | sconnect.c | 55 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
|
H A D | server-arg.c | 35 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | server-conf.c | 38 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
H A D | client-conf.c | 47 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
/openssl/fuzz/ |
H A D | client.c | 67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|
H A D | dtlsclient.c | 67 ctx = SSL_CTX_new(DTLS_client_method()); in FuzzerTestOneInput()
|
Completed in 28 milliseconds
1234