Lines Matching refs:error
22 current thread's OpenSSL error queue. Thus, SSL_get_error() must be
25 thread's error queue must be empty before the TLS/SSL I/O operation is
33 B<SSL_ERROR_SYSCALL>, nothing was added to the error stack, and errno was 0.
34 Since OpenSSL 3.0 the returned error is B<SSL_ERROR_SSL> with a meaningful
35 error on the error stack (SSL_R_UNEXPECTED_EOF_WHILE_READING). This error reason
58 This error can also appear when the option B<SSL_OP_IGNORE_UNEXPECTED_EOF>
98 even when the call that set this error was an SSL_write() or SSL_write_ex().
167 Some non-recoverable, fatal I/O error occurred. The OpenSSL error queue may
168 contain more information on the error. For socket I/O on Unix systems, consult
169 B<errno> for details. If this error occurs then no further I/O operations should
172 This value can also be returned for other errors, check the error queue for
177 A non-recoverable, fatal error in the SSL library occurred, usually a protocol
178 error. The OpenSSL error queue contains more information on the error. If this
179 error occurs then no further I/O operations should be performed on the
190 The SSL_ERROR_WANT_ASYNC error code was added in OpenSSL 1.1.0.
191 The SSL_ERROR_WANT_CLIENT_HELLO_CB error code was added in OpenSSL 1.1.1.