]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix SHAKE AlgorithmIdentifier encodings
authorDaniel Van Geest <daniel.vangeest@cryptonext-security.com>
Fri, 28 Mar 2025 10:40:32 +0000 (10:40 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Jun 2025 17:42:15 +0000 (19:42 +0200)
commit08c64e623232bd05fbd86372970ee81fcccd775b
treebc52f0e652b8d33a5e2f150181f8747ac700ddbc
parent6e250f95731e2bdb0b07aa09071c34608db6dec9
Fix SHAKE AlgorithmIdentifier encodings

NIST CSOR specifies that the id-shake128 and id-shake256
algorithm identifiers, like the SHA-3 ones, do not carry
any parameters.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27190)

(cherry picked from commit bef03c6a24f02df4e670697b16b6d7c8b1b604b4)
crypto/evp/legacy_sha.c
providers/implementations/digests/sha3_prov.c