On Thu, 1 Dec 2022 16:37:48 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> This patch fixes the exceptions that may occur when merging IP address > NameConstraints from different certificates in a chain. > > The included test reports 3 exceptions without the fix, passes with the fix > applied. > > Tiers 1-3 continue to pass. This pull request has now been integrated. Changeset: 2a243a33 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2a243a33cc09f4674b232d89f36fb731055009d9 Stats: 86 lines in 2 files changed: 81 ins; 0 del; 5 mod 8267617: Certificate's IP x509 NameConstraints raises ArrayIndexOutOfBoundsException Reviewed-by: mullan ------------- PR: https://git.openjdk.org/jdk/pull/11459