Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary test dependencies on RSA-512 (#11444)
* Remove unnecessary test dependencies on RSA-512 test_unsupported_hash and test_prehashed_digest_mismatch work just fine with realistic RSA key sizes. (They also, as written, silently test nothing when the backend rejects RSA-512. As a reminder, RSA-512 was broken since 1999.) test_rsa_fips_small_key wants a small key, but I assume RSA-1024 is fine. * Keep using RSA-512 for test_rsa_fips_small_key as a RHEL-8 accommodation
- Loading branch information