Lines Matching refs:SSL
5 SSL_get_error - obtain result code for TLS/SSL I/O operation
11 int SSL_get_error(const SSL *ssl, int ret);
18 SSL_write_ex() or SSL_write() on B<ssl>. The value returned by that TLS/SSL I/O
23 used in the same thread that performed the TLS/SSL I/O operation, and no
25 thread's error queue must be empty before the TLS/SSL I/O operation is
36 The TLS/SSL I/O operation completed. This result code is returned
41 The TLS/SSL peer has closed the connection for writing by sending the
59 still unprocessed data available at either the B<SSL> or the B<BIO> layer, even
80 TLS/SSL I/O function should be retried.
82 Caveat: Any TLS/SSL I/O function can lead to either of
88 TLS/SSL handshakes may occur at any time during the protocol (initiated by
94 The operation did not complete; the same TLS/SSL I/O function should be
96 and the call would block in connect()/accept(). The SSL function should be
107 The TLS/SSL I/O function should be called again later.
118 L<SSL_get_all_async_fds(3)> or L<SSL_get_changed_async_fds(3)>. The TLS/SSL I/O
136 The TLS/SSL I/O function should be called again later.
151 A non-recoverable, fatal error in the SSL library occurred, usually a protocol