Home
last modified time | relevance | path

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

12

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
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
25 Gated Cryptography). For SGC, SSL_accept() may return with -1, but
26 SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and SSL_accept()
29 If the underlying BIO is B<non-blocking>, SSL_accept() will also return
30 when the underlying BIO could not satisfy the needs of SSL_accept()
33 return value of SSL_accept() will yield B<SSL_ERROR_WANT_READ> or
[all …]
H A DSSL_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)>,
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.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)>
H A DSSL_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)>
H A DSSL_connect.pod67 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
H A DSSL_do_handshake.pod72 L<SSL_accept(3)|SSL_accept(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
H A DSSL_CTX_new.pod105 L<SSL_CTX_free(3)|SSL_CTX_free(3)>, L<SSL_accept(3)|SSL_accept(3)>,
H A DSSL_shutdown.pod120 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
H A Dssl.pod31 L<SSL_accept(3)|SSL_accept(3)> or L<SSL_connect(3)|SSL_connect(3)>
440 =item int B<SSL_accept>(SSL *ssl);
683 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_CTX_set_info_callback.pod120 else if (w & SSL_ST_ACCEPT) str="SSL_accept";
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.pod274 SSL_accept(ssl); /* check of success left out for clarity */
/minix/crypto/external/bsd/openssl/dist/demos/ssl/
H A Dinetdsrv.cpp53 err = SSL_accept (ssl); CHK_SSL(err); in main()
H A Dserv.cpp109 err = SSL_accept (ssl); CHK_SSL(err); in main()
/minix/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc72 SSL_set_verify_result.3 SSL_want.3 RSA_print.3 SSL_accept.3 \
/minix/crypto/external/bsd/openssl/dist/demos/state_machine/
H A Dstate_machine.c167 n = SSL_accept(pMachine->pSSL); in SSLStateMachine_read_extract()
/minix/libexec/httpd/
H A Dssl-bozo.c239 const int ret = SSL_accept(sslinfo->bozossl); in bozo_ssl_accept()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_srvr.c642 return (SSL_accept(s)); in ssl23_get_client_hello()
H A Dd1_lib.c505 ret = SSL_accept(s); in dtls1_listen()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2390 i = SSL_accept(con); in init_ssl_connection()
2403 i = SSL_accept(con); in init_ssl_connection()
2618 i = SSL_accept(con); in www_body()
2632 i = SSL_accept(con); in www_body()
/minix/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num32 SSL_accept 35 EXIST::FUNCTION:
/minix/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1191 n = SSL_accept(ssl); in tls_accept_attempt()
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dssleay.txt2075 SSL_accept() return, the location flag is SSL_CB_ACCEPT_EXIT or
5570 SSL_accept() calls.
5578 SSL_SESS_CACHE_SERVER - only SSL_accept()
5636 the SSL_accept().
5798 SSL_accept(ssl); /* 'do' SSL using out cert and RSA key */
5829 * by SSL_accept(). */
6168 SSL_accept
6289 > certificate set" in SSL_accept because s->conn == NULL
6313 SSL_accept(con);
6325 do a SSL_accept
[all …]

12