Home
last modified time | relevance | path

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

12

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_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().
H A DDTLSv1_listen.pod23 enable the handshake to be completed (for example by using SSL_accept()).
54 SSL_accept(). Typically, for DTLS, the read BIO will be in an "unconnected"
59 where the handshake can be continued by a call to (for example) SSL_accept().
115 L<SSL_get_error(3)>, L<SSL_accept(3)>,
H A DSSL_set_connect_state.pod41 L<SSL_accept(3)> routines, the correct handshake
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_fd.pod51 L<SSL_connect(3)>, L<SSL_accept(3)>,
H A DSSL_read_early_data.pod131 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_accept(3)>, L<SSL_do_handshake(3)>,
175 as L<SSL_accept(3)> or L<SSL_do_handshake(3)>. Alternatively you can call a
185 L<SSL_accept(3)>. This can happen if the client is using a protocol version less
188 L<SSL_accept(3)> anyway. Such a call will successfully return immediately with no
356 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.pod69 L<SSL_accept(3)>, L<ssl(7)>, L<bio(7)>,
H A DSSL_connect.pod82 L<SSL_get_error(3)>, L<SSL_accept(3)>,
H A DSSL_set_bio.pod98 L<SSL_connect(3)>, L<SSL_accept(3)>,
H A DSSL_CTX_set_info_callback.pod130 str = "SSL_accept";
H A DSSL_shutdown.pod153 L<SSL_accept(3)>, L<SSL_set_shutdown(3)>,
H A DSSL_CTX_new.pod200 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>, L<SSL_accept(3)>,
H A DSSL_get_error.pod16 statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
H A DSSL_CTX_set_verify.pod325 SSL_accept(ssl); /* check of success left out for clarity */
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map200 SSL_accept;
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod29 L<SSL_accept(3)> or L<SSL_connect(3)>
463 =item int B<SSL_accept>(SSL *ssl);
749 L<SSL_accept(3)>, L<SSL_clear(3)>,
/freebsd-12.1/crypto/openssl/apps/
H A Ds_server.c2779 i = SSL_accept(con); in init_ssl_connection()
2785 i = SSL_accept(con); in init_ssl_connection()
2796 i = SSL_accept(con); in init_ssl_connection()
2817 i = SSL_accept(con); in init_ssl_connection()
/freebsd-12.1/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c701 ret = SSL_accept(ssl); in tls_exec_server()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c1645 int SSL_accept(SSL *s) in SSL_accept() function
1816 ret = SSL_accept(s); in SSL_read_early_data()
5500 ret = SSL_accept(s); in SSL_stateless()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1826 __owur int SSL_accept(SSL *ssl);
/freebsd-12.1/contrib/apr-util/
H A Dconfigure4841 { $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 ();
/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c2162 if ((r = SSL_accept(srv_ssl)) <= 0)
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c4153 res = SSL_accept(conn->ssl); in openssl_handshake()
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man361 MAN+= SSL_accept.3

12