Home
last modified time | relevance | path

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

123456

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A 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)>,
H A DSSL_get_SSL_CTX.pod16 B<ssl> was created with L<SSL_new(3)>.
24 L<ssl(7)>, L<SSL_new(3)>
H A 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().
40 set in B<ctx> is copied to a new SSL by SSL_new().
86 L<ssl(7)>, L<SSL_new(3)>
H A 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)>,
H A 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
H A DSSL_CTX_set_ssl_version.pod24 SSL_CTX with L<SSL_new(3)> are not affected, except when L<SSL_clear(3)> is
72 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
H A DSSL_CTX_set_max_cert_list.pod22 L<SSL_new(3)> is being called.
70 L<ssl(7)>, L<SSL_new(3)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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)>,
H A DSSL_get_SSL_CTX.pod16 B<ssl> was created with L<SSL_new(3)>.
24 L<ssl(7)>, L<SSL_new(3)>
H A 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)>
H A 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)>,
H A 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)>,
H A 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
H A DSSL_CTX_set_max_cert_list.pod22 L<SSL_new(3)> is being called.
70 L<ssl(7)>, L<SSL_new(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcipherlist_test.c158 if (!TEST_ptr(ssl = SSL_new(ctx)) in test_default_cipherlist()
228 s = SSL_new(fixture->client); in test_default_cipherlist_clear()
H A Dservername_test.c115 con = SSL_new(ctx); in client_setup_sni_before_state()
167 con = SSL_new(ctx); in client_setup_sni_after_state()
H A Dssl_ctx_test.c42 ssl = SSL_new(ctx); in test_set_min_max_version()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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()
H A Dservername_test.c98 con = SSL_new(ctx); in client_setup_sni_before_state()
146 con = SSL_new(ctx); in client_setup_sni_after_state()
H A Dssl_ctx_test.c42 ssl = SSL_new(ctx); in test_set_min_max_version()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_ssl.c483 ssl1 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
484 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
586 SSL *ssl = SSL_new(get_ssl_ctx()); in acceptcb()
760 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_connect()
864 SSL *ssl = SSL_new(get_ssl_ctx()); in wm_acceptcb()
945 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_wm()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dle-proxy.c173 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
191 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dclient.c75 client = SSL_new(ctx); in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dclient.c71 client = SSL_new(ctx); in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/
H A Dsconnect.c62 ssl = SSL_new(ssl_ctx); in main()

123456