Home
last modified time | relevance | path

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

1234567

/third_party/openssl/doc/man3/
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)>,
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
DSSL_CTX_set_ssl_version.pod39 L<SSL_CTX_new(3)>.
72 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
DSSL_CTX_free.pod39 L<SSL_CTX_new(3)>, L<ssl(7)>,
/third_party/openssl/test/
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()
Ddtls_mtu_test.c150 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in run_mtu_tests()
197 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in test_server_mtu_larger_than_max_fragment_length()
Dsysdefaulttest.c41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
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()
Dssl_ctx_test.c38 ctx = SSL_CTX_new(TLS_server_method()); in test_set_min_max_version()
Dciphername_test.c408 ctx = SSL_CTX_new(TLS_server_method()); in test_cipher_name()
Dcipherbytes_test.c134 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_server_method())) in setup_tests()
Ddtlsv1listentest.c301 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_server_method())) in dtls_listen_test()
/third_party/libcoap/tests/
Dvalgrind_suppression5 fun:SSL_CTX_new
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c183 priv->ssl_context = SSL_CTX_new (DTLS_method ()); in gst_dtls_agent_init()
185 priv->ssl_context = SSL_CTX_new (DTLSv1_method ()); in gst_dtls_agent_init()
/third_party/openssl/demos/bio/
Dserver-cmod.c31 ctx = SSL_CTX_new(TLS_server_method()); in main()
Dsaccept.c62 ctx = SSL_CTX_new(TLS_server_method()); in main()
Dclient-arg.c26 ctx = SSL_CTX_new(TLS_client_method()); in main()
Dsconnect.c51 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
Dserver-arg.c35 ctx = SSL_CTX_new(TLS_server_method()); in main()
Dclient-conf.c46 ctx = SSL_CTX_new(TLS_client_method()); in main()
Dserver-conf.c38 ctx = SSL_CTX_new(TLS_server_method()); in main()
/third_party/node/deps/openssl/openssl/fuzz/
Dclient.c67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
Dclient.c67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
/third_party/nghttp2/src/
Dshrpx_tls_test.cc124 auto nghttp2_ssl_ctx = SSL_CTX_new(TLS_server_method()); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
135 auto examples_ssl_ctx = SSL_CTX_new(TLS_server_method()); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dio_openssl.c82 if(NULL == (daemon->io_context = SSL_CTX_new(TLSv1_server_method()))) in SPDYF_openssl_init()

1234567