hg: jdk9/sandbox/jdk: 2 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Wed Sep 14 14:46:04 UTC 2016
Changeset: 6ff142e70383
Author: ksrini
Date: 2016-09-14 06:46 -0700
URL: http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/6ff142e70383
8165524: Better detect JRE that Linux JLI will be using
Reviewed-by: ksrini
Contributed-by: chris.bensen at oracle.com
! src/java.base/share/native/libjli/java.h
! src/java.base/unix/native/libjli/java_md_common.c
! src/java.base/unix/native/libjli/java_md_solinux.c
! src/java.base/windows/native/libjli/java_md.c
! src/java.base/windows/native/libjli/java_md.h
Changeset: 6f220f1f53db
Author: jnimeh
Date: 2016-09-14 07:37 -0700
URL: http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/6f220f1f53db
8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation
Summary: Fix cases where non-certificate issuer information may be passed into the OCSPResponse.verify method, thereby causing NPEs to be thrown.
Reviewed-by: xuelei
! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSPResponse.java
! src/java.base/share/classes/sun/security/provider/certpath/RevocationChecker.java
+ test/java/security/cert/CertPathValidator/trustAnchor/ValWithAnchorByName.java
More information about the jdk9-sandbox-changes
mailing list