RFR: 8244336: Restrict algorithms at JCE layer [v9]

Valerie Peng valeriep at openjdk.org
Wed Sep 3 20:46:47 UTC 2025


On Wed, 3 Sep 2025 20:20:29 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address review comments from Tony and Artur.
>
> test/jdk/java/security/Signature/TestDisabledAlgorithms.java line 64:
> 
>> 62:                 } else {
>> 63:                     s = Signature.getInstance(a, p);
>> 64:                 }
> 
> For these tests, you could add another call to `Signature.getInstance(a, p.getName())` so you also test the `getInstance` method that takes a provider as a string.

Sure, will do.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26377#discussion_r2320147146


More information about the security-dev mailing list