On Wed, 30 Oct 2024 23:35:19 GMT, Anthony Scarpino <[email protected]>
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