[TLS] DHE-PSK interop testing

Peter Gutmann <pgut001@cs.auckland.ac.nz> Sat, 14 September 2013 04:03 UTC

Return-Path: <pgut001@cs.auckland.ac.nz>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2CCAB21F8F67 for <tls@ietfa.amsl.com>; Fri, 13 Sep 2013 21:03:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3CcvSLjpXf1S for <tls@ietfa.amsl.com>; Fri, 13 Sep 2013 21:03:42 -0700 (PDT)
Received: from mx2.auckland.ac.nz (mx2.auckland.ac.nz [130.216.125.245]) by ietfa.amsl.com (Postfix) with ESMTP id 8E4A121F8EC3 for <tls@ietf.org>; Fri, 13 Sep 2013 21:03:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=auckland.ac.nz; i=@auckland.ac.nz; q=dns/txt; s=uoa; t=1379131416; x=1410667416; h=from:to:subject:date:message-id: content-transfer-encoding:mime-version; bh=0Uc3TR+hEvhqUpK4XNsyv3cohIXD+d748ROoKf0kGGI=; b=mxCnXMW7o6C/MEJX0HrPnpa4KVxO0K84P/1L/l3ic4N8QCDD2FJtdvnW 5u4rnhReomAk69OTi27B1XpQxFktjy91Wix47Np8ZB9F5iF7600TPDclT 9xX7ZUPK+1EUu9AWtHKnoNYKJQCRzRYOGF41JrQKjyQpXpUQUM3ORO00n E=;
X-IronPort-AV: E=Sophos;i="4.90,902,1371038400"; d="scan'208";a="212029011"
X-Ironport-HAT: MAIL-SERVERS - $RELAYED
X-Ironport-Source: 130.216.4.112 - Outgoing - Outgoing
Received: from uxchange10-fe1.uoa.auckland.ac.nz ([130.216.4.112]) by mx2-int.auckland.ac.nz with ESMTP/TLS/AES128-SHA; 14 Sep 2013 16:03:32 +1200
Received: from UXCN10-6.UoA.auckland.ac.nz ([169.254.10.158]) by uxchange10-fe1.UoA.auckland.ac.nz ([130.216.4.112]) with mapi id 14.02.0318.004; Sat, 14 Sep 2013 16:03:31 +1200
From: Peter Gutmann <pgut001@cs.auckland.ac.nz>
To: "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Thread-Topic: DHE-PSK interop testing
Thread-Index: Ac6w/2ArhtbBRxiTStGrVd/Y5pkidQ==
Date: Sat, 14 Sep 2013 04:03:31 +0000
Message-ID: <9A043F3CF02CD34C8E74AC1594475C73556716B5@uxcn10-6.UoA.auckland.ac.nz>
Accept-Language: en-NZ, en-GB, en-US
Content-Language: en-NZ
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [130.216.158.4]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: [TLS] DHE-PSK interop testing
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
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/options/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: Sat, 14 Sep 2013 04:03:47 -0000

Does anyone have a test server running that implements the DHE-PSK suites?
I've never actually tested my implementation against anything (for lack of
anything to test against), but it'd probably be a good idea to test it against
someone else's code.

Peter.