Searched refs:SSL_do_handshake (Results 1 – 25 of 29) sorted by relevance
12
/openssl/doc/man3/ |
H A 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 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 D | SSL_CTX_set_num_tickets.pod | 55 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 D | SSL_key_update.pod | 39 SSL_do_handshake() can be called to force the update to take place immediately. 112 L<SSL_do_handshake(3)>
|
H A D | SSL_set_connect_state.pod | 65 L<SSL_do_handshake(3)>,
|
H A D | SSL_read_early_data.pod | 103 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 D | SSL_accept.pod | 70 L<SSL_do_handshake(3)>,
|
H A D | SSL_connect.pod | 85 L<SSL_do_handshake(3)>,
|
H A D | SSL_get_error.pod | 16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
|
H A D | SSL_CTX_set_verify.pod | 215 sent to the client, this can be done with SSL_do_handshake() or SSL_write_ex().
|
/openssl/test/ |
H A D | bad_dtls_test.c | 538 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 D | rpktest.c | 483 if (!TEST_true(SSL_do_handshake(serverssl))) in test_rpk()
|
H A D | sslapitest.c | 2457 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 D | client.c | 88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
H A D | dtlsclient.c | 88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
H A D | dtlsserver.c | 707 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
H A D | quic-client.c | 157 ret = SSL_do_handshake(stream); in FuzzerTestOneInput()
|
H A D | server.c | 639 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
/openssl/ssl/ |
H A D | bio_ssl.c | 354 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|
/openssl/apps/ |
H A D | s_server.c | 2725 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 D | quic_tls.c | 795 ret = SSL_do_handshake(qtls->args.s); in ossl_quic_tls_tick()
|
/openssl/doc/designs/ddd/ |
H A D | ddd-06-mem-uv.c | 476 rc = SSL_do_handshake(conn->ssl); in handshake_ssl()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 19 - [`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 D | handshake.c | 789 int ret = SSL_do_handshake(peer->ssl); in do_handshake_step()
|
/openssl/util/ |
H A D | libssl.num | 204 SSL_do_handshake 205 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2538 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