Re: [TLS] I-D Action: draft-ietf-tls-curve25519-00.txt
Simon Josefsson <simon@josefsson.org> Mon, 15 June 2015 21:13 UTC
Return-Path: <simon@josefsson.org>
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 0E7DE1B2A30 for <tls@ietfa.amsl.com>; Mon, 15 Jun 2015 14:13:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.551
X-Spam-Level:
X-Spam-Status: No, score=-1.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_SE=0.35, SPF_PASS=-0.001] autolearn=no
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 uNUYbIPLrrD0 for <tls@ietfa.amsl.com>; Mon, 15 Jun 2015 14:13:00 -0700 (PDT)
Received: from duva.sjd.se (duva.sjd.se [IPv6:2001:9b0:1:1702::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 905371B2A39 for <tls@ietf.org>; Mon, 15 Jun 2015 14:12:46 -0700 (PDT)
Received: from latte.josefsson.org ([155.4.17.3]) (authenticated bits=0) by duva.sjd.se (8.14.4/8.14.4/Debian-4) with ESMTP id t5FLCHkq005306 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 15 Jun 2015 23:12:19 +0200
From: Simon Josefsson <simon@josefsson.org>
To: Eric Rescorla <ekr@rtfm.com>
References: <20150612180230.4804.45802.idtracker@ietfa.amsl.com> <20150612195654.GA9401@LK-Perkele-VII> <CABcZeBOTmw0eXopDoOqOKVgT9_ftzKVj_8T9ftfF6NJjsL+Waw@mail.gmail.com>
OpenPGP: id=54265E8C; url=http://josefsson.org/54265e8c.txt
X-Hashcash: 1:22:150615:ekr@rtfm.com::8H/rgY0ypkM/tn/w:8I9c
X-Hashcash: 1:22:150615:tls@ietf.org::DqxQpKgmXA5ZtC2Y:kA+O
X-Hashcash: 1:22:150615:ilari.liusvaara@elisanet.fi::+LLSErqwxT9YXzc0:gZel
Date: Mon, 15 Jun 2015 23:12:16 +0200
In-Reply-To: <CABcZeBOTmw0eXopDoOqOKVgT9_ftzKVj_8T9ftfF6NJjsL+Waw@mail.gmail.com> (Eric Rescorla's message of "Fri, 12 Jun 2015 16:04:48 -0400")
Message-ID: <87381sk767.fsf@latte.josefsson.org>
User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha256"; protocol="application/pgp-signature"
X-Virus-Scanned: clamav-milter 0.98.7 at duva.sjd.se
X-Virus-Status: Clean
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/nbqbJFIaA8zjc4rlataj43VfVL4>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] I-D Action: draft-ietf-tls-curve25519-00.txt
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, 15 Jun 2015 21:13:01 -0000
Eric Rescorla <ekr@rtfm.com> writes: >> "This section defines a new point format suitable to encode Curve25519 >> public keys, as well as an identifier to negotiate this new format in >> TLS, and includes guidance on their use." >> >> Is this format going to be the chosen one for TLS 1.3? Because TLS 1.3 >> can't negotiate point formats for ECDHE. >> >> Also, I don't see the value of trying to negotiate the point format, >> and I think that the negotiation will act as an implementation error >> source. > > > I would suggest claiming that this point format is "uncompressed" and the > only point format for Curve25519. I'm happy to do that. Anyone against? If I understand correctly, I would drop most of the montgomery_x_le ECPointFormat registration and instead say: use ECPointFormat "uncompressed" and send the public-key formatted as follows [...]. /Simon
- [TLS] I-D Action: draft-ietf-tls-curve25519-00.txt internet-drafts
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Ilari Liusvaara
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Eric Rescorla
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Martin Thomson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Viktor Dukhovni
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Ilari Liusvaara
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Eric Rescorla
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Martin Thomson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Martin Thomson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Dave Garrett
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Simon Josefsson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Simon Josefsson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Martin Thomson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Simon Josefsson
- Re: [TLS] I-D Action: draft-ietf-tls-curve25519-0… Ilari Liusvaara