Home
last modified time | relevance | path

Searched refs:SSL_connect (Results 1 – 25 of 71) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_connect.pod5 SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
11 int SSL_connect(SSL *ssl);
15 SSL_connect() initiates the TLS/SSL handshake with a server. The communication
21 The behaviour of SSL_connect() depends on the underlying BIO.
23 If the underlying BIO is B<blocking>, SSL_connect() will only return once the
26 If the underlying BIO is B<nonblocking>, SSL_connect() will also return
27 when the underlying BIO could not satisfy the needs of SSL_connect()
30 return value of SSL_connect() will yield B<SSL_ERROR_WANT_READ> or
32 taking appropriate action to satisfy the needs of SSL_connect().
H A DSSL_set_connect_state.pod40 When using the L<SSL_connect(3)> or
63 L<SSL_connect(3)>, L<SSL_accept(3)>,
H A DSSL_write.pod26 explicitly performed by L<SSL_connect(3)> or L<SSL_accept(3)>. If the peer
111 L<SSL_connect(3)>, L<SSL_accept(3)>
H A DSSL_set_session.pod19 again during SSL_connect(). Whether the session was reused can be queried
H A DSSL_set_fd.pod62 L<SSL_connect(3)>, L<SSL_accept(3)>,
H A DSSL_read.pod35 explicitly performed by L<SSL_connect(3)> or L<SSL_accept(3)>. If the
133 L<SSL_connect(3)>, L<SSL_accept(3)>
H A DSSL_do_handshake.pod68 L<SSL_get_error(3)>, L<SSL_connect(3)>,
H A DSSL_accept.pod67 L<SSL_get_error(3)>, L<SSL_connect(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_connect.pod5 SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
11 int SSL_connect(SSL *ssl);
15 SSL_connect() initiates the TLS/SSL handshake with a server. The communication
21 The behaviour of SSL_connect() depends on the underlying BIO.
23 If the underlying BIO is B<blocking>, SSL_connect() will only return once the
26 If the underlying BIO is B<nonblocking>, SSL_connect() will also return
27 when the underlying BIO could not satisfy the needs of SSL_connect()
30 return value of SSL_connect() will yield B<SSL_ERROR_WANT_READ> or
32 taking appropriate action to satisfy the needs of SSL_connect().
H A DSSL_set_connect_state.pod40 When using the L<SSL_connect(3)> or
63 L<SSL_connect(3)>, L<SSL_accept(3)>,
H A DSSL_set_retry_verify.pod52 L<ssl(7)>, L<SSL_connect(3)>, L<SSL_CTX_set_cert_verify_callback(3)>,
H A DSSL_get_verify_result.pod29 from the error stack there, because once L<SSL_connect(3)> returns,
H A DSSL_set_fd.pod62 L<SSL_connect(3)>, L<SSL_accept(3)>,
H A DSSL_set_session.pod19 again during SSL_connect(). Whether the session was reused can be queried
H A DSSL_write.pod35 explicitly performed by L<SSL_connect(3)> or L<SSL_accept(3)>. If the peer
138 L<SSL_connect(3)>, L<SSL_accept(3)>
H A DSSL_read.pod35 explicitly performed by L<SSL_connect(3)> or L<SSL_accept(3)>. If the
133 L<SSL_connect(3)>, L<SSL_accept(3)>
H A DSSL_do_handshake.pod68 L<SSL_get_error(3)>, L<SSL_connect(3)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddtlstest.c366 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_swap_app_data()
374 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_swap_app_data()
394 if (!TEST_int_gt(SSL_connect(cssl), 0)) in test_swap_app_data()
H A Dservername_test.c115 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_before_state()
164 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_after_state()
H A Dtls13ccstest.c347 if (!TEST_int_gt(SSL_connect(cssl), 0)) in test_tls13ccs()
350 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
H A Dclienthellotest.c184 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dservername_test.c132 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_before_state()
185 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_after_state()
H A Ddtlstest.c503 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_swap_records()
511 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_swap_records()
552 if (!TEST_int_gt(SSL_connect(cssl), 0)) in test_swap_records()
H A Dtls13ccstest.c354 if (!TEST_int_gt(SSL_connect(cssl), 0)) in test_tls13ccs()
357 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
H A Dclienthellotest.c189 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()

123