Home
last modified time | relevance | path

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

12345

/freebsd/crypto/openssl/doc/man3/
H A DSSL_clear.pod34 will might lead to connection failures (see L<SSL_new(3)>)
49 L<SSL_new(3)>;
53 (or simply L<SSL_free(3)>; L<SSL_new(3)>
73 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_quiet_shutdown.pod22 L<SSL_new(3)> is called. B<mode> may be 0 or 1.
64 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_record_padding_callback.pod38 for TLS 1.3 records. The value set in B<ctx> is copied to a new SSL by SSL_new().
44 set in B<ctx> is copied to a new SSL by SSL_new().
98 L<ssl(7)>, L<SSL_new(3)>
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
76 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)>,
H A DOSSL_QUIC_client_method.pod31 OSSL_QUIC_server_method() with L<SSL_new(3)> will result in an error.
/freebsd/crypto/openssl/test/
H A Dcipherlist_test.c157 if (!TEST_ptr(ssl = SSL_new(ctx)) in test_default_cipherlist()
227 s = SSL_new(fixture->client); in test_default_cipherlist_clear()
H A Dservername_test.c113 con = SSL_new(ctx); in client_setup_sni_before_state()
165 con = SSL_new(ctx); in client_setup_sni_after_state()
H A Dciphername_test.c421 ssl = SSL_new(ctx); in test_cipher_name()
H A Dcipherbytes_test.c137 || !TEST_ptr(s = SSL_new(ctx))) in setup_tests()
H A Ddtlsv1listentest.c309 if (!TEST_ptr(ssl = SSL_new(ctx)) in dtls_listen_test()
/freebsd/crypto/openssl/demos/sslecho/
H A Dmain.c219 ssl = SSL_new(ssl_ctx); in main()
299 ssl = SSL_new(ssl_ctx); in main()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c481 ssl1 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
482 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
584 SSL *ssl = SSL_new(get_ssl_ctx()); in acceptcb()
758 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_connect()
862 SSL *ssl = SSL_new(get_ssl_ctx()); in wm_acceptcb()
943 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_wm()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c481 ssl1 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
482 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
584 SSL *ssl = SSL_new(get_ssl_ctx()); in acceptcb()
758 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_connect()
862 SSL *ssl = SSL_new(get_ssl_ctx()); in wm_acceptcb()
943 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_wm()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dle-proxy.c172 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
190 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
/freebsd/contrib/libevent/sample/
H A Dle-proxy.c172 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
190 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
/freebsd/crypto/openssl/fuzz/
H A Ddtlsclient.c76 client = SSL_new(ctx); in FuzzerTestOneInput()
H A Dclient.c76 client = SSL_new(ctx); in FuzzerTestOneInput()
/freebsd/crypto/openssl/demos/bio/
H A Dsconnect.c63 ssl = SSL_new(ssl_ctx); in main()
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibevent_openssl.m432 AC_SEARCH_LIBS([SSL_new], [ssl ssl32],
/freebsd/contrib/libevent/m4/
H A Dlibevent_openssl.m432 AC_SEARCH_LIBS([SSL_new], [ssl ssl32],
/freebsd/contrib/libpcap/
H A Dsslutils.c140 SSL *ssl = SSL_new(ctx); // TODO: also a DTLS context in ssl_promotion()
/freebsd/crypto/openssl/demos/guide/
H A Dtls-server-block.c250 if ((ssl = SSL_new(ctx)) == NULL) { in main()

12345