aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_read_early_data.pod
diff options
context:
space:
mode:
authorGustaf Neumann <neumann@wu-wien.ac.at>2020-06-29 21:13:07 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-07-05 01:49:20 +0200
commit8c1cbc72105ffd493b48e65f8f5fd3657dedb28c (patch)
treeb1437e0210f80d7de45d8d33903a2f28fe1b82da /doc/man3/SSL_read_early_data.pod
parent3a19f1a9dd16f5855a7e2a42cd3e7f136f849bd3 (diff)
downloadopenssl-8c1cbc72105ffd493b48e65f8f5fd3657dedb28c.tar.gz
Fix typos and repeated words
CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12320)
Diffstat (limited to 'doc/man3/SSL_read_early_data.pod')
-rw-r--r--doc/man3/SSL_read_early_data.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/SSL_read_early_data.pod b/doc/man3/SSL_read_early_data.pod
index 460a436eaa..13c3bcf6a6 100644
--- a/doc/man3/SSL_read_early_data.pod
+++ b/doc/man3/SSL_read_early_data.pod
@@ -221,7 +221,7 @@ max_early_data for the session and the recv_max_early_data setting for the
server. If a client sends more data than this then the connection will abort.
The configured value for max_early_data on a server may change over time as
-required. However clients may have tickets containing the previously configured
+required. However, clients may have tickets containing the previously configured
max_early_data value. The recv_max_early_data should always be equal to or
higher than any recently configured max_early_data value in order to avoid
aborted connections. The recv_max_early_data should never be set to less than
@@ -317,7 +317,7 @@ cache. Applications should be designed with this in mind in order to minimise
the possibility of replay attacks.
The OpenSSL replay protection does not apply to external Pre Shared Keys (PSKs)
-(e.g. see SSL_CTX_set_psk_find_session_callback(3)). Therefore extreme caution
+(e.g. see SSL_CTX_set_psk_find_session_callback(3)). Therefore, extreme caution
should be applied when combining external PSKs with early data.
Some applications may mitigate the replay risks in other ways. For those