/netbsd-src/crypto/external/bsd/openssl/dist/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 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 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 | 38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake() 95 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 358 L<SSL_do_handshake(3)>,
|
H A D | SSL_set_connect_state.pod | 65 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)>,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 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 D | SSL_key_update.pod | 37 takes place on the connection. Alternatively SSL_do_handshake() can be called to 94 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 358 L<SSL_do_handshake(3)>,
|
H A D | SSL_set_connect_state.pod | 65 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)>,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | bad_dtls_test.c | 513 ret = SSL_do_handshake(con); in test_bad_dtls() 520 ret = SSL_do_handshake(con); in test_bad_dtls() 527 ret = SSL_do_handshake(con); in test_bad_dtls() 533 ret = SSL_do_handshake(con); in test_bad_dtls()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | bad_dtls_test.c | 533 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/ |
H A D | client.c | 84 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
H A D | server.c | 632 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
H A D | client.c | 88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
H A D | server.c | 640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 224 SSL_do_handshake;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 296 SSL_do_handshake;
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 372 SSL_do_handshake.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_server.c | 2549 i = SSL_do_handshake(con); in sv_body() 2559 i = SSL_do_handshake(con); in sv_body() 2569 i = SSL_do_handshake(con); in sv_body() 2581 i = SSL_do_handshake(con); in sv_body() 3126 i = SSL_do_handshake(con); in www_body()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_server.c | 2621 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | bio_ssl.c | 347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|