]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disallow SHAKE when using PBKDF2 and X9.42 KDF
authorPauli <ppzgs1@gmail.com>
Fri, 12 Jul 2024 02:29:08 +0000 (12:29 +1000)
committerPauli <ppzgs1@gmail.com>
Tue, 30 Jul 2024 08:04:36 +0000 (18:04 +1000)
commita5827910da30b6793d3df06df8db0a167416afe1
tree67ba2a6453941c691f7922b6706787d4331aa3d5
parent07e4d7f4747005e3ce56423182ad047eb05d8e16
Disallow SHAKE when using PBKDF2 and X9.42 KDF

The operation is non-sensical.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24862)
providers/implementations/kdfs/pbkdf2.c
providers/implementations/kdfs/x942kdf.c