From 37b08e836541a48c253ce3ba0af4e6eb8a7972d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 16 Sep 2000 16:05:34 +0000 Subject: [PATCH] SSL => TLS/SSL --- doc/ssl/SSL_get_error.pod | 4 ++-- doc/ssl/ssl.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod index 8e76e1e69e..d85b564258 100644 --- a/doc/ssl/SSL_get_error.pod +++ b/doc/ssl/SSL_get_error.pod @@ -55,7 +55,7 @@ For socket Bs (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. -Caveat: Any SSL I/O function can lead to either of +Caveat: Any TLS/SSL I/O function can lead to either of B and B, 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 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 diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 1d254afa4c..41d6114649 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -83,7 +83,7 @@ B structures which are later created for the connections. =item B (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: Bs, client and server certificates, keys, etc. =item B (SSL Connection) -- 2.34.1