Home
last modified time | relevance | path

Searched refs:SSL_CTX_new (Results 1 – 25 of 80) sorted by relevance

1234

/openssl/doc/man3/
H A DSSL_set_connect_state.pod28 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 DOSSL_LIB_CTX_set_conf_diagnostics.pod21 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 DSSL_CTX_new.pod6 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 DSSL_CTX_set_ssl_version.pod39 L<SSL_CTX_new(3)>.
76 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
/openssl/test/
H A Dquicfaultstest.c26 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 Dcipherlist_test.c48 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 Ddtls_mtu_test.c153 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 Dsysdefaulttest.c26 ctx = SSL_CTX_new(TLS_method()); in test_func()
H A Dservername_test.c107 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 Dciphername_test.c410 ctx = SSL_CTX_new(TLS_server_method()); in test_cipher_name()
/openssl/doc/designs/ddd/
H A Dddd-01-conn-blocking.c24 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 Dddd-03-fd-blocking.c25 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 Dddd-02-conn-nonblocking-threads.c36 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 Dddd-02-conn-nonblocking.c36 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 Dddd-04-fd-nonblocking.c31 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 Dddd-05-mem-nonblocking.c35 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 Dserver-cmod.c31 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dsaccept.c66 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dclient-arg.c27 ctx = SSL_CTX_new(TLS_client_method()); in main()
H A Dsconnect.c55 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
H A Dserver-arg.c35 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dserver-conf.c38 ctx = SSL_CTX_new(TLS_server_method()); in main()
H A Dclient-conf.c47 ctx = SSL_CTX_new(TLS_client_method()); in main()
/openssl/fuzz/
H A Dclient.c67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
H A Ddtlsclient.c67 ctx = SSL_CTX_new(DTLS_client_method()); in FuzzerTestOneInput()

Completed in 36 milliseconds

1234