Searched refs:SSL_CTX_new (Results 1 – 25 of 155) sorted by relevance
1234567
/third_party/openssl/doc/man3/ |
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)>,
|
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
|
D | SSL_CTX_set_ssl_version.pod | 39 L<SSL_CTX_new(3)>. 72 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
|
D | SSL_CTX_free.pod | 39 L<SSL_CTX_new(3)>, L<ssl(7)>,
|
/third_party/openssl/test/ |
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()
|
D | dtls_mtu_test.c | 150 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()
|
D | sysdefaulttest.c | 41 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_method()))) in setup_tests()
|
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()
|
D | ssl_ctx_test.c | 38 ctx = SSL_CTX_new(TLS_server_method()); in test_set_min_max_version()
|
D | ciphername_test.c | 408 ctx = SSL_CTX_new(TLS_server_method()); in test_cipher_name()
|
D | cipherbytes_test.c | 134 if (!TEST_ptr(ctx = SSL_CTX_new(TLS_server_method())) in setup_tests()
|
D | dtlsv1listentest.c | 301 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_server_method())) in dtls_listen_test()
|
/third_party/libcoap/tests/ |
D | valgrind_suppression | 5 fun:SSL_CTX_new
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsagent.c | 183 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/ |
D | server-cmod.c | 31 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
D | saccept.c | 62 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
D | client-arg.c | 26 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
D | sconnect.c | 51 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
|
D | server-arg.c | 35 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
D | client-conf.c | 46 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
D | server-conf.c | 38 ctx = SSL_CTX_new(TLS_server_method()); in main()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | client.c | 67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
D | client.c | 67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|
/third_party/nghttp2/src/ |
D | shrpx_tls_test.cc | 124 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/ |
D | io_openssl.c | 82 if(NULL == (daemon->io_context = SSL_CTX_new(TLSv1_server_method()))) in SPDYF_openssl_init()
|
1234567