Integrated: 8274330: Incorrect encoding of the DistributionPointName object in IssuingDistributionPointExtension
Weijun Wang
weijun at openjdk.java.net
Wed Sep 29 15:42:42 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()`.
This pull request has now been integrated.
Changeset: edd9d1c9
Author: Weijun Wang <weijun at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/edd9d1c97b7fb50e76abc05d298c9d55db39cc1b
Stats: 52 lines in 2 files changed: 50 ins; 0 del; 2 mod
8274330: Incorrect encoding of the DistributionPointName object in IssuingDistributionPointExtension
Reviewed-by: ascarpino
-------------
PR: https://git.openjdk.java.net/jdk/pull/5706
More information about the security-dev
mailing list