Home
last modified time | relevance | path

Searched refs:SSL_accept (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_accept.pod5 SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake
11 int SSL_accept(SSL *ssl);
15 SSL_accept() waits for a TLS/SSL client to initiate the TLS/SSL handshake.
21 The behaviour of SSL_accept() depends on the underlying BIO.
23 If the underlying BIO is B<blocking>, SSL_accept() will only return once the
26 If the underlying BIO is B<non-blocking>, SSL_accept() will also return
27 when the underlying BIO could not satisfy the needs of SSL_accept()
30 return value of SSL_accept() will yield B<SSL_ERROR_WANT_READ> or
32 taking appropriate action to satisfy the needs of SSL_accept().
HDSSL_set_connect_state.pod36 L<SSL_accept(3)|SSL_accept(3)> routines, the correct handshake
50 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
HDSSL_set_bio.pod31 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
HDSSL_write.pod22 L<SSL_accept(3)|SSL_accept(3)>. If the
105 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>
HDSSL_set_fd.pod51 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
HDSSL_read.pod22 L<SSL_accept(3)|SSL_accept(3)>. If the
118 L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>
HDSSL_connect.pod67 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
HDSSL_do_handshake.pod69 L<SSL_accept(3)|SSL_accept(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
HDSSL_CTX_new.pod105 L<SSL_CTX_free(3)|SSL_CTX_free(3)>, L<SSL_accept(3)|SSL_accept(3)>,
HDSSL_shutdown.pod120 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
HDssl.pod31 L<SSL_accept(3)|SSL_accept(3)> or L<SSL_connect(3)|SSL_connect(3)>
444 =item int B<SSL_accept>(SSL *ssl);
687 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_clear(3)|SSL_clear(3)>,
HDSSL_CTX_set_info_callback.pod120 else if (w & SSL_ST_ACCEPT) str="SSL_accept";
HDSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
HDSSL_CTX_set_verify.pod274 SSL_accept(ssl); /* check of success left out for clarity */
/NextBSD/crypto/openssl/ssl/
HDs23_srvr.c647 return (SSL_accept(s)); in ssl23_get_client_hello()
HDd1_lib.c552 ret = SSL_accept(s); in dtls1_listen()
HDssl.h2332 int SSL_accept(SSL *ssl);
/NextBSD/crypto/openssl/apps/
HDs_server.c2593 i = SSL_accept(con); in init_ssl_connection()
2600 i = SSL_accept(con); in init_ssl_connection()
2616 i = SSL_accept(con); in init_ssl_connection()
2846 i = SSL_accept(con); in www_body()
2860 i = SSL_accept(con); in www_body()
/NextBSD/secure/lib/libssl/
HDMakefile.man59 MAN+= SSL_accept.3
/NextBSD/crypto/openssl/util/
HDssleay.num32 SSL_accept 35 EXIST::FUNCTION:
/NextBSD/contrib/openbsm/bin/auditdistd/
HDproto_tls.c701 ret = SSL_accept(ssl); in tls_exec_server()
/NextBSD/crypto/openssl/doc/
HDssleay.txt2072 This callback is called each time around the SSL_connect()/SSL_accept()
2075 SSL_accept() return, the location flag is SSL_CB_ACCEPT_EXIT or
5570 SSL_accept() calls.
5578 SSL_SESS_CACHE_SERVER - only SSL_accept()
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,
5636 the SSL_accept().
5671 that is just about to be used in a SSL_accept() call since the
5672 SSL_accept() will either create a new session or retrieve one from the
[all …]
/NextBSD/crypto/openssl/
HDCHANGES.SSLeay643 SSL_accept(ssl)
702 working on an SSL BIO which will hide the SSL_accept()/SLL_connet()
798 It supports non-blocking IO, I have finally gotten it right, SSL_accept()
/NextBSD/contrib/apr-util/
HDconfigure4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_accept in -lssl" >&5
4842 $as_echo_n "checking for SSL_accept in -lssl... " >&6; }
5003 char SSL_accept ();
5007 return SSL_accept ();
5141 char SSL_accept ();
5145 return SSL_accept ();
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c3109 res = SSL_accept(conn->ssl); in openssl_handshake()

12