Re: [TLS] A la carte handshake negotiation

Eric Rescorla <ekr@rtfm.com> Fri, 12 June 2015 15:23 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 AECE61A0338 for <tls@ietfa.amsl.com>; Fri, 12 Jun 2015 08:23:49 -0700 (PDT)
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 P99qDnsnV3hW for <tls@ietfa.amsl.com>; Fri, 12 Jun 2015 08:23:48 -0700 (PDT)
Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1E941A0218 for <tls@ietf.org>; Fri, 12 Jun 2015 08:23:47 -0700 (PDT)
Received: by wgv5 with SMTP id 5so27162511wgv.1 for <tls@ietf.org>; Fri, 12 Jun 2015 08:23:46 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=XkIEyyUC+6NpCqz967vJix1D1wXPGt2Z3tQFG0bTs0c=; b=EdGgiwpn61PCWiDcQYQ0I3+Ec2Wr2567VAcCrCsNXIAy+xeh74Zg81T2gXOsFxCdVp ywWGRakpUODf5lWjHdLjNc0wFKTVq//rjP1zgYrUU1Bug12EZ5fDLhPEZ8/9661t/8vX KVERGpp5X0X6lD/btoLtQ4IF8vGIHqdU3AXpp7V1QbfERb6yv5NfbHQR4mhes+wPO0HQ vy+HPAD8KRnqeTICwIBA+ieKA3o+y7UZvRMV0rYcvNrw0zEaENJbVwzwaz5YHXJCDvAe oSDr0MbP8+cunf68Ut478MmSws/y26cgSvwN4IDQSH7llNdYhcrNDZ8Ifg/K5yH6Uq6F RG0A==
X-Gm-Message-State: ALoCoQkL+42Ydd3Nc82pbUBEe4tHDgYDdiv0eIWGIt+Xu5mYnYIalciqnn2+PCStNTJV3B4jNdY0
X-Received: by 10.180.99.39 with SMTP id en7mr7941991wib.31.1434122626588; Fri, 12 Jun 2015 08:23:46 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.27.225.14 with HTTP; Fri, 12 Jun 2015 08:23:06 -0700 (PDT)
In-Reply-To: <201506121120.16067.davemgarrett@gmail.com>
References: <201506111558.21577.davemgarrett@gmail.com> <3403191.8nzrJevc4J@pintsize.usersys.redhat.com> <201506121120.16067.davemgarrett@gmail.com>
From: Eric Rescorla <ekr@rtfm.com>
Date: Fri, 12 Jun 2015 11:23:06 -0400
Message-ID: <CABcZeBM6x7eqJnrSudOGVNZAoX63Hvsdu-tC+Casi3-oLzb+cA@mail.gmail.com>
To: Dave Garrett <davemgarrett@gmail.com>
Content-Type: multipart/alternative; boundary="f46d04182808b8f277051853b1f9"
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/O9mepYOY43ZWto2368M2ibjaXjI>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] A la carte handshake negotiation
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: Fri, 12 Jun 2015 15:23:49 -0000

On Fri, Jun 12, 2015 at 11:20 AM, Dave Garrett <davemgarrett@gmail.com>
wrote:

> On Friday, June 12, 2015 10:51:35 am Hubert Kario wrote:
> > that would require definition of
> > TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256
> > TLS_ECDHE_PSK_WITH_256_GCM_SHA384
> >
> > to keep parity with already existing TLS_DHE_PSK_*
>
> Yes, all PSK would need ECDHE suites specified to be used with TLS 1.3+
> under this proposal, as-is. I think that would in general already be
> desired for PSK use-cases.


Sorry, do you mean that you couldn't use PSK without a public key key
exchange?
If so that's not going to work.

-Ekr


>
> Dave
>
> _______________________________________________
> TLS mailing list
> TLS@ietf.org
> https://www.ietf.org/mailman/listinfo/tls
>