Home
last modified time | relevance | path

Searched refs:SSL_new (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/openssl/doc/man3/
DSSL_clear.pod34 will might lead to connection failures (see L<SSL_new(3)>)
46 L<SSL_new(3)>;
50 (or simply L<SSL_free(3)>; L<SSL_new(3)>
70 L<SSL_new(3)>, L<SSL_free(3)>,
DSSL_get_SSL_CTX.pod16 B<ssl> was created with L<SSL_new(3)>.
24 L<ssl(7)>, L<SSL_new(3)>
DSSL_CTX_set_record_padding_callback.pod34 for TLS 1.3 records. The value set in B<ctx> is copied to a new SSL by SSL_new().
38 set in B<ctx> is copied to a new SSL by SSL_new().
81 L<ssl(7)>, L<SSL_new(3)>
DSSL_CTX_set_ssl_version.pod20 L<SSL_new(3)> are not affected, except when
57 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
DSSL_CTX_set_quiet_shutdown.pod21 L<SSL_new(3)> is called. B<mode> may be 0 or 1.
60 L<SSL_set_shutdown(3)>, L<SSL_new(3)>,
DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
12 SSL *SSL_new(SSL_CTX *ctx);
17 SSL_new() creates a new B<SSL> structure which is needed to hold the
DSSL_CTX_set_max_cert_list.pod22 L<SSL_new(3)> is being called.
70 L<ssl(7)>, L<SSL_new(3)>,
DSSL_CTX_set_msg_callback.pod39 L<SSL_new(3)>. SSL_set_msg_callback() and
127 L<ssl(7)>, L<SSL_new(3)>
DSSL_free.pod41 L<SSL_new(3)>, L<SSL_clear(3)>,
DSSL_alloc_buffers.pod55 L<SSL_new(3)>, L<SSL_CTX_set_mode(3)>,
/third_party/openssl/test/
Dcipherlist_test.c158 if (!TEST_ptr(ssl = SSL_new(ctx)) in test_default_cipherlist()
233 s = SSL_new(fixture->client); in test_default_cipherlist_clear()
Dservername_test.c98 con = SSL_new(ctx); in client_setup_sni_before_state()
146 con = SSL_new(ctx); in client_setup_sni_after_state()
Dssl_ctx_test.c42 ssl = SSL_new(ctx); in test_set_min_max_version()
Dciphername_test.c419 ssl = SSL_new(ctx); in test_cipher_name()
Dcipherbytes_test.c135 || !TEST_ptr(s = SSL_new(ctx))) in setup_tests()
Ddtlsv1listentest.c308 if (!TEST_ptr(ssl = SSL_new(ctx)) in dtls_listen_test()
Dclienthellotest.c143 con = SSL_new(ctx); in test_client_hello()
Dsslcorrupttest.c148 || !TEST_ptr(ssl = SSL_new(ctx)) in setup_cipher_list()
/third_party/openssl/fuzz/
Dclient.c75 client = SSL_new(ctx); in FuzzerTestOneInput()
Dserver.c609 server = SSL_new(ctx); in FuzzerTestOneInput()
/third_party/openssl/demos/bio/
Dsconnect.c62 ssl = SSL_new(ssl_ctx); in main()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dhttp_request_handler.cc116 SSL *ssl = SSL_new(ctx); in BuffereventCallback()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dio_openssl.c138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context))) in SPDYF_openssl_new_session()
/third_party/openssl/apps/
Dciphers.c207 ssl = SSL_new(ctx); in ciphers_main()
/third_party/grpc/test/core/handshake/
Dserver_ssl_common.cc247 SSL* ssl = SSL_new(ctx); in server_ssl_test()

1234