SHA-3 is not a symmetric cipher.
authorschwarze <schwarze@openbsd.org>
Tue, 15 Aug 2023 11:54:38 +0000 (11:54 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 15 Aug 2023 11:54:38 +0000 (11:54 +0000)
commitdf03c47c2b27f11490e117c18adb57e06b030fe5
tree29540b28a8df2707503bc0382574e0abac0f6c1e
parent5918e05ca5c911096da87392a2415a5f925fb6e1
SHA-3 is not a symmetric cipher.
Fix a copy and paste mistake that Ronald Tse introduced in 2017 even
though Richard Levitte and Bernd Edlinger reviewed his commit - and that
i unwittingly copied.  Even in the OpenSSL 3 main trunk, it wasn't fixed
until 2022, and in OpenSSL-1.1.1, it is still wrong.
Unfortunately, we need to be really careful before believing anything
the OpenSSL documentation says...
lib/libcrypto/man/EVP_sha3_224.3