[TLS] Don't fix Triple Handshake

Watson Ladd <watsonbladd@gmail.com> Sun, 20 July 2014 18:50 UTC

Return-Path: <watsonbladd@gmail.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BB5A11B2C98 for <tls@ietfa.amsl.com>; Sun, 20 Jul 2014 11:50:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ztjSjRr84xy9 for <tls@ietfa.amsl.com>; Sun, 20 Jul 2014 11:50:26 -0700 (PDT)
Received: from mail-yk0-x22c.google.com (mail-yk0-x22c.google.com [IPv6:2607:f8b0:4002:c07::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8C341B2946 for <tls@ietf.org>; Sun, 20 Jul 2014 11:50:26 -0700 (PDT)
Received: by mail-yk0-f172.google.com with SMTP id 10so3412242ykt.17 for <tls@ietf.org>; Sun, 20 Jul 2014 11:50:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gSScf/W3eKKpWwfho6joE5UWoShroY3CPpCt/CuBPZQ=; b=i9F0Qsi3sPoVUDzl8CK/RvuGY3rfNkHum1A29ZJUj0YsxVjz12BX0nTrMBQHX8XTLL MR1hZzKRI7SjqrMrGav+UOfJt9MRiCYxz75QSnVKuuca6e143H3GjJMnHowxDNFtNmc/ ndo6PntVZNSrASEiHtFSATWN/K6DrcITczP2KpESKStyfaOrWb6Cgy3fVEetc2TnsUlS n93MKkauHb56zohwAe7I6ikR9JaShv9bdeEPG3F+SqBmm+a/k/Gni5CH3KEUAUdn6xP7 wiM87XCjVt2DpfapP/QInhSeeCmq0783mpMGDDgtlv+ke0QRrz6nUovnkKgc1mx5DqAe GMSg==
MIME-Version: 1.0
X-Received: by 10.236.37.97 with SMTP id x61mr30780002yha.87.1405882225877; Sun, 20 Jul 2014 11:50:25 -0700 (PDT)
Received: by 10.170.202.8 with HTTP; Sun, 20 Jul 2014 11:50:25 -0700 (PDT)
Date: Sun, 20 Jul 2014 11:50:25 -0700
Message-ID: <CACsn0c=E6MZRchZoWovgyAXvqPUzsxyKnEdxiE79RrTdz_5-=g@mail.gmail.com>
From: Watson Ladd <watsonbladd@gmail.com>
To: "tls@ietf.org" <tls@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/Msj7qSe7o-5qeSYokD_yJsqsykA
Subject: [TLS] Don't fix Triple Handshake
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
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: Sun, 20 Jul 2014 18:50:28 -0000

Instead, create a secure key exchange protocol. Actually, don't do
that: just steal one.

Why is this a good idea?
1: Get to use analysis work already done
2: Avoids making mistakes
3: Now that CCS and Finished is potentially on the chopping block, we
can actually make
a key exchange protocol satisfying standard properties, and couple to
a record layer that is secure, about 20 years too late.

Sincerely,
Watson Ladd

(Note that we need an additional property: as Hugo Krawczyk was kind
enough to point out to me channel binding is not necessarily supported
by any key-exchange protocol)