/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_clear.pod | 34 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 D | SSL_get_SSL_CTX.pod | 16 B<ssl> was created with L<SSL_new(3)>. 24 L<ssl(7)>, L<SSL_new(3)>
|
H A D | SSL_CTX_set_record_padding_callback.pod | 34 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 D | SSL_CTX_set_quiet_shutdown.pod | 21 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 D | SSL_new.pod | 5 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 D | SSL_CTX_set_ssl_version.pod | 24 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 D | SSL_CTX_set_max_cert_list.pod | 22 L<SSL_new(3)> is being called. 70 L<ssl(7)>, L<SSL_new(3)>,
|
H A D | SSL_CTX_set_msg_callback.pod | 39 L<SSL_new(3)>. SSL_set_msg_callback() and 127 L<ssl(7)>, L<SSL_new(3)>
|
H A D | SSL_free.pod | 41 L<SSL_new(3)>, L<SSL_clear(3)>,
|
/freebsd/crypto/openssl/test/ |
H A D | cipherlist_test.c | 158 if (!TEST_ptr(ssl = SSL_new(ctx)) in test_default_cipherlist() 228 s = SSL_new(fixture->client); in test_default_cipherlist_clear()
|
H A D | servername_test.c | 115 con = SSL_new(ctx); in client_setup_sni_before_state() 167 con = SSL_new(ctx); in client_setup_sni_after_state()
|
H A D | ssl_ctx_test.c | 42 ssl = SSL_new(ctx); in test_set_min_max_version()
|
H A D | ciphername_test.c | 419 ssl = SSL_new(ctx); in test_cipher_name()
|
H A D | cipherbytes_test.c | 135 || !TEST_ptr(s = SSL_new(ctx))) in setup_tests()
|
H A D | dtlsv1listentest.c | 308 if (!TEST_ptr(ssl = SSL_new(ctx)) in dtls_listen_test()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 481 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 D | regress_ssl.c | 481 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 D | le-proxy.c | 172 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 D | le-proxy.c | 172 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 D | client.c | 71 client = SSL_new(ctx); in FuzzerTestOneInput()
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 58 ssl = SSL_new(ssl_ctx); in main()
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libevent_openssl.m4 | 32 AC_SEARCH_LIBS([SSL_new], [ssl ssl32],
|
/freebsd/contrib/libevent/m4/ |
H A D | libevent_openssl.m4 | 32 AC_SEARCH_LIBS([SSL_new], [ssl ssl32],
|
/freebsd/contrib/libpcap/ |
H A D | sslutils.c | 140 SSL *ssl = SSL_new(ctx); // TODO: also a DTLS context in ssl_promotion()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 982 else if (!TEST_ptr(serverssl = SSL_new(serverctx))) in create_ssl_objects2() 986 else if (!TEST_ptr(clientssl = SSL_new(clientctx))) in create_ssl_objects2() 1019 else if (!TEST_ptr(serverssl = SSL_new(serverctx))) in create_ssl_objects() 1023 else if (!TEST_ptr(clientssl = SSL_new(clientctx))) in create_ssl_objects()
|