Lines Matching refs:SSL_get_error
33 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)>
93 A call to L<SSL_get_error(3)> should return B<SSL_ERROR_WANT_CLIENT_HELLO_CB>.
108 L<ssl(7)>, L<SSL_get_error(3)>