On Thu, 20 Jan 2022 19:42:22 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> The enhancement adds two extra items in the `getSubjectAlternativeNames()` > output for an OtherName. > > It also fix several errors: > 1. In `OtherName.java`, `nameValue` should be the value inside `CONTEXT [0]` > without the tag and length bytes. > 2. The argument in constructor `extClass.getConstructor(Object.class)` is > suspicious. Maybe it meant `byte[]`. No commit pushed. Please also review the CSR at https://bugs.openjdk.java.net/browse/JDK-8281606 and the release note at https://bugs.openjdk.java.net/browse/JDK-8281608. Thanks in advance. ------------- PR: https://git.openjdk.java.net/jdk/pull/7167