On Tue, 26 Oct 2021 19:35:42 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> The JDK implementation (as supplied by the "SUN" provider) of >> `X509Certificate::getSubjectAlternativeNames` and >> `X509Certificate::getIssuerAlternativeNames` returns `null` instead of >> throwing a `CertificateParsingException` when the extension is unparseable. >> >> This fix changes the behavior to comply with the specification. >> >> CSR: https://bugs.openjdk.java.net/browse/JDK-8275822 > > Sean Mullan has updated the pull request incrementally with one additional > commit since the last revision: > > Fix NPE. Marked as reviewed by weijun (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6106