Home
last modified time | relevance | path

Searched refs:SSL_get_error (Results 1 – 25 of 29) sorted by relevance

12

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_want.pod27 return values are similar to that of L<SSL_get_error(3)|SSL_get_error(3)>.
28 Unlike L<SSL_get_error(3)|SSL_get_error(3)>, which also evaluates the
32 using L<SSL_get_error(3)|SSL_get_error(3)>.
35 the result of L<SSL_get_error(3)|SSL_get_error(3)>.
51 A call to L<SSL_get_error(3)|SSL_get_error(3)> should return
58 A call to L<SSL_get_error(3)|SSL_get_error(3)> should return
65 A call to L<SSL_get_error(3)|SSL_get_error(3)> should return
75 L<ssl(3)|ssl(3)>, L<err(3)|err(3)>, L<SSL_get_error(3)|SSL_get_error(3)>
H A DSSL_accept.pod26 SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and SSL_accept()
32 In this case a call to SSL_get_error() with the
50 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
63 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
70 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
H A DSSL_do_handshake.pod28 but SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and
33 to continue the handshake. In this case a call to SSL_get_error() with the
51 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
64 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
71 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
H A DSSL_connect.pod29 In this case a call to SSL_get_error() with the
47 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
60 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
67 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
H A DSSL_get_error.pod5 SSL_get_error - obtain result code for TLS/SSL I/O operation
11 int SSL_get_error(const SSL *ssl, int ret);
15 SSL_get_error() returns a result code (suitable for the C "switch"
18 that TLS/SSL I/O function must be passed to SSL_get_error() in parameter
21 In addition to B<ssl> and B<ret>, SSL_get_error() inspects the
22 current thread's OpenSSL error queue. Thus, SSL_get_error() must be
26 attempted, or SSL_get_error() will not work reliably.
112 SSL_get_error() was added in SSLeay 0.8.
H A DSSL_write.pod41 L<SSL_get_error(3)|SSL_get_error(3)> with the
85 was closed. Call SSL_get_error() with the return value B<ret> to find out,
96 or action must be taken by the calling process. Call SSL_get_error() with the
103 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_read(3)|SSL_read(3)>,
H A DSSL_shutdown.pod74 to continue the handshake. In this case a call to SSL_get_error() with the
99 The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an
112 Call L<SSL_get_error(3)|SSL_get_error(3)> with the return value B<ret>
119 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
H A DSSL_read.pod57 L<SSL_get_error(3)|SSL_get_error(3)> with the
97 incomplete. Call SSL_get_error() with the return value B<ret> to find out,
109 or action must be taken by the calling process. Call SSL_get_error() with the
116 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
H A DSSL_CTX_set_client_cert_cb.pod32 handshake function will return immediately. L<SSL_get_error(3)|SSL_get_error(3)>
H A Dssl.pod500 =item int B<SSL_get_error>(const SSL *ssl, int i);
727 L<SSL_get_error(3)|SSL_get_error(3)>,
/minix/crypto/external/bsd/openssl/dist/demos/state_machine/
H A Dstate_machine.c174 SSL_get_error(pMachine->pSSL, n)) == SSL_ERROR_WANT_READ) { in SSLStateMachine_read_extract()
187 int err = SSL_get_error(pMachine->pSSL, n); in SSLStateMachine_read_extract()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c167 switch (SSL_get_error(ssl, ret)) { in ssl_read()
240 switch (SSL_get_error(ssl, ret)) { in ssl_write()
411 switch (SSL_get_error(ssl, (int)ret)) { in ssl_ctrl()
H A Dssl.h2014 int SSL_get_error(const SSL *s, int ret_code);
H A Dssl_lib.c2472 int SSL_get_error(const SSL *s, int i) in SSL_get_error() function
/minix/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc60 ERR_clear_error.3 SSL_get_error.3 ERR_get_error.3 \
/minix/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dbuffer.c147 int e = SSL_get_error(s, ret); in int_ssl_check()
/minix/usr.bin/ftp/
H A Dssl.c302 ssl_err = SSL_get_error(ssl, rlen); in fetch_ssl_read()
579 ssl_err = SSL_get_error(ssl, ret); in fetch_start_ssl()
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A Derr.pod184 L<SSL_get_error(3)|SSL_get_error(3)>
/minix/libexec/httpd/
H A Dssl-bozo.c135 const int sslerr = SSL_get_error(sslinfo->bozossl, ret); in bozo_check_error_queue()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2250 while (SSL_get_error(con, k) == SSL_ERROR_WANT_X509_LOOKUP) { in sv_body()
2263 switch (SSL_get_error(con, k)) { in sv_body()
2306 while (SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { in sv_body()
2319 switch (SSL_get_error(con, i)) { in sv_body()
2392 while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { in init_ssl_connection()
2621 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { in www_body()
2635 switch (SSL_get_error(con, i)) { in www_body()
H A Ds_client.c1664 switch (SSL_get_error(con, k)) { in MAIN()
1767 switch (SSL_get_error(con, k)) { in MAIN()
/minix/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c601 int err = SSL_get_error(bev_ssl->ssl, r); in do_read()
678 int err = SSL_get_error(bev_ssl->ssl, r); in do_write()
1021 int err = SSL_get_error(bev_ssl->ssl, r); in do_handshake()
/minix/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num51 SSL_get_error 58 EXIST::FUNCTION:
/minix/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1140 int err = SSL_get_error(ssl, r); in tls_get_error()
/minix/usr.sbin/syslogd/
H A Dtls.c1087 ssl_error = SSL_get_error(ssl, rc); in tls_examine_error()

12