On Wed, 5 Jul 2023 20:25:26 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
> JDK-8295068: an NPE is thrown when an invalid `id` is found to match up a > `ClientCertificateType`; rather than throwing the `NPE`, we now ignore an > `id` which does match a `ClientCertificateType`. This pull request has now been integrated. Changeset: 5667afc3 Author: Kevin Driver <kdri...@openjdk.org> Committer: Xue-Lei Andrew Fan <xue...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5667afc36275b064c7700518f453fe8657e13636 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8295068: SSLEngine throws NPE parsing CertificateRequests Reviewed-by: xuelei ------------- PR: https://git.openjdk.org/jdk/pull/14778