Home
last modified time | relevance | path

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

12

/freebsd-head/crypto/openssl/doc/man3/
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<nonblocking>, 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_CTX_set_num_tickets.pod55 SSL_do_handshake(). SSL_new_session_ticket() can be called more than once to
58 SSL_do_handshake(). Note that a successful return from
HDSSL_key_update.pod38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake()
95 L<SSL_do_handshake(3)>
HDSSL_read_early_data.pod103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)>
116 L<SSL_do_handshake(3)>. Alternatively you can call a standard write function
132 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_accept(3)>, L<SSL_do_handshake(3)>,
176 as L<SSL_accept(3)> or L<SSL_do_handshake(3)>. Alternatively you can call a
358 L<SSL_do_handshake(3)>,
HDSSL_set_connect_state.pod65 L<SSL_do_handshake(3)>,
HDSSL_accept.pod70 L<SSL_do_handshake(3)>,
HDSSL_connect.pod85 L<SSL_do_handshake(3)>,
HDSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
HDSSL_CTX_set_verify.pod215 sent to the client, this can be done with SSL_do_handshake() or SSL_write_ex().
/freebsd-head/crypto/openssl/test/
HDbad_dtls_test.c533 ret = SSL_do_handshake(con); in test_bad_dtls()
540 ret = SSL_do_handshake(con); in test_bad_dtls()
547 ret = SSL_do_handshake(con); in test_bad_dtls()
553 ret = SSL_do_handshake(con); in test_bad_dtls()
HDsslapitest.c2429 if (!TEST_int_eq(SSL_do_handshake(sssl), 1) in post_handshake_verify()
2776 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2809 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2823 if (!TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
6231 || !TEST_int_eq(SSL_do_handshake(clientssl), 1)) in test_serverinfo_custom()
6524 || !TEST_true(SSL_do_handshake(clientssl))) in test_key_update()
6584 || !TEST_int_eq(SSL_do_handshake(peerupdate), 1)) in test_key_update_peer_in_write()
6782 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_write()
6859 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_read()
7097 if (!TEST_int_eq(SSL_do_handshake(serverssl), 1)) in test_pha_key_update()
/freebsd-head/crypto/openssl/fuzz/
HDclient.c88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
HDserver.c640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
/freebsd-head/secure/lib/libssl/
HDVersion.map225 SSL_do_handshake;
/freebsd-head/crypto/openssl/ssl/
HDbio_ssl.c347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
HDssl_lib.c1768 return SSL_do_handshake(s); in SSL_accept()
1778 return SSL_do_handshake(s); in SSL_connect()
3952 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
/freebsd-head/crypto/openssl/apps/
HDs_server.c2621 i = SSL_do_handshake(con); in sv_body()
2631 i = SSL_do_handshake(con); in sv_body()
2641 i = SSL_do_handshake(con); in sv_body()
2653 i = SSL_do_handshake(con); in sv_body()
3186 i = SSL_do_handshake(con); in www_body()
/freebsd-head/contrib/unbound/smallapp/
HDunbound-control.c775 if( (r=SSL_do_handshake(ssl)) == 1) in setup_ssl()
/freebsd-head/contrib/ntp/sntp/libevent/
HDbufferevent_openssl.c1031 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
/freebsd-head/contrib/libevent/
HDbufferevent_openssl.c1031 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
/freebsd-head/crypto/openssl/util/
HDlibssl.num204 SSL_do_handshake 205 3_0_0 EXIST::FUNCTION:
/freebsd-head/crypto/openssl/test/helpers/
HDhandshake.c777 int ret = SSL_do_handshake(peer->ssl); in do_handshake_step()
/freebsd-head/contrib/unbound/dnstap/
HDunbound-dnstap-socket.c993 r = SSL_do_handshake(data->ssl); in tap_handshake()
HDdtstream.c1410 r = SSL_do_handshake(dtio->ssl); in dtio_ssl_handshake()
/freebsd-head/crypto/openssl/doc/
HDbuild.info2434 DEPEND[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod
2435 GENERATE[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod
2436 DEPEND[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod
2437 GENERATE[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod
3394 html/man3/SSL_do_handshake.html \
4002 man/man3/SSL_do_handshake.3 \

12