[TLS] Changing handshake code points

Eric Rescorla <ekr@rtfm.com> Mon, 29 December 2014 22:28 UTC

Return-Path: <ekr@rtfm.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 249511A9172 for <tls@ietfa.amsl.com>; Mon, 29 Dec 2014 14:28:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.977
X-Spam-Level:
X-Spam-Status: No, score=-1.977 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 KTkZxkdvNrWw for <tls@ietfa.amsl.com>; Mon, 29 Dec 2014 14:28:17 -0800 (PST)
Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 519341A9131 for <tls@ietf.org>; Mon, 29 Dec 2014 14:28:17 -0800 (PST)
Received: by mail-wg0-f49.google.com with SMTP id n12so19734749wgh.22 for <tls@ietf.org>; Mon, 29 Dec 2014 14:28:16 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=eyP7aNpPYfEFLaWq+7MI4BH3y1HzQq0aaEyEKKY4IaY=; b=frZNIlQQoHiFEHJy0dTwcN8pl2PNZoyJln/qsfWN21i/Qwevbvtv//1ILWBYPC2PlU 5hKltqhIrn2PuTV7VSSnXMFgQFp50orGjpfmPdrkRuLN6yN1gwK0ZXe91VT0XM8P6Pjf xWanrg0Ju1FRhJlC0LRDIF4hiQhoH6V4HkjSCAVt2gbPu0r3lORp5AXBMtfT0pEBlSfc D40tH7i3RNUi1fZKb/iYEnZM+CfygciHzjM5BiMyQyFKiqHsyJ/qTRrI3ALyBh/zDPEB CNQhm5LgxI/Q9ht8RR+rCYCtcYXr9Ep0Rfh0Ow6Ux82N+NyVBPrCCLrlxMi0lyXI78va 7Z7g==
X-Gm-Message-State: ALoCoQm4gz0h1/Percq1O1NOGCqP+2UGEmR7pF2JJ5Qi0JcGchY+pjzMmBM3vekJKybms2Q+wXeT
X-Received: by 10.181.13.42 with SMTP id ev10mr98817132wid.78.1419892096157; Mon, 29 Dec 2014 14:28:16 -0800 (PST)
MIME-Version: 1.0
Received: by 10.27.130.34 with HTTP; Mon, 29 Dec 2014 14:27:35 -0800 (PST)
From: Eric Rescorla <ekr@rtfm.com>
Date: Mon, 29 Dec 2014 14:27:35 -0800
Message-ID: <CABcZeBMiT4n19QsyStzv7q18ZFoSY51zSi8u-8aoenmtAN8DXQ@mail.gmail.com>
To: "tls@ietf.org" <tls@ietf.org>
Content-Type: multipart/alternative; boundary="f46d04388df102de33050b62642c"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/bEAOsG08hedMH0nVpyz7aUPjjxk
Subject: [TLS] Changing handshake code points
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: Mon, 29 Dec 2014 22:28:19 -0000

grubba pointed out some issues with the handshake type numbers
in 1.3, so I created https://github.com/tlswg/tls13-spec/pull/111.

Modulo someone find a problem in the next few hours, I'll merge
this tonight.

-Ekr