hg: jdk8u/jdk8u-dev/jdk: 3 new changesets
sean.coffey at oracle.com
sean.coffey at oracle.com
Tue Mar 29 18:11:12 UTC 2016
Changeset: ffd65eb4d2be
Author: mullan
Date: 2016-03-21 14:13 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/ffd65eb4d2be
8072463: Remove requirement that AKID and SKID have to match when building certificate chain
Reviewed-by: xuelei
! src/share/classes/sun/security/provider/certpath/AdaptableX509CertSelector.java
! src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
! src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/share/classes/sun/security/x509/AuthorityKeyIdentifierExtension.java
Changeset: 392d66ecf06b
Author: bgopularam
Date: 2016-03-29 01:57 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/392d66ecf06b
8048830: Implement tests for new functionality provided in JEP 166
Summary: New tests for validating read write operations on PKCS 12 based keystore
Reviewed-by: vinnie
+ test/java/security/KeyStore/PKCS12/CheckDefaults.java
+ test/java/security/KeyStore/PKCS12/EntryProtectionTest.java
+ test/java/security/KeyStore/PKCS12/KeytoolReaderP12Test.java
+ test/java/security/KeyStore/PKCS12/KeytoolWriteP12Test.java
+ test/java/security/KeyStore/PKCS12/MetadataEmptyTest.java
+ test/java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java
+ test/java/security/KeyStore/PKCS12/StoreTrustedCertAPITest.java
+ test/java/security/KeyStore/PKCS12/StoreTrustedCertKeytool.java
+ test/java/security/KeyStore/PKCS12/Utils.java
+ test/java/security/KeyStore/PKCS12/api_cert_chain.p12.data
+ test/java/security/KeyStore/PKCS12/api_cert_chain.p12_expected.data
+ test/java/security/KeyStore/PKCS12/api_private_key.p12.data
+ test/java/security/KeyStore/PKCS12/api_private_key.p12_expected.data
+ test/java/security/KeyStore/PKCS12/api_private_key_not_match.p12.data
+ test/java/security/KeyStore/PKCS12/api_private_key_not_match.p12_expected.data
+ test/java/security/KeyStore/PKCS12/api_two_pass.p12.data
+ test/java/security/KeyStore/PKCS12/api_two_pass.p12_expected.data
+ test/java/security/KeyStore/PKCS12/ie_chain.pfx.data
+ test/java/security/KeyStore/PKCS12/ie_chain.pfx.pem
+ test/java/security/KeyStore/PKCS12/ie_self.pfx.data
+ test/java/security/KeyStore/PKCS12/ie_self.pfx.pem
+ test/java/security/KeyStore/PKCS12/mozilla_self.p12.data
+ test/java/security/KeyStore/PKCS12/mozilla_self.p12.pem
+ test/java/security/KeyStore/PKCS12/netscape_self.p12.data
+ test/java/security/KeyStore/PKCS12/netscape_self.p12.pem
+ test/java/security/KeyStore/PKCS12/openssl.p12.data
+ test/java/security/KeyStore/PKCS12/openssl.p12.pem
! test/sun/security/pkcs12/StoreSecretKeyTest.java
Changeset: 4eeb7999ff74
Author: coffeys
Date: 2016-03-29 19:05 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/4eeb7999ff74
Merge
More information about the jdk8u-dev-changes
mailing list