Home
last modified time | relevance | path

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

12

/openssl/doc/man3/
H A 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 an 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().
H A DSSL_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
H A DSSL_key_update.pod39 SSL_do_handshake() can be called to force the update to take place immediately.
112 L<SSL_do_handshake(3)>
H A DSSL_set_connect_state.pod65 L<SSL_do_handshake(3)>,
H A DSSL_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
363 L<SSL_do_handshake(3)>,
H A DSSL_accept.pod70 L<SSL_do_handshake(3)>,
H A DSSL_connect.pod85 L<SSL_do_handshake(3)>,
H A DSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
H A DSSL_CTX_set_verify.pod215 sent to the client, this can be done with SSL_do_handshake() or SSL_write_ex().
/openssl/test/
H A Dbad_dtls_test.c538 ret = SSL_do_handshake(con); in test_bad_dtls()
545 ret = SSL_do_handshake(con); in test_bad_dtls()
552 ret = SSL_do_handshake(con); in test_bad_dtls()
558 ret = SSL_do_handshake(con); in test_bad_dtls()
H A Drpktest.c483 if (!TEST_true(SSL_do_handshake(serverssl))) in test_rpk()
H A Dsslapitest.c2457 if (!TEST_int_eq(SSL_do_handshake(sssl), 1) in post_handshake_verify()
2804 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2837 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2851 if (!TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
6439 || !TEST_int_eq(SSL_do_handshake(clientssl), 1)) in test_serverinfo_custom()
6758 || !TEST_true(SSL_do_handshake(clientssl))) in test_key_update()
6818 || !TEST_int_eq(SSL_do_handshake(peerupdate), 1)) in test_key_update_peer_in_write()
7025 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_write()
7102 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_read()
7411 if (!TEST_int_eq(SSL_do_handshake(serverssl), 1)) in test_pha_key_update()
/openssl/fuzz/
H A Dclient.c88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
H A Ddtlsclient.c88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
H A Ddtlsserver.c707 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
H A Dquic-client.c157 ret = SSL_do_handshake(stream); in FuzzerTestOneInput()
H A Dserver.c639 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
/openssl/ssl/
H A Dbio_ssl.c354 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
/openssl/apps/
H A Ds_server.c2725 i = SSL_do_handshake(con); in sv_body()
2734 i = SSL_do_handshake(con); in sv_body()
2743 i = SSL_do_handshake(con); in sv_body()
2754 i = SSL_do_handshake(con); in sv_body()
3333 i = SSL_do_handshake(con); in www_body()
/openssl/ssl/quic/
H A Dquic_tls.c795 ret = SSL_do_handshake(qtls->args.s); in ossl_quic_tls_tick()
/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c476 rc = SSL_do_handshake(conn->ssl); in handshake_ssl()
/openssl/doc/designs/quic-design/
H A Dquic-api.md19 - [`SSL_do_handshake`](#-ssl-do-handshake-)
197 Simple composition of `SSL_set_connect_state` and `SSL_do_handshake`.
205 Simple composition of `SSL_set_accept_state` and `SSL_do_handshake`.
207 #### `SSL_do_handshake`
1414 **Q. Should `SSL_do_handshake` wait until the handshake is completed, or until it
1421 A. `SSL_do_handshake` should wait until the handshake is completed, because
/openssl/test/helpers/
H A Dhandshake.c789 int ret = SSL_do_handshake(peer->ssl); in do_handshake_step()
/openssl/util/
H A Dlibssl.num204 SSL_do_handshake 205 3_0_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2538 DEPEND[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod
2539 GENERATE[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod
2540 DEPEND[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod
2541 GENERATE[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod
3644 html/man3/SSL_do_handshake.html \
4308 man/man3/SSL_do_handshake.3 \

Completed in 166 milliseconds

12