summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-06-16 17:35:30 +0100
committerHugo Landau <hlandau@openssl.org>2022-07-28 08:06:53 +0100
commitce602bb0a20589e5a84c48a55ce13219ab881e84 (patch)
tree6637e4565cf84f55d3c0cf22bbfe222803008214 /CHANGES.md
parent3bfc58ad6f150e343c75565e2b162b80ec39a28d (diff)
downloadopenssl-new-ce602bb0a20589e5a84c48a55ce13219ab881e84.tar.gz
Add some documentation for the BIO_s_mem() datagram capability
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18596)
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 9a3d86c69c..038a8ae632 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,6 +24,10 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
+ * Added a new BIO_s_dgram_mem() to read/write datagrams to memory
+
+ *Matt Caswell*
+
* Add a mac salt length option for the pkcs12 command.
*Xinping Chen*