Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_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
27 (Server Gated Cryptography). For SGC, SSL_do_handshake() may return with -1,
29 SSL_do_handshake() should be called again.
31 If the underlying BIO is B<non-blocking>, SSL_do_handshake() will also return
32 when the underlying BIO could not satisfy the needs of SSL_do_handshake()
34 return value of SSL_do_handshake() will yield B<SSL_ERROR_WANT_READ> or
[all …]
DSSL_set_connect_state.pod52 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
DSSL_connect.pod70 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
DSSL_accept.pod73 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
DSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
Dssl.pod453 =item int B<SSL_do_handshake>(SSL *ssl);
696 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
/freebsd-9-stable/secure/lib/libssl/
DMakefile.man47 MAN+= SSL_do_handshake.3
/freebsd-9-stable/crypto/openssl/util/
Dssleay.num113 SSL_do_handshake 125 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/ssl/
Dbio_ssl.c405 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
Dssl.h1630 int SSL_do_handshake(SSL *s);
Dssl_lib.c2200 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
/freebsd-9-stable/crypto/openssl/apps/
Ds_server.c1779 i = SSL_do_handshake(con); in sv_body()
1792 i = SSL_do_handshake(con); in sv_body()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dbufferevent_openssl.c1008 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
/freebsd-9-stable/
DObsoleteFiles.inc2839 OLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz
/freebsd-9-stable/crypto/openssl/
DCHANGES3309 (For servers, SSL_renegotiate() followed by SSL_do_handshake()