]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a CHANGES.md entry for the record layer changes
authorMatt Caswell <matt@openssl.org>
Tue, 26 Jul 2022 15:41:55 +0000 (16:41 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:14 +0000 (16:38 +0100)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)

CHANGES.md

index 038a8ae6321c807924fe73d958601bc367fd029d..68792f8793ff80755b36105c33838b06b2fc4dba 100644 (file)
@@ -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*