Lines Matching refs:fatal
42 L<SSL_read_ex(3)> or L<SSL_write_ex(3)> will return immediately with a non-fatal
169 L<SSL_read_ex(3)> or L<SSL_write_ex(3)>. Errors may be fatal for the stream (for
171 has failed), or non-fatal (for example because we are trying to read from the
179 out what type of error has occurred. If the error is non-fatal and can be
186 Another type of non-fatal error that may occur is B<SSL_ERROR_ZERO_RETURN>. This
225 * Some stream fatal error occurred. This could be because of a
263 the event of a non-fatal failure, it waits until a retry of the I/O operation
265 in the previous section). It returns 1 in the event of a non-fatal error
266 (except EOF), 0 in the event of EOF, or -1 if a fatal error occurred.
314 non-fatal error while we are waiting for the server to respond to our handshake
329 this stage, so such a response is treated in the same way as a fatal error.
335 a nonblocking B<SSL> object, this call could fail with a non-fatal error. In
368 same way as a fatal error.
409 fatal error, or we receive an EOF (indicating a graceful finish).