On Sun, 26 Sep 2021 13:27:47 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> `DistributionPointName` in `IssuingDistributionPointExtension` is a CHOICE > and should not be encoded as IMPLICIT. > > Please note that the parsing side (at > https://github.com/openjdk/jdk/blob/a9db70418f7bc6b2f95afdd36a36024f865c04bf/src/java.base/share/classes/sun/security/x509/IssuingDistributionPointExtension.java#L195) > is aware of this and has not called `resetTag()`. looks find to me ------------- Marked as reviewed by ascarpino (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5706