RFR: 8274330: Incorrect encoding of the DistributionPointName object in IssuingDistributionPointExtension

Anthony Scarpino ascarpino at openjdk.java.net
Wed Sep 29 15:35:39 UTC 2021


On Sun, 26 Sep 2021 13:27:47 GMT, Weijun Wang <weijun at 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



More information about the security-dev mailing list