Re: [tsvwg] DTLS in SCTP solution
Michael Tuexen <michael.tuexen@lurchi.franken.de> Sun, 14 May 2023 21:15 UTC
Return-Path: <michael.tuexen@lurchi.franken.de>
X-Original-To: tsvwg@ietfa.amsl.com
Delivered-To: tsvwg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 75945C15152B for <tsvwg@ietfa.amsl.com>; Sun, 14 May 2023 14:15:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.894
X-Spam-Level:
X-Spam-Status: No, score=-1.894 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001, 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 9CGu1Aig6RcG for <tsvwg@ietfa.amsl.com>; Sun, 14 May 2023 14:15:13 -0700 (PDT)
Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A1ADC15106B for <tsvwg@ietf.org>; Sun, 14 May 2023 14:15:12 -0700 (PDT)
Received: from smtpclient.apple (unknown [IPv6:2a02:8109:1140:c3d:b522:5535:34ac:fda0]) (Authenticated sender: lurchi) by mail-n.franken.de (Postfix) with ESMTPSA id CF087773FF402; Sun, 14 May 2023 23:15:06 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.500.231\))
From: Michael Tuexen <michael.tuexen@lurchi.franken.de>
In-Reply-To: <PA4PR07MB8414B23B0D6BF4F71CA52C5F95A09@PA4PR07MB8414.eurprd07.prod.outlook.com>
Date: Sun, 14 May 2023 23:15:06 +0200
Cc: tsvwg IETF list <tsvwg@ietf.org>, John Mattsson <john.mattsson@ericsson.com>
Content-Transfer-Encoding: quoted-printable
Message-Id: <1325E0C4-CEA5-4084-936C-F8B2D1C97BF1@lurchi.franken.de>
References: <PA4PR07MB8414B23B0D6BF4F71CA52C5F95A09@PA4PR07MB8414.eurprd07.prod.outlook.com>
To: Magnus Westerlund <magnus.westerlund=40ericsson.com@dmarc.ietf.org>
X-Mailer: Apple Mail (2.3731.500.231)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tsvwg/Aoop4h2P3ez84uXxJ3pTGLkeHz4>
Subject: Re: [tsvwg] DTLS in SCTP solution
X-BeenThere: tsvwg@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: Transport Area Working Group <tsvwg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tsvwg/>
List-Post: <mailto:tsvwg@ietf.org>
List-Help: <mailto:tsvwg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 14 May 2023 21:15:17 -0000
> On 16. Feb 2023, at 10:36, Magnus Westerlund <magnus.westerlund=40ericsson.com@dmarc.ietf.org> wrote: > > Hi, > We authors of DTLS/SCTP https://datatracker.ietf.org/doc/draft-ietf-tsvwg-dtls-over-sctp-bis/ have worked on two drafts that together forms what we consider a much better alternative for how to use DTLS to the current proposed solution that is based on SCTP. > The first draft is a general crypto chunk that can be used to protect the rest of the SCTP packet using a negotiated protection engine.https://datatracker.ietf.org/doc/draft-westerlund-tsvwg-sctp-crypto-chunk/ > Then we have written a draft that defines how to use the above crypto chunk to integrate DTLS as the protection engine. Targeting the same goals as in DTLS/SCTP. Like mutual authentication, support for very long lived sessions. But in addition we get a lot of other benefits including a much lower bar on the DTLS implementation that is integrated. https://datatracker.ietf.org/doc/draft-westerlund-tsvwg-sctp-crypto-dtls/ > The benefits as we see it are listed here: https://www.ietf.org/archive/id/draft-westerlund-tsvwg-sctp-crypto-dtls-00.html#name-benefits-compared-to-dtls-s Hi Magnus, I'm still trying to understand which approach might be better. > The main benefits we see are the following: > • No dependency on SCTP-AUTH While that is true, fixing the issues with AUTH requires some code changes in the SCTP stack, but * they are observable via the API. So the DTLS implementation can check if the SCTP is uses has them. * the required code changes to the SCTP stack are smaller then the ones for the CRYPTO chunk. > • Much lower requirements on DTLS implementations when it comes to support of functionality Which is the other way around at the SCTP level. > • Protection of the whole SCTP packet, preventing attacks on SCTP as well, not only on the user messages I would like to understand this point. What attacks do you have in mind? What is the threat model you are using? > • Much robuster when rekeying > • No limitation on user message size from this mechanism as it functions below SCTP’s DATA chunk message fragmentation mechanism. Isn't the user message handling almost the same for both solutions? Since we are doing this work for 3GPP. I would like to understand if the intended SCTP stack * only needs to be run in kernel land * only needs to be run in user land * should run in kernel land or user land, depending on the use case. I would also be interested if there is any expectation regarding support of open source stacks. I have only a limited view in the stacks being used, but, correct me if I'm wrong, right now open source kernel stacks are being used. Is it expected by 3GPP that this is also possible in the future? Best regards Michael > We are working on getting our IPR disclosures submitted on draft-westerlund-tsvwg-sctp-crypto-dtls. We authors are currently not aware of any IPR that would apply on draft-westerlund-tsvwg-sctp-crypto-chunk. > We would like to ask the WG to consider this proposal as a replacement for DTLS/SCTP. > Cheers > Magnus, John and Claudio.
- [tsvwg] DTLS in SCTP solution Magnus Westerlund
- Re: [tsvwg] DTLS in SCTP solution Michael Tuexen
- Re: [tsvwg] DTLS in SCTP solution Magnus Westerlund
- Re: [tsvwg] DTLS in SCTP solution Michael Tuexen
- Re: [tsvwg] DTLS in SCTP solution Magnus Westerlund
- Re: [tsvwg] DTLS in SCTP solution Michael Tuexen
- Re: [tsvwg] DTLS in SCTP solution Magnus Westerlund
- Re: [tsvwg] DTLS in SCTP solution Michael Tuexen
- Re: [tsvwg] DTLS in SCTP solution Michael Tuexen