Searched refs:SSL_do_handshake (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/crypto/openssl/doc/ssl/ |
| D | 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 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 …]
|
| D | SSL_set_connect_state.pod | 52 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| D | SSL_connect.pod | 70 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| D | SSL_accept.pod | 73 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| D | SSL_get_error.pod | 16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
|
| D | ssl.pod | 453 =item int B<SSL_do_handshake>(SSL *ssl); 696 L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
|
| /freebsd-9-stable/secure/lib/libssl/ |
| D | Makefile.man | 47 MAN+= SSL_do_handshake.3
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | ssleay.num | 113 SSL_do_handshake 125 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | bio_ssl.c | 405 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|
| D | ssl.h | 1630 int SSL_do_handshake(SSL *s);
|
| D | ssl_lib.c | 2200 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_server.c | 1779 i = SSL_do_handshake(con); in sv_body() 1792 i = SSL_do_handshake(con); in sv_body()
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | bufferevent_openssl.c | 1008 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
|
| /freebsd-9-stable/ |
| D | ObsoleteFiles.inc | 2839 OLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 3309 (For servers, SSL_renegotiate() followed by SSL_do_handshake()
|