Re: RFR: 8296399: crlNumExtVal might be null inside X509CRLSelector::match [v2]

2022-11-18 Thread Xue-Lei Andrew Fan
On Fri, 18 Nov 2022 01:52:33 GMT, Weijun Wang wrote: >> When `X509CRLSelector ` requires a CRL number extension but a CRL does not >> have it, the CRL should not be selected. >> >> Note: the test uses a new internal API introduced in >> https://github.com/openjdk/jdk/pull/11151. > > Weijun Wan

Re: RFR: 8296399: crlNumExtVal might be null inside X509CRLSelector::match [v2]

2022-11-18 Thread Weijun Wang
On Fri, 18 Nov 2022 03:37:02 GMT, Xue-Lei Andrew Fan wrote: > I guess the compatibility impact is low? Without the fix, an NPE will be thrown. - PR: https://git.openjdk.org/jdk/pull/11215

Re: RFR: 8296399: crlNumExtVal might be null inside X509CRLSelector::match [v2]

2022-11-17 Thread Xue-Lei Andrew Fan
On Fri, 18 Nov 2022 01:52:33 GMT, Weijun Wang wrote: >> When `X509CRLSelector ` requires a CRL number extension but a CRL does not >> have it, the CRL should not be selected. >> >> Note: the test uses a new internal API introduced in >> https://github.com/openjdk/jdk/pull/11151. > > Weijun Wan

Re: RFR: 8296399: crlNumExtVal might be null inside X509CRLSelector::match [v2]

2022-11-17 Thread Weijun Wang
> When `X509CRLSelector ` requires a CRL number extension but a CRL does not > have it, the CRL should not be selected. > > Note: the test uses a new internal API introduced in > https://github.com/openjdk/jdk/pull/11151. Weijun Wang has updated the pull request incrementally with one additiona