RFR: 8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer [v5]

Mark Powers mpowers at openjdk.org
Mon Oct 21 17:12:06 UTC 2024


On Fri, 18 Oct 2024 13:40:38 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Mark Powers has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   allow more than one name
>
> src/java.base/share/classes/sun/security/x509/X509CRLImpl.java line 296:
> 
>> 294:                 }
>> 295:                 throw new CRLException("Parsing error: "
>> 296:                         + "issuer is not an X.500 DN");
> 
> To be more precise, I suggest changing this message to "CertificateIssuer field does not contain an X.500 DN".

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20528#discussion_r1809196717


More information about the security-dev mailing list