Home
last modified time | relevance | path

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

123

/freebsd-13.1/crypto/openssl/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_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_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_max_cert_list.pod22 L<SSL_new(3)> is being called.
70 L<ssl(7)>, L<SSL_new(3)>,
H A DSSL_CTX_set_msg_callback.pod39 L<SSL_new(3)>. SSL_set_msg_callback() and
127 L<ssl(7)>, L<SSL_new(3)>
H A DSSL_free.pod41 L<SSL_new(3)>, L<SSL_clear(3)>,
H A DSSL_alloc_buffers.pod55 L<SSL_new(3)>, L<SSL_CTX_set_mode(3)>,
H A DSSL_set_connect_state.pod62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>,
H A DSSL_CTX_set_cert_verify_callback.pod19 the time when L<SSL_new(3)> is called.
H A DSSL_CTX_set1_verify_cert_store.pod46 structures when SSL_new() is called. As a result SSL structures will not be
H A DSSL_CTX_use_certificate.pod59 created from B<ctx> with L<SSL_new(3)> by copying, so that
187 L<ssl(7)>, L<SSL_new(3)>, L<SSL_clear(3)>,
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c328 ssl1 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
329 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
395 SSL *ssl = SSL_new(get_ssl_ctx()); in acceptcb()
446 data->base, -1, SSL_new(get_ssl_ctx()), in regress_bufferevent_openssl_connect()
/freebsd-13.1/contrib/libevent/sample/
H A Dle-proxy.c171 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
189 SSL *ssl = SSL_new(ssl_ctx); in accept_cb()
H A Dhttps-client.c383 ssl = SSL_new(ssl_ctx); in main()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_ssl.c425 ssl1 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
426 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
525 SSL *ssl = SSL_new(get_ssl_ctx()); in acceptcb()
697 ssl = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl_connect()
/freebsd-13.1/contrib/ntp/sntp/libevent/m4/
H A Dlibevent_openssl.m429 AC_SEARCH_LIBS([SSL_new], [ssl],
/freebsd-13.1/contrib/libevent/m4/
H A Dlibevent_openssl.m432 AC_SEARCH_LIBS([SSL_new], [ssl ssl32],
/freebsd-13.1/contrib/dma/
H A Dcrypto.c172 config.ssl = SSL_new(ctx); in smtp_init_crypto()
/freebsd-13.1/crypto/openssl/apps/
H A Dciphers.c207 ssl = SSL_new(ctx); in ciphers_main()
H A Ds_time.c369 serverCon = SSL_new(ctx); in doConnection()
/freebsd-13.1/contrib/ldns/
H A Ddane.c652 !(ssl = SSL_new(ssl_ctx))) in ldns_dane_verify_rr()
852 !(ssl = SSL_new(ssl_ctx))) in ldns_dane_verify()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map310 SSL_new;

123