Searched refs:SSL_do_handshake (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_do_handshake.pod | 5 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().
|
| HD | SSL_set_connect_state.pod | 52 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| HD | SSL_accept.pod | 70 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| HD | SSL_connect.pod | 70 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| HD | SSL_get_error.pod | 16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
|
| HD | ssl.pod | 472 =item int B<SSL_do_handshake>(SSL *ssl); 726 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| /NextBSD/contrib/unbound/smallapp/ |
| HD | unbound-control.c | 272 if( (r=SSL_do_handshake(ssl)) == 1) in setup_ssl()
|
| HD | unbound-anchor.c | 767 if( (r=SSL_do_handshake(ssl)) == 1) in TLS_initiate()
|
| /NextBSD/secure/lib/libssl/ |
| HD | Makefile.man | 64 MAN+= SSL_do_handshake.3
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | bio_ssl.c | 409 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|
| HD | ssl.h | 2393 int SSL_do_handshake(SSL *s);
|
| HD | ssl_lib.c | 2756 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
|
| /NextBSD/crypto/openssl/util/ |
| HD | ssleay.num | 113 SSL_do_handshake 125 EXIST::FUNCTION:
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | bufferevent_openssl.c | 1008 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | s_server.c | 2406 i = SSL_do_handshake(con); in sv_body() 2419 i = SSL_do_handshake(con); in sv_body()
|
| /NextBSD/contrib/unbound/util/ |
| HD | netevent.c | 974 r = SSL_do_handshake(c->ssl); in ssl_handshake()
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | remote.c | 2592 r = SSL_do_handshake(s->ssl); in remote_control_callback()
|
| /NextBSD/ |
| HD | ObsoleteFiles.inc | 5006 OLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 5129 (For servers, SSL_renegotiate() followed by SSL_do_handshake()
|