Re: [TLS] TLS 1.2 test clients?

Xuelei Fan <Xuelei.Fan@oracle.com> Tue, 01 February 2011 04:36 UTC

Return-Path: <Xuelei.Fan@oracle.com>
X-Original-To: tls@core3.amsl.com
Delivered-To: tls@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B38163A6907 for <tls@core3.amsl.com>; Mon, 31 Jan 2011 20:36:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xqns+J6lU3Q4 for <tls@core3.amsl.com>; Mon, 31 Jan 2011 20:36:40 -0800 (PST)
Received: from rcsinet10.oracle.com (rcsinet10.oracle.com [148.87.113.121]) by core3.amsl.com (Postfix) with ESMTP id 546A93A6841 for <tls@ietf.org>; Mon, 31 Jan 2011 20:36:40 -0800 (PST)
Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p114dsOW010541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 1 Feb 2011 04:39:56 GMT
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p114QFMj019265; Tue, 1 Feb 2011 04:39:53 GMT
Received: from abhmt013.oracle.com by acsmt355.oracle.com with ESMTP id 968979101296535109; Mon, 31 Jan 2011 20:38:29 -0800
Received: from [10.191.3.36] (/10.191.3.36) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 31 Jan 2011 20:38:29 -0800
Message-ID: <4D478E3E.9050604@Oracle.COM>
Date: Tue, 01 Feb 2011 12:38:22 +0800
From: Xuelei Fan <Xuelei.Fan@oracle.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
MIME-Version: 1.0
To: Paul Hoffman <paul.hoffman@vpnc.org>
References: <4D46E4D8.3090307@vpnc.org>
In-Reply-To: <4D46E4D8.3090307@vpnc.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: tls@ietf.org
Subject: Re: [TLS] TLS 1.2 test clients?
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tls>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Feb 2011 04:36:41 -0000

The recent JDK 7 snapshot releases support TLS 1.2 (see 
http://download.java.net/jdk7/). You're able to get and run the very 
simple sample code for simple HTTPS connections from 
http://download.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#HTTPSSample.

If you run Java with "-Djavax.net.debug=all -Dhttps.protocols=TLSv1.2" 
options, you would be able to find the detailed debugging log for 
TLS/SSL handshaking.

About the detained tech guides, please refer to 
http://download.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html.

Xuelei Fan
Java Platform, Oracle

On 2/1/2011 12:35 AM, Paul Hoffman wrote:
> Greetings again. I would like to test how servers react to a TLS 
> client that only does TLS 1.2. There are two browsers that can be put 
> into this state (IE under Win 7, and Opera), but neither give very 
> good diagnostics when a failure occurs. Further, Wireshark doesn't 
> give good dumps for TLS 1.2.
>
> Thus, if anyone here has a TLS 1.2 client that has reasonable 
> debugging of the TLS handshake and can do trivial HTTP (just send a 
> "GET /" and receive the response would be fine) after setting up a 
> tunnel, I'd greatly appreciate it. Also, if anyone has a Wireshark 
> plugin (?) that brings its TLS decoding up to 1.2, that would be great 
> as well.
>
> --Paul Hoffman, Director
> --VPN Consortium
>
> _______________________________________________
> TLS mailing list
> TLS@ietf.org
> https://www.ietf.org/mailman/listinfo/tls