| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_connect.pod | 5 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 D | SSL_set_connect_state.pod | 40 When using the L<SSL_connect(3)> or 63 L<SSL_connect(3)>, L<SSL_accept(3)>,
|
| H A D | SSL_set_session.pod | 19 again during SSL_connect(). Whether the session was reused can be queried
|
| H A D | SSL_set_fd.pod | 62 L<SSL_connect(3)>, L<SSL_accept(3)>,
|
| H A D | SSL_read.pod | 35 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 D | SSL_write.pod | 35 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 D | SSL_do_handshake.pod | 68 L<SSL_get_error(3)>, L<SSL_connect(3)>,
|
| H A D | SSL_accept.pod | 67 L<SSL_get_error(3)>, L<SSL_connect(3)>,
|
| H A D | SSL_CTX_dane_enable.pod | 64 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)>,
|
| H A D | SSL_set1_host.pod | 90 /* XXX: Perform SSL_connect() handshake and handle errors here */
|
| H A D | SSL_set_bio.pod | 98 L<SSL_connect(3)>, L<SSL_accept(3)>,
|
| H A D | SSL_CTX_set_info_callback.pod | 128 str = "SSL_connect";
|
| 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)> 115 complete the handshake by calling a function such as L<SSL_connect(3)> or 356 L<SSL_connect(3)>,
|
| H A D | SSL_get_error.pod | 16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
|
| H A D | SSL_shutdown.pod | 164 L<SSL_get_error(3)>, L<SSL_connect(3)>,
|
| H A D | SSL_CTX_set_verify.pod | 191 successfully authenticate. This must be called before SSL_connect().
|
| /freebsd-13.1/contrib/dma/ |
| H A D | crypto.c | 191 error = SSL_connect(config.ssl); in smtp_init_crypto()
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 218 SSL_connect;
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_time.c | 378 i = SSL_connect(serverCon); in doConnection()
|
| /freebsd-13.1/contrib/openbsm/ |
| H A D | configure.ac | 39 AC_SEARCH_LIBS(SSL_connect, ssl)
|
| /freebsd-13.1/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 655 ret = SSL_connect(ssl); in rpctls_connect()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 29 L<SSL_accept(3)> or L<SSL_connect(3)> 485 =item int B<SSL_connect>(SSL *ssl); 750 L<SSL_connect(3)>,
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 407 ret = SSL_connect(ssl); in tls_exec_client()
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | common.c | 1238 while ((ret = SSL_connect(conn->ssl)) == -1) { in fetch_ssl()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1685 int SSL_connect(SSL *s) in SSL_connect() function 2103 ret = SSL_connect(s); in SSL_write_early_data()
|