/third_party/openssl/doc/man3/ |
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 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().
|
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
|
D | SSL_key_update.pod | 38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake() 95 L<SSL_do_handshake(3)>
|
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 358 L<SSL_do_handshake(3)>,
|
D | SSL_set_connect_state.pod | 65 L<SSL_do_handshake(3)>,
|
D | SSL_accept.pod | 70 L<SSL_do_handshake(3)>,
|
D | SSL_connect.pod | 85 L<SSL_do_handshake(3)>,
|
D | SSL_get_error.pod | 16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
|
D | SSL_CTX_set_verify.pod | 212 sent to the client, this can be done with SSL_do_handshake() or SSL_write_ex().
|
/third_party/openssl/test/ |
D | bad_dtls_test.c | 534 ret = SSL_do_handshake(con); in test_bad_dtls() 541 ret = SSL_do_handshake(con); in test_bad_dtls() 548 ret = SSL_do_handshake(con); in test_bad_dtls() 554 ret = SSL_do_handshake(con); in test_bad_dtls()
|
D | sslapitest.c | 2414 if (!TEST_int_eq(SSL_do_handshake(sssl), 1) in post_handshake_verify() 2761 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets() 2794 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets() 2808 if (!TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets() 6165 || !TEST_int_eq(SSL_do_handshake(clientssl), 1)) in test_serverinfo_custom() 6458 || !TEST_true(SSL_do_handshake(clientssl))) in test_key_update() 6518 || !TEST_int_eq(SSL_do_handshake(peerupdate), 1)) in test_key_update_peer_in_write() 6716 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_write() 6793 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_read() 7031 if (!TEST_int_eq(SSL_do_handshake(serverssl), 1)) in test_pha_key_update()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 412 rv = SSL_do_handshake(tls.ssl); in tls_handshake() 455 rv = SSL_do_handshake(tls.ssl); in tls_handshake() 462 rv = SSL_do_handshake(tls.ssl); in tls_handshake() 623 rv = SSL_do_handshake(tls.ssl); in tls_handshake_simple() 660 rv = SSL_do_handshake(tls.ssl); in tls_handshake_simple() 667 rv = SSL_do_handshake(tls.ssl); in tls_handshake_simple()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | client.c | 88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
D | server.c | 640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
D | client.c | 88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
D | server.c | 640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 390 int SSL_do_handshake(SSL *ssl) in SSL_do_handshake() function 408 return SSL_do_handshake(ssl); in SSL_connect() 418 return SSL_do_handshake(ssl); in SSL_accept()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 451 int SSL_do_handshake(SSL *ssl);
|
/third_party/openssl/ssl/ |
D | bio_ssl.c | 347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | bio_ssl.c | 347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | s_server.c | 2616 i = SSL_do_handshake(con); in sv_body() 2626 i = SSL_do_handshake(con); in sv_body() 2636 i = SSL_do_handshake(con); in sv_body() 2648 i = SSL_do_handshake(con); in sv_body() 3181 i = SSL_do_handshake(con); in www_body()
|
/third_party/openssl/apps/ |
D | s_server.c | 2616 i = SSL_do_handshake(con); in sv_body() 2626 i = SSL_do_handshake(con); in sv_body() 2636 i = SSL_do_handshake(con); in sv_body() 2648 i = SSL_do_handshake(con); in sv_body() 3181 i = SSL_do_handshake(con); in www_body()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
D | boringssl.c | 412 rv = SSL_do_handshake(ssl); in ngtcp2_crypto_read_write_crypto_data()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
D | openssl.c | 608 rv = SSL_do_handshake(ssl); in ngtcp2_crypto_read_write_crypto_data()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 721 pub fn SSL_do_handshake(ssl: *mut SSL) -> c_int; in SSL_do_handshake() function
|