RFR: 8367104: Check for RSASSA-PSS parameters when validating certificates against algorithm constraints [v12]

Artur Barashev abarashev at openjdk.org
Thu Sep 18 21:33:54 UTC 2025


On Thu, 18 Sep 2025 21:14:24 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Algorithm Constraints unit test for a mixed-up and valid cert chains
>
> test/jdk/sun/security/ssl/X509TrustManagerImpl/CertChainAlgorithmConstraints.java line 179:
> 
>> 177:                     ex -> {
>> 178:                         assertTrue(ex instanceof ValidatorException);
>> 179:                         assertEquals(ex.getMessage(),
> 
> Can you check the cause (CertPathBuilderExc) for a similar exception message as in lines 191-196?

Done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27146#discussion_r2361240125


More information about the security-dev mailing list