# HG changeset patch # User Andrew John Hughes # Date 1280166830 -3600 # Node ID c79bef6a3406cbc5a97a93754580b21600c0ab72 # Parent c64dd66292dbf81529514a8ae3eec46109ecad2d Backport S6668231: Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks. 2010-07-25 Andrew John Hughes * Makefile.am: Add patch. * patches/openjdk/6668231-ssl_cert.patch: Backport SSL certificate fix 'Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks'. * overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/crisubn.jks, * overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/trusted.jks: Keystores for the new test introduced by this patch. diff -r c64dd66292db -r c79bef6a3406 ChangeLog --- a/ChangeLog Mon Jul 26 18:43:33 2010 +0100 +++ b/ChangeLog Mon Jul 26 18:53:50 2010 +0100 @@ -1,3 +1,14 @@ +2010-07-25 Andrew John Hughes + + * Makefile.am: Add patch. + * patches/openjdk/6668231-ssl_cert.patch: + Backport SSL certificate fix 'Presence of a + critical subjectAltName causes JSSE's SunX509 to + fail trusted checks'. + * overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/crisubn.jks, + * overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/trusted.jks: + Keystores for the new test introduced by this patch. + 2010-07-21 Andrew John Hughes * INSTALL: Updated, with documentation diff -r c64dd66292db -r c79bef6a3406 Makefile.am --- a/Makefile.am Mon Jul 26 18:43:33 2010 +0100 +++ b/Makefile.am Mon Jul 26 18:53:50 2010 +0100 @@ -676,7 +676,8 @@ patches/openjdk/6875861-docs-properties.patch \ patches/openjdk/6909563-docs-rmi.patch \ patches/openjdk/6917485-docs-corba.patch \ - patches/openjdk/6921068-docs-specdefault.patch + patches/openjdk/6921068-docs-specdefault.patch \ + patches/openjdk/6668231-ssl_cert.patch if WITH_ALT_HSBUILD ICEDTEA_PATCHES += \ diff -r c64dd66292db -r c79bef6a3406 overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/crisubn.jks Binary file overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/crisubn.jks has changed diff -r c64dd66292db -r c79bef6a3406 overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/trusted.jks Binary file overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/trusted.jks has changed