Lines Matching refs:TLS
5 SSL_get_error - obtain result code for TLS/SSL I/O operation
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
30 Some TLS implementations do not send a close_notify alert on shutdown.
47 The TLS/SSL I/O operation completed. This result code is returned
52 The TLS/SSL peer has closed the connection for writing by sending the
96 TLS/SSL I/O function should be retried.
98 Caveat: Any TLS/SSL I/O function can lead to either of
104 TLS/SSL handshakes may occur at any time during the protocol (initiated by
110 The operation did not complete; the same TLS/SSL I/O function should be
123 The TLS/SSL I/O function should be called again later.
134 L<SSL_get_all_async_fds(3)> or L<SSL_get_changed_async_fds(3)>. The TLS/SSL I/O
152 The TLS/SSL I/O function should be called again later.