]> git.ipfire.org Git - thirdparty/openssl.git/commit
signatures: disallow XOF digests when doing signatures
authorPauli <ppzgs1@gmail.com>
Mon, 29 Jul 2024 02:07:39 +0000 (12:07 +1000)
committerPauli <ppzgs1@gmail.com>
Sun, 11 Aug 2024 23:30:43 +0000 (09:30 +1000)
commit5ab9f7e249f4b562a26809577d3aecfb4a1a9549
tree8a8fed94ff560f3159e8eb766490f841481887fc
parentd8783a1807babff23e263386f97e361f4908616a
signatures: disallow XOF digests when doing signatures

Except for Ed448 and RSA PSS where they are mandatory and allow respectively.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25020)
providers/implementations/exchange/dh_exch.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/signature/dsa_sig.c
providers/implementations/signature/ecdsa_sig.c
providers/implementations/signature/rsa_sig.c
providers/implementations/signature/sm2_sig.c