changeset 1741:c79bef6a3406

Backport S6668231: Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks. 2010-07-25 Andrew John Hughes <ahughes@redhat.com> * 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.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 26 Jul 2010 18:53:50 +0100
parents c64dd66292db
children ed41571c551a
files ChangeLog Makefile.am 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
diffstat 4 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <ahughes@redhat.com>
+
+	* 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  <ahughes@redhat.com>
 
 	* INSTALL: Updated, with documentation
--- 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 += \
Binary file overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/crisubn.jks has changed
Binary file overlays/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/trusted.jks has changed