Home
last modified time | relevance | path

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

1234

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_want.pod33 return values are similar to that of L<SSL_get_error(3)>.
34 Unlike L<SSL_get_error(3)>, which also evaluates the
38 using L<SSL_get_error(3)>.
41 the result of L<SSL_get_error(3)>.
57 A call to L<SSL_get_error(3)> should return B<SSL_ERROR_WANT_WRITE>.
63 A call to L<SSL_get_error(3)> should return B<SSL_ERROR_WANT_READ>.
69 A call to L<SSL_get_error(3)> should return B<SSL_ERROR_WANT_X509_LOOKUP>.
75 A call to L<SSL_get_error(3)> should return B<SSL_ERROR_WANT_RETRY_VERIFY>.
80 L<SSL_get_all_async_fds(3)>. A call to L<SSL_get_error(3)> should return
86 available in the pool (see ASYNC_init_thread(3)). A call to L<SSL_get_error(3)>
[all …]
H A DSSL_do_handshake.pod30 to continue the handshake. In this case a call to SSL_get_error() with the
48 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
61 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
68 L<SSL_get_error(3)>, L<SSL_connect(3)>,
H A DSSL_accept.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 nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
67 L<SSL_get_error(3)>, L<SSL_connect(3)>,
H A DSSL_write.pod50 the operation. In this case a call to L<SSL_get_error(3)> with the
71 When a write function call has to be repeated because L<SSL_get_error(3)>
92 network error). In the event of a failure call L<SSL_get_error(3)> to find out
108 Call SSL_get_error() with the return value B<ret> to find out the reason.
112 You should instead call SSL_get_error() to find out if it's retryable.
130 Call SSL_get_error() with the return value to find out the reason.
136 L<SSL_get_error(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>
H A DSSL_shutdown.pod24 occurred on a connection i.e. if SSL_get_error() has returned SSL_ERROR_SYSCALL
59 to continue the handshake. In this case a call to SSL_get_error() with the
112 and SSL_get_error() returning SSL_ERROR_ZERO_RETURN.
119 SSL_read() will return <= 0 in that case, and SSL_get_error() will return
141 L<SSL_get_error(3)> should not get called, it may misleadingly
152 Call L<SSL_get_error(3)> with the return value B<ret> to find out the reason.
162 L<SSL_get_error(3)>, L<SSL_connect(3)>,
H A DSSL_connect.pod29 In this case a call to SSL_get_error() with the
62 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
75 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
82 L<SSL_get_error(3)>, L<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"
19 function must be passed to SSL_get_error() in parameter B<ret>.
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.
H A DSSL_read.pod78 In this case a call to L<SSL_get_error(3)> with the
104 In the event of a failure call L<SSL_get_error(3)> to find out the reason which
121 Call L<SSL_get_error(3)> with the return value B<ret> to find out the reason.
125 You should instead call SSL_get_error() to find out if it's retryable.
131 L<SSL_get_error(3)>, L<SSL_write_ex(3)>,
H A DSSL_get_all_async_fds.pod34 B<SSL_ERROR_WANT_ASYNC> has been received - see L<SSL_get_error(3)>). Typically
73 L<SSL_get_error(3)>, L<SSL_CTX_set_mode(3)>
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_want.pod32 return values are similar to that of L<SSL_get_error(3)>.
33 Unlike L<SSL_get_error(3)>, which also evaluates the
37 using L<SSL_get_error(3)>.
40 the result of L<SSL_get_error(3)>.
56 A call to L<SSL_get_error(3)> should return
63 A call to L<SSL_get_error(3)> should return
70 A call to L<SSL_get_error(3)> should return
76 L<SSL_get_all_async_fds(3)>. A call to L<SSL_get_error(3)> should return
82 available in the pool (see ASYNC_init_thread(3)). A call to L<SSL_get_error(3)>
89 A call to L<SSL_get_error(3)> should return
[all …]
H A DSSL_do_handshake.pod30 to continue the handshake. In this case a call to SSL_get_error() with the
48 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
61 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
68 L<SSL_get_error(3)>, L<SSL_connect(3)>,
H A DSSL_accept.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 nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
67 L<SSL_get_error(3)>, L<SSL_connect(3)>,
H A DSSL_write.pod41 the operation. In this case a call to L<SSL_get_error(3)> with the
62 When a write function call has to be repeated because L<SSL_get_error(3)>
83 network error). In the event of a failure call L<SSL_get_error(3)> to find out
99 Call SSL_get_error() with the return value B<ret> to find out the reason.
103 You should instead call SSL_get_error() to find out if it's retryable.
109 L<SSL_get_error(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>
H A DSSL_shutdown.pod26 occurred on a connection i.e. if SSL_get_error() has returned SSL_ERROR_SYSCALL
76 and SSL_get_error() returning SSL_ERROR_ZERO_RETURN.
83 SSL_read() will return <= 0 in that case, and SSL_get_error() will return
100 to continue the handshake. In this case a call to SSL_get_error() with the
143 L<SSL_get_error(3)> should not get called, it may misleadingly
154 Call L<SSL_get_error(3)> with the return value B<ret> to find out the reason.
164 L<SSL_get_error(3)>, L<SSL_connect(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"
19 function must be passed to SSL_get_error() in parameter B<ret>.
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.
H A DSSL_connect.pod29 In this case a call to SSL_get_error() with the
62 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
75 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
82 L<SSL_get_error(3)>, L<SSL_accept(3)>,
H A DSSL_read.pod78 In this case a call to L<SSL_get_error(3)> with the
104 In the event of a failure call L<SSL_get_error(3)> to find out the reason which
121 Call L<SSL_get_error(3)> with the return value B<ret> to find out the reason.
125 You should instead call SSL_get_error() to find out if it's retryable.
131 L<SSL_get_error(3)>, L<SSL_write_ex(3)>,
H A DSSL_get_all_async_fds.pod34 SSL_ERROR_WANT_ASYNC has been received - see L<SSL_get_error(3)>). Typically the
72 L<SSL_get_error(3)>, L<SSL_CTX_set_mode(3)>
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslbuffertest.c96 int ssl_error = SSL_get_error(clientssl, ret); in test_func()
129 int ssl_error = SSL_get_error(serverssl, ret); in test_func()
H A Dbad_dtls_test.c515 || !TEST_int_eq(SSL_get_error(con, ret), SSL_ERROR_WANT_READ) in test_bad_dtls()
522 || !TEST_int_eq(SSL_get_error(con, ret), SSL_ERROR_WANT_READ) in test_bad_dtls()
529 || !TEST_int_eq(SSL_get_error(con, ret), SSL_ERROR_WANT_READ) in test_bad_dtls()
H A Dasynciotest.c348 int ssl_error = SSL_get_error(clientssl, ret); in test_asyncio()
369 int ssl_error = SSL_get_error(serverssl, ret); in test_asyncio()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsslbuffertest.c105 int ssl_error = SSL_get_error(clientssl, ret); in test_func()
138 int ssl_error = SSL_get_error(serverssl, ret); in test_func()
H A Dbad_dtls_test.c535 || !TEST_int_eq(SSL_get_error(con, ret), SSL_ERROR_WANT_READ) in test_bad_dtls()
542 || !TEST_int_eq(SSL_get_error(con, ret), SSL_ERROR_WANT_READ) in test_bad_dtls()
549 || !TEST_int_eq(SSL_get_error(con, ret), SSL_ERROR_WANT_READ) in test_bad_dtls()
H A Dasynciotest.c349 int ssl_error = SSL_get_error(clientssl, ret); in test_asyncio()
370 int ssl_error = SSL_get_error(serverssl, ret); in test_asyncio()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbio_ssl.c108 switch (SSL_get_error(ssl, ret)) { in ssl_read()
177 switch (SSL_get_error(ssl, ret)) { in ssl_write()
349 switch (SSL_get_error(ssl, (int)ret)) { in ssl_ctrl()

1234