Add a CHANGES entry to mention the replay protection capabilities
authorMatt Caswell <matt@openssl.org>
Fri, 16 Mar 2018 11:09:39 +0000 (11:09 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Mar 2018 12:21:42 +0000 (12:21 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5644)

CHANGES

diff --git a/CHANGES b/CHANGES
index 0e275c31e0e8ec173a6de479c9962405e0a0772e..7b14ee9b7e4ecf3acb8616f173743e6a25e3c584 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
 
  Changes between 1.1.0g and 1.1.1 [xx XXX xxxx]
 
+  *) TLSv1.3 replay protection for early data has been implemented. See the
+     SSL_read_early_data() man page for further details.
+     [Matt Caswell]
+
   *) Separated TLSv1.3 ciphersuite configuration out from TLSv1.2 ciphersuite
      configuration. TLSv1.3 ciphersuites are not compatible with TLSv1.2 and
      below. Similarly TLSv1.2 ciphersuites are not compatible with TLSv1.3.