CHANGES.md: document BLAKE2b's "size"-setting support
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 31 Oct 2023 19:36:59 +0000 (20:36 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 2 Nov 2023 09:32:21 +0000 (09:32 +0000)
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)

CHANGES.md

index ab4ece926e1dae568817d89fdbb6ea592a1ce888..9ce5ceb8a36f512eaa83819e3c9c35252b62b9dc 100644 (file)
@@ -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*