SSL => TLS/SSL
authorBodo Möller <bodo@openssl.org>
Sat, 16 Sep 2000 16:05:34 +0000 (16:05 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 16 Sep 2000 16:05:34 +0000 (16:05 +0000)
doc/ssl/SSL_get_error.pod
doc/ssl/ssl.pod

index 8e76e1e69efe6e4f603d248e7ca2f749d315960a..d85b564258282011faa591f77f55f9daf5117189 100644 (file)
@@ -55,7 +55,7 @@ For socket B<BIO>s (e.g. when SSL_set_fd() was used) this means that
 select() or poll() on the underlying socket can be used to find out
 when the TLS/SSL I/O function should be retried.
 
 select() or poll() on the underlying socket can be used to find out
 when the TLS/SSL I/O function should be retried.
 
-Caveat: Any SSL I/O function can lead to either of
+Caveat: Any TLS/SSL I/O function can lead to either of
 B<SSL_ERROR_WANT_READ> and B<SSL_ERROR_WANT_WRITE>, i.e. SSL_read()
 may want to write data and SSL_write() may want to read data.
 
 B<SSL_ERROR_WANT_READ> and B<SSL_ERROR_WANT_WRITE>, i.e. SSL_read()
 may want to write data and SSL_write() may want to read data.
 
@@ -63,7 +63,7 @@ may want to write data and SSL_write() may want to read data.
 
 The operation did not complete because an application callback set by
 SSL_CTX_set_client_cert_cb() has asked to be called again.
 
 The operation did not complete because an application callback set by
 SSL_CTX_set_client_cert_cb() has asked to be called again.
-The SSL I/O function should be called again later.
+The TLS/SSL I/O function should be called again later.
 Details depend on the application.
 
 =item SSL_ERROR_SYSCALL
 Details depend on the application.
 
 =item SSL_ERROR_SYSCALL
index 1d254afa4c6b74a981ee663d124d330d46abf4be..41d61146495c6c111c8d43bc6ff04a43737e6f98 100644 (file)
@@ -83,7 +83,7 @@ B<SSL> structures which are later created for the connections.
 
 =item B<SSL_SESSION> (SSL Session)
 
 
 =item B<SSL_SESSION> (SSL Session)
 
-This is a structure containing the current SSL session details for a
+This is a structure containing the current TLS/SSL session details for a
 connection: B<SSL_CIPHER>s, client and server certificates, keys, etc.
 
 =item B<SSL> (SSL Connection)
 connection: B<SSL_CIPHER>s, client and server certificates, keys, etc.
 
 =item B<SSL> (SSL Connection)