hg: jdk7/tl/jdk: 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets; ...
christopher.hegarty at sun.com
christopher.hegarty at sun.com
Tue Mar 23 06:57:59 PDT 2010
Changeset: 8a9ebdc27045
Author: chegar
Date: 2010-03-23 13:54 +0000
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8a9ebdc27045
6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets
6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented"
6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
Summary: All three bugs are interdependent
Reviewed-by: xuelei
! src/share/classes/javax/net/SocketFactory.java
! src/share/classes/sun/net/NetworkClient.java
! src/share/classes/sun/net/www/protocol/https/HttpsClient.java
! src/share/classes/sun/security/ssl/SSLSocketImpl.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java
More information about the compiler-dev
mailing list