Deleted Added
full compact
5c5
< SSL_get_error - obtain result code for SSL I/O operation
---
> SSL_get_error - obtain result code for TLS/SSL I/O operation
18c18
< SSL I/O function must be passed to SSL_get_error() in parameter
---
> TLS/SSL I/O function must be passed to SSL_get_error() in parameter
23c23
< used in the same thread that performed the SSL I/O operation, and no
---
> used in the same thread that performed the TLS/SSL I/O operation, and no
25c25
< thread's error queue must be empty before the SSL I/O operation is
---
> thread's error queue must be empty before the TLS/SSL I/O operation is
36c36
< The SSL I/O operation completed. This result code is returned
---
> The TLS/SSL I/O operation completed. This result code is returned
41c41
< The SSL connection has been closed. If the protocol version is SSL 3.0
---
> The TLS/SSL connection has been closed. If the protocol version is SSL 3.0
43,44c43,46
< alerts has occurred in the protocol, i.e. if the connection has been
< closed cleanly.
---
> alert has occurred in the protocol, i.e. if the connection has been
> closed cleanly. Note that in this case B<SSL_ERROR_ZERO_RETURN>
> does not necessarily indicate that the underlying transport
> has been closed.
48c50
< The operation did not complete; the same SSL I/O function should be
---
> The operation did not complete; the same TLS/SSL I/O function should be
54c56
< when the SSL I/O function should be retried.
---
> when the TLS/SSL I/O function should be retried.
56c58
< Caveat: Any SSL I/O function can lead to either of
---
> Caveat: Any TLS/SSL I/O function can lead to either of
64c66
< The SSL I/O function should be called again later.
---
> The TLS/SSL I/O function should be called again later.