Home
last modified time | relevance | path

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

123

/third_party/openssl/doc/man3/
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().
DSSL_set_connect_state.pod40 When using the L<SSL_connect(3)> or
63 L<SSL_connect(3)>, L<SSL_accept(3)>,
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)>
DSSL_set_fd.pod62 L<SSL_connect(3)>, L<SSL_accept(3)>,
DSSL_set_session.pod19 again during SSL_connect(). Whether the session was reused can be queried
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)>
DSSL_do_handshake.pod68 L<SSL_get_error(3)>, L<SSL_connect(3)>,
DSSL_accept.pod67 L<SSL_get_error(3)>, L<SSL_connect(3)>,
DSSL_CTX_dane_enable.pod64 L<SSL_connect(3)> if (and only if) you want to enable DANE for that connection.
288 /* Perform SSL_connect() handshake and handle errors here */
360 L<SSL_connect(3)>,
DSSL_set_bio.pod98 L<SSL_connect(3)>, L<SSL_accept(3)>,
DSSL_set1_host.pod90 /* XXX: Perform SSL_connect() handshake and handle errors here */
DSSL_CTX_set_info_callback.pod128 str = "SSL_connect";
DSSL_read_early_data.pod103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)>
115 complete the handshake by calling a function such as L<SSL_connect(3)> or
356 L<SSL_connect(3)>,
/third_party/openssl/test/
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()
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()
Dclienthellotest.c184 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()
/third_party/curl/packages/vms/
Dgnv_conftest.c_first45 #define SSL_connect SSL_CONNECT
/third_party/grpc/test/core/handshake/
Dserver_ssl_common.cc250 if (SSL_connect(ssl) <= 0) { in server_ssl_test()
/third_party/curl/m4/
Dcurl-openssl.m4447 AC_CHECK_LIB(ssl, SSL_connect)
454 AC_CHECK_LIB(ssl, SSL_connect)
456 dnl still no SSL_connect
/third_party/curl/lib/
Dsetup-vms.h287 #define SSL_connect SSL_CONNECT macro
/third_party/toybox/toys/pending/
Dwget.c178 if (SSL_connect(TT.ssl) == -1) in wget_connect()
/third_party/openssl/apps/
Ds_time.c378 i = SSL_connect(serverCon); in doConnection()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c302 ret = c->listen ? SSL_accept(p->ssl) : SSL_connect(p->ssl); in tls_open()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h101 int SSL_connect(SSL *ssl);
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c252 int m, n = SSL_connect(wsi->tls.ssl), en; in lws_tls_client_connect()

123