summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2023-10-31 20:36:59 +0100
committerHugo Landau <hlandau@openssl.org>2023-11-02 09:32:21 +0000
commit19641b48afb57b48c8d67b44d3ed7054ee2c6bab (patch)
tree8f83076a0db18b74ce853367ad05818f91d8671f /CHANGES.md
parent115ee28263c28c78a34ce4e40a9e4be8361deee6 (diff)
CHANGES.md: document BLAKE2b's "size"-setting support
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22583)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ab4ece926e..9ce5ceb8a3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -33,6 +33,11 @@ OpenSSL 3.2
### Changes between 3.1 and 3.2 [xx XXX xxxx]
+ * The BLAKE2b hash algorithm supports a configurable output length
+ by setting the "size" parameter.
+
+ *Čestmír Kalina and Tomáš Mráz*
+
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES.
*Evgeny Karpov*