Home
last modified time | relevance | path

Searched refs:SSL_do_handshake (Results 1 – 19 of 19) sorted by relevance

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_do_handshake.pod5 SSL_do_handshake - perform a TLS/SSL handshake
11 int SSL_do_handshake(SSL *ssl);
15 SSL_do_handshake() will wait for a SSL/TLS handshake to take place. If the
23 The behaviour of SSL_do_handshake() depends on the underlying BIO.
25 If the underlying BIO is B<blocking>, SSL_do_handshake() will only return
28 If the underlying BIO is B<non-blocking>, SSL_do_handshake() will also return
29 when the underlying BIO could not satisfy the needs of SSL_do_handshake()
31 return value of SSL_do_handshake() will yield B<SSL_ERROR_WANT_READ> or
33 taking appropriate action to satisfy the needs of SSL_do_handshake().
HDSSL_set_connect_state.pod52 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
HDSSL_accept.pod70 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
HDSSL_connect.pod70 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
HDSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
HDssl.pod472 =item int B<SSL_do_handshake>(SSL *ssl);
726 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
/NextBSD/contrib/unbound/smallapp/
HDunbound-control.c272 if( (r=SSL_do_handshake(ssl)) == 1) in setup_ssl()
HDunbound-anchor.c767 if( (r=SSL_do_handshake(ssl)) == 1) in TLS_initiate()
/NextBSD/secure/lib/libssl/
HDMakefile.man64 MAN+= SSL_do_handshake.3
/NextBSD/crypto/openssl/ssl/
HDbio_ssl.c409 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
HDssl.h2393 int SSL_do_handshake(SSL *s);
HDssl_lib.c2756 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
/NextBSD/crypto/openssl/util/
HDssleay.num113 SSL_do_handshake 125 EXIST::FUNCTION:
/NextBSD/contrib/ntp/sntp/libevent/
HDbufferevent_openssl.c1008 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
/NextBSD/crypto/openssl/apps/
HDs_server.c2406 i = SSL_do_handshake(con); in sv_body()
2419 i = SSL_do_handshake(con); in sv_body()
/NextBSD/contrib/unbound/util/
HDnetevent.c974 r = SSL_do_handshake(c->ssl); in ssl_handshake()
/NextBSD/contrib/unbound/daemon/
HDremote.c2592 r = SSL_do_handshake(s->ssl); in remote_control_callback()
/NextBSD/
HDObsoleteFiles.inc5006 OLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz
/NextBSD/crypto/openssl/
HDCHANGES5129 (For servers, SSL_renegotiate() followed by SSL_do_handshake()