Searched refs:SSL_do_handshake (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile75 SSL_do_handshake.3 \
/openbsd-current/regress/lib/libssl/quic/
H A Dquictest.c223 if ((ssl_ret = SSL_do_handshake(ssl)) == 1) {
/openbsd-current/lib/libssl/
H A Dbio_ssl.c232 /* ret=SSL_do_handshake(ssl);
406 ret = (int)SSL_do_handshake(ssl);
H A Dssl_lib.c2609 * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake
2807 SSL_do_handshake(SSL *s) function
2821 LSSL_ALIAS(SSL_do_handshake); variable
H A Dssl.h1354 int SSL_do_handshake(SSL *s);
1573 * When configured for QUIC, |SSL_do_handshake| will drive the handshake as
1578 * |SSL_do_handshake| calls will then consume that data and progress the
1629 * |SSL_do_handshake| call.
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h288 LSSL_USED(SSL_do_handshake); variable
/openbsd-current/usr.sbin/unbound/testcode/
H A Dstreamtcp.c464 if( (r=SSL_do_handshake(ssl)) == 1)
H A Ddohclient.c524 if( (r=SSL_do_handshake(ssl)) == 1)
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c391 if( (r=SSL_do_handshake(ssl)) == 1)
H A Dxfrd-tcp.c121 ret = SSL_do_handshake(tp->ssl);
H A Dremote.c2593 /** handle SSL_do_handshake changes to the file descriptor to wait for later */
2657 r = SSL_do_handshake(s->ssl);
H A Dserver.c4662 r = SSL_do_handshake(data->tls);
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1647 i = SSL_do_handshake(con);
1648 printf("SSL_do_handshake -> %d\n", i);
1662 i = SSL_do_handshake(con);
1663 printf("SSL_do_handshake -> %d\n", i);
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c384 if( (r=SSL_do_handshake(dtw->ssl)) == 1)
389 log_msg(LOG_ERR, "dnstap: EOF on SSL_do_handshake");
393 log_msg(LOG_ERR, "dnstap: SSL_do_handshake failed: %s", strerror(errno));
396 log_crypto_err("dnstap: SSL_do_handshake failed");
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c744 if( (r=SSL_do_handshake(ssl)) == 1)
H A Dunbound-anchor.c802 if( (r=SSL_do_handshake(ssl)) == 1)
/openbsd-current/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c899 r = SSL_do_handshake(data->ssl);
H A Ddtstream.c1389 r = SSL_do_handshake(dtio->ssl);
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.c3307 /** handle SSL_do_handshake changes to the file descriptor to wait for later */
3355 r = SSL_do_handshake(s->ssl);
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.c1635 r = SSL_do_handshake(c->ssl);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.c1635 r = SSL_do_handshake(c->ssl);

Completed in 507 milliseconds