summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-07-26 16:41:55 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:14 +0100
commit4a532de98d6100d9e0643d5b61d8716539c8a7cd (patch)
tree38d10d6ae98b3ab29adce63ef7030002e8b3f3f5 /CHANGES.md
parentd3192c2643e4de2e2c36e107b7759f845a6e2bff (diff)
Add a CHANGES.md entry for the record layer changes
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 038a8ae632..68792f8793 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,6 +24,10 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
+ * Major refactor of the libssl record layer
+
+ *Matt Caswell*
+
* Added a new BIO_s_dgram_mem() to read/write datagrams to memory
*Matt Caswell*