]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow arbitrary digests with ECDSA and DSA
authorTomas Mraz <tomas@openssl.org>
Mon, 10 May 2021 14:51:39 +0000 (16:51 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 12 May 2021 11:12:00 +0000 (13:12 +0200)
commit6a2ab4a9c81c676570e849e474ce64f8c2dee2a9
tree9496947faebd554ee93b7e1f7962aa8b7fb143bf
parentb5d984bf67ba7bb5723a61f73cca89c1f86009ce
Allow arbitrary digests with ECDSA and DSA

Unless the FIPS security check is enabled we allow arbitrary digests
with ECDSA and DSA.

Fixes #14696

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15220)
providers/common/digest_to_nid.c
providers/common/include/prov/securitycheck.h
providers/common/securitycheck.c
providers/fips-sources.checksums
providers/fips.checksum
providers/implementations/signature/dsa_sig.c
providers/implementations/signature/ecdsa_sig.c
providers/implementations/signature/rsa_sig.c
test/recipes/30-test_evp_data/evppkey_ecdsa.txt