RFR: 8358171: Additional code coverage for PEM API [v3]

Fernando Guallini fguallini at openjdk.org
Thu Jun 5 08:14:16 UTC 2025


On Thu, 5 Jun 2025 01:53:40 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 invalid PEM content test
>
> test/jdk/java/security/PEM/PEMData.java line 500:
> 
>> 498:         }
>> 499:         Entry(String name, String pem, Class clazz, String provider, char[] password) {
>> 500:             this(name, pem, clazz,provider, password, null);
> 
> nit:  no space after comma

Updated

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25588#discussion_r2128226751


More information about the security-dev mailing list