diff options
author | Matt Caswell <matt@openssl.org> | 2022-06-16 18:35:30 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2022-07-28 09:06:53 +0200 |
commit | ce602bb0a20589e5a84c48a55ce13219ab881e84 (patch) | |
tree | 6637e4565cf84f55d3c0cf22bbfe222803008214 /CHANGES.md | |
parent | Add a test for BIO_s_mem() when using datagrams (diff) | |
download | openssl-ce602bb0a20589e5a84c48a55ce13219ab881e84.tar.xz openssl-ce602bb0a20589e5a84c48a55ce13219ab881e84.zip |
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.md | 4 |
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* |