summaryrefslogtreecommitdiffstats
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:49 +0000
commit676f6e2320f917bdd697deea69b6110507e9d81a (patch)
tree8d4f224089d7b2c2365bf849b69a390e88fe7f3d
parentd6b7545b60e72a11894a9fc043325256495473cf (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) (cherry picked from commit 19641b48afb57b48c8d67b44d3ed7054ee2c6bab)
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 15b5aa0542..b2e4175cb8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,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*