Searched refs:SSL_do_handshake (Results 1 – 25 of 32) sorted by relevance
12
| /freebsd-head/crypto/openssl/doc/man3/ |
| HD | 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().
|
| HD | 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
|
| HD | SSL_key_update.pod | 38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake() 95 L<SSL_do_handshake(3)>
|
| HD | 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)>,
|
| HD | SSL_set_connect_state.pod | 65 L<SSL_do_handshake(3)>,
|
| HD | SSL_accept.pod | 70 L<SSL_do_handshake(3)>,
|
| HD | SSL_connect.pod | 85 L<SSL_do_handshake(3)>,
|
| HD | SSL_get_error.pod | 16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
|
| HD | SSL_CTX_set_verify.pod | 215 sent to the client, this can be done with SSL_do_handshake() or SSL_write_ex().
|
| /freebsd-head/crypto/openssl/test/ |
| HD | 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()
|
| HD | sslapitest.c | 2429 if (!TEST_int_eq(SSL_do_handshake(sssl), 1) in post_handshake_verify() 2776 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets() 2809 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets() 2823 if (!TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets() 6231 || !TEST_int_eq(SSL_do_handshake(clientssl), 1)) in test_serverinfo_custom() 6524 || !TEST_true(SSL_do_handshake(clientssl))) in test_key_update() 6584 || !TEST_int_eq(SSL_do_handshake(peerupdate), 1)) in test_key_update_peer_in_write() 6782 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_write() 6859 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_read() 7097 if (!TEST_int_eq(SSL_do_handshake(serverssl), 1)) in test_pha_key_update()
|
| /freebsd-head/crypto/openssl/fuzz/ |
| HD | client.c | 88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
|
| HD | server.c | 640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
|
| /freebsd-head/secure/lib/libssl/ |
| HD | Version.map | 225 SSL_do_handshake;
|
| /freebsd-head/crypto/openssl/ssl/ |
| HD | bio_ssl.c | 347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
|
| HD | ssl_lib.c | 1768 return SSL_do_handshake(s); in SSL_accept() 1778 return SSL_do_handshake(s); in SSL_connect() 3952 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
|
| /freebsd-head/crypto/openssl/apps/ |
| HD | 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()
|
| /freebsd-head/contrib/unbound/smallapp/ |
| HD | unbound-control.c | 775 if( (r=SSL_do_handshake(ssl)) == 1) in setup_ssl()
|
| /freebsd-head/contrib/ntp/sntp/libevent/ |
| HD | bufferevent_openssl.c | 1031 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
|
| /freebsd-head/contrib/libevent/ |
| HD | bufferevent_openssl.c | 1031 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
|
| /freebsd-head/crypto/openssl/util/ |
| HD | libssl.num | 204 SSL_do_handshake 205 3_0_0 EXIST::FUNCTION:
|
| /freebsd-head/crypto/openssl/test/helpers/ |
| HD | handshake.c | 777 int ret = SSL_do_handshake(peer->ssl); in do_handshake_step()
|
| /freebsd-head/contrib/unbound/dnstap/ |
| HD | unbound-dnstap-socket.c | 993 r = SSL_do_handshake(data->ssl); in tap_handshake()
|
| HD | dtstream.c | 1410 r = SSL_do_handshake(dtio->ssl); in dtio_ssl_handshake()
|
| /freebsd-head/crypto/openssl/doc/ |
| HD | build.info | 2434 DEPEND[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod 2435 GENERATE[html/man3/SSL_do_handshake.html]=man3/SSL_do_handshake.pod 2436 DEPEND[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod 2437 GENERATE[man/man3/SSL_do_handshake.3]=man3/SSL_do_handshake.pod 3394 html/man3/SSL_do_handshake.html \ 4002 man/man3/SSL_do_handshake.3 \
|
12