Re: [radext] I-D Action: draft-ietf-radext-tls-psk-02.txt
Alan DeKok <aland@deployingradius.com> Sun, 20 August 2023 22:32 UTC
Return-Path: <aland@deployingradius.com>
X-Original-To: radext@ietfa.amsl.com
Delivered-To: radext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 213C5C151065 for <radext@ietfa.amsl.com>; Sun, 20 Aug 2023 15:32:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.907
X-Spam-Level:
X-Spam-Status: No, score=-1.907 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EvctUVbShH2S for <radext@ietfa.amsl.com>; Sun, 20 Aug 2023 15:32:08 -0700 (PDT)
Received: from mail.networkradius.com (mail.networkradius.com [62.210.147.122]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1C71EC14CF05 for <radext@ietf.org>; Sun, 20 Aug 2023 15:32:06 -0700 (PDT)
Received: from smtpclient.apple (135-23-95-173.cpe.pppoe.ca [135.23.95.173]) by mail.networkradius.com (Postfix) with ESMTPSA id 1B9ED24B; Sun, 20 Aug 2023 22:32:03 +0000 (UTC)
Authentication-Results: NetworkRADIUS; dmarc=none (p=none dis=none) header.from=deployingradius.com
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\))
From: Alan DeKok <aland@deployingradius.com>
In-Reply-To: <CAA7Lko8V9c4V1gyRw8WX=fmb+bZ6zaZLk-7NRCnVqZOe5ZYJAQ@mail.gmail.com>
Date: Sun, 20 Aug 2023 18:32:02 -0400
Cc: radext@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <FA37C60A-E354-4AB9-B73B-931B4B8E22C2@deployingradius.com>
References: <169238915704.56283.13664283366489431030@ietfa.amsl.com> <B2006538-89E0-46AC-9834-1854D586B3D3@deployingradius.com> <2060ecfc-65d0-47d0-9c41-edebf6478478@app.fastmail.com> <7FC7064B-0CFA-49D8-8D9E-46E260328DC6@deployingradius.com> <CAA7Lko8V9c4V1gyRw8WX=fmb+bZ6zaZLk-7NRCnVqZOe5ZYJAQ@mail.gmail.com>
To: Heikki Vatiainen <hvn@radiatorsoftware.com>
X-Mailer: Apple Mail (2.3696.120.41.1.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/radext/MwWUoVzlvJhLONz43HZZ5q08EZg>
Subject: Re: [radext] I-D Action: draft-ietf-radext-tls-psk-02.txt
X-BeenThere: radext@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: RADIUS EXTensions working group discussion list <radext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/radext>, <mailto:radext-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/radext/>
List-Post: <mailto:radext@ietf.org>
List-Help: <mailto:radext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/radext>, <mailto:radext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2023 22:32:12 -0000
On Aug 20, 2023, at 12:34 PM, Heikki Vatiainen <hvn@radiatorsoftware.com> wrote: > Here's my suggestion: > - first, use IANA recommended ciphersuites; then > - with TLS 1.3 use "psk_dhe_ke" PSK key exchange mode > - with TLS 1.2 and earlier use ciphersuites that require ephemeral > keying. Currently a couple of TLS_(EC)DHE_ prefixed ciphersuites would > match the both requirements. > > In other words, IANA recommended ciphersuites and ephemeral keying are > required. It depends on the TLS version (1.3 or earlier) how ephemeral > keying is expressed; based on the ciphersuite definition (TLS 1.2 and > earlier) or by requiring a suitable key exchange model (TLS 1.3). That makes sense. I'll add that to the text. > > Regarding my earlier question whether the text "Implementations MUST > use ECDH cipher suites" wants to mandate only ECDH or was the purpose > to require ephemeral keying, the question is related to the potential > DH problems summarised here: > https://www.openssl.org/blog/blog/2022/10/21/tls-groups-configuration/ > > One of the mitigation suggestions is to disable DH and use only ECDH > with selected groups. But I'd say there's no need to go to this level > of detail in an RFC. Sure. I think the earlier 3 items are good enough. Alan DeKok.
- [radext] I-D Action: draft-ietf-radext-tls-psk-02… internet-drafts
- Re: [radext] I-D Action: draft-ietf-radext-tls-ps… Alan DeKok
- Re: [radext] I-D Action: draft-ietf-radext-tls-ps… Alexander Clouter
- Re: [radext] I-D Action: draft-ietf-radext-tls-ps… Alan DeKok
- Re: [radext] I-D Action: draft-ietf-radext-tls-ps… Heikki Vatiainen
- Re: [radext] I-D Action: draft-ietf-radext-tls-ps… Alan DeKok