RFR: 8342183: Update tests to use stronger algorithms and keys [v2]

Fernando Guallini fguallini at openjdk.org
Thu Oct 31 18:52:44 UTC 2024


On Wed, 30 Oct 2024 23:35:19 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:

>> Fernando Guallini has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add more algos to TestExplicitKeyLength.java
>
> test/jdk/java/security/Signature/ByteBuffers.java line 53:
> 
>> 51:         KeyPair kp = kpg.generateKeyPair();
>> 52: 
>> 53:         Signature sig = Signature.getInstance("SHA224withDSA", p);
> 
> Why is SHA224 used instead of SHA256 here and on other tests in this PR?

I will update to use SHA256 instead, thanks

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21578#discussion_r1825025740


More information about the security-dev mailing list