Home
last modified time | relevance | path

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

/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 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().
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.pod38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake()
95 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
358 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.pod212 sent to the client, this can be done with SSL_do_handshake() or SSL_write_ex().
/openssl/test/
H A Dbad_dtls_test.c535 ret = SSL_do_handshake(con); in test_bad_dtls()
542 ret = SSL_do_handshake(con); in test_bad_dtls()
549 ret = SSL_do_handshake(con); in test_bad_dtls()
555 ret = SSL_do_handshake(con); in test_bad_dtls()
H A Dsslapitest.c2267 if (!TEST_int_eq(SSL_do_handshake(sssl), 1) in post_handshake_verify()
2614 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2647 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2661 if (!TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
5970 || !TEST_int_eq(SSL_do_handshake(clientssl), 1)) in test_serverinfo_custom()
6263 || !TEST_true(SSL_do_handshake(clientssl))) in test_key_update()
6323 || !TEST_int_eq(SSL_do_handshake(peerupdate), 1)) in test_key_update_peer_in_write()
6521 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_write()
6598 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_read()
6836 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 Dserver.c640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
/openssl/ssl/
H A Dbio_ssl.c351 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
H A Dssl_lib.c2030 return SSL_do_handshake(s); in SSL_accept()
2045 return SSL_do_handshake(s); in SSL_connect()
4403 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c383 rc = SSL_do_handshake(conn->ssl); in handshake_ssl()
/openssl/apps/
H A Ds_server.c2645 i = SSL_do_handshake(con); in sv_body()
2655 i = SSL_do_handshake(con); in sv_body()
2665 i = SSL_do_handshake(con); in sv_body()
2677 i = SSL_do_handshake(con); in sv_body()
3210 i = SSL_do_handshake(con); in www_body()
/openssl/util/
H A Dlibssl.num204 SSL_do_handshake 205 3_0_0 EXIST::FUNCTION:
/openssl/test/helpers/
H A Dhandshake.c775 int ret = SSL_do_handshake(peer->ssl); in do_handshake_step()
/openssl/doc/
H A Dbuild.info2402 DEPEND[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod
2403 GENERATE[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod
2404 DEPEND[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod
2405 GENERATE[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod
3350 html/man3/SSL_do_handshake.html \
3949 man/man3/SSL_do_handshake.3 \
/openssl/include/openssl/
H A Dssl.h.in2002 __owur int SSL_do_handshake(SSL *s);
/openssl/
H A DCHANGES.md390 an IO function (such as SSL_connect() or SSL_do_handshake()) to not indicate
4997 explicit handshake functions (SSL_do_handshake(), SSL_accept() and
12660 (For servers, SSL_renegotiate() followed by SSL_do_handshake()

Completed in 175 milliseconds