Home
last modified time | relevance | path

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

123

/netbsd-src/crypto/external/bsd/openssl/dist/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_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_set_connect_state.pod65 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)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/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_key_update.pod37 takes place on the connection. Alternatively SSL_do_handshake() can be called to
94 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_set_connect_state.pod65 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)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbad_dtls_test.c513 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 Dbad_dtls_test.c533 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 Dclient.c84 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
H A Dserver.c632 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map224 SSL_do_handshake;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map296 SSL_do_handshake;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc372 SSL_do_handshake.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2549 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 Ds_server.c2621 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 Dbio_ssl.c347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()

123