Home
last modified time | relevance | path

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

12

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
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<non-blocking>, 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.pod35 When using the L<SSL_connect(3)|SSL_connect(3)> or
50 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
H A DSSL_set_bio.pod31 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
H A DSSL_set_fd.pod51 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
H A DSSL_write.pod21 not already explicitly performed by L<SSL_connect(3)|SSL_connect(3)> or
105 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>
H A DSSL_read.pod21 not already explicitly performed by L<SSL_connect(3)|SSL_connect(3)> or
118 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>
H A DSSL_accept.pod70 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
H A DSSL_do_handshake.pod71 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
H A DSSL_set_session.pod19 again during SSL_connect(). Whether the session was reused can be queried
H A DSSL_shutdown.pod119 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
H A Dssl.pod31 L<SSL_accept(3)|SSL_accept(3)> or L<SSL_connect(3)|SSL_connect(3)>
462 =item int B<SSL_connect>(SSL *ssl);
684 L<SSL_connect(3)|SSL_connect(3)>,
H A DSSL_CTX_set_info_callback.pod119 if (w & SSL_ST_CONNECT) str="SSL_connect";
H A DSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
/minix/crypto/external/bsd/openssl/dist/demos/ssl/
H A Dcli.cpp65 err = SSL_connect (ssl); CHK_SSL(err); in main()
/minix/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp125 errCode = SSL_connect(ssl); in main()
/minix/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc68 openssl_ui_compat.3 X509_NAME_ENTRY_get_object.3 SSL_connect.3 \
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c613 i = SSL_connect(serverCon); in doConnection()
/minix/usr.bin/ftp/
H A Dssl.c578 while ((ret = SSL_connect(ssl)) == -1) { in fetch_start_ssl()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_clnt.c794 return (SSL_connect(s)); in ssl23_get_server_hello()
H A Dssl.h2005 int SSL_connect(SSL *ssl);
/minix/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num40 SSL_connect 43 EXIST::FUNCTION:
/minix/external/bsd/fetch/dist/libfetch/
H A Dcommon.c455 if (SSL_connect(conn->ssl) == -1){ in fetch_ssl()
/minix/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1176 n = SSL_connect(ssl); in tls_connect_attempt()
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dssleay.txt2074 It is mostly present for use when debugging. When SSL_connect() or
2139 to be called again at a later point in time. SSL_connect will return
5577 SSL_SESS_CACHE_CLIENT - only SSL_connect()
5579 SSL_SESS_NO_CACHE_BOTH - Either SSL_accept() or SSL_connect().
5581 not automatically removed each 255, SSL_connect()s or SSL_accept()s.
5583 By default, upon every 255 successful SSL_connect() or SSL_accept()s,
5686 Whenever a new session is created via SSL_connect()/SSL_accept(),
5814 SSL_connect(ssl2);
6126 /* If the SSL_accept/SSL_connect returned with -1, these indicate when
6169 SSL_connect
[all …]
/minix/usr.sbin/syslogd/
H A Dtls.c927 rc = SSL_connect(ssl); in dispatch_SSL_connect()

12