Re: [MLS] I-D Action: draft-ietf-mls-architecture-06.txt
Benjamin Beurdouche <benjamin.beurdouche@inria.fr> Mon, 08 March 2021 13:26 UTC
Return-Path: <benjamin.beurdouche@inria.fr>
X-Original-To: mls@ietfa.amsl.com
Delivered-To: mls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 923B43A29F3
for <mls@ietfa.amsl.com>; Mon, 8 Mar 2021 05:26:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 fDnFlfJKsWOi for <mls@ietfa.amsl.com>;
Mon, 8 Mar 2021 05:26:45 -0800 (PST)
Received: from mail2-relais-roc.national.inria.fr
(mail2-relais-roc.national.inria.fr [192.134.164.83])
(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 0BFE33A29F4
for <mls@ietf.org>; Mon, 8 Mar 2021 05:26:44 -0800 (PST)
X-IronPort-AV: E=Sophos;i="5.81,232,1610406000"; d="scan'208";a="496730075"
Received: from 82-64-165-115.subs.proxad.net (HELO [192.168.1.13])
([82.64.165.115])
by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
08 Mar 2021 14:26:42 +0100
From: Benjamin Beurdouche <benjamin.beurdouche@inria.fr>
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\))
Date: Mon, 8 Mar 2021 14:26:42 +0100
References: <161520912576.28888.9500008612840551374@ietfa.amsl.com>
To: ML Messaging Layer Security <mls@ietf.org>
In-Reply-To: <161520912576.28888.9500008612840551374@ietfa.amsl.com>
Message-Id: <842F1C45-CB48-4BFC-AFDB-0717F5C17656@inria.fr>
X-Mailer: Apple Mail (2.3654.60.0.2.21)
Archived-At: <https://mailarchive.ietf.org/arch/msg/mls/SFW6dybhlSM-cjUPf883AHO3Ukk>
Subject: Re: [MLS] I-D Action: draft-ietf-mls-architecture-06.txt
X-BeenThere: mls@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Messaging Layer Security <mls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mls>,
<mailto:mls-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/mls/>
List-Post: <mailto:mls@ietf.org>
List-Help: <mailto:mls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mls>,
<mailto:mls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Mar 2021 13:26:49 -0000
Dear all, I just submitted a new version of the architecture document, there is still a lot of work to do but we are making good progress... In particular, we still need to work on: - security considerations need to be completed, discussed with academics and cite papers - the functional requirements section needs to be rewritten - Brendan suggested to list different use cases and I really like the idea Still lot of work, but I think we are roughly to a point where we can have a look and make sure we are not missing important things, so feel free to open issues to point things that are missing or incorrect on the Github. Best, Benjamin > On 8 Mar 2021, at 14:12, internet-drafts@ietf.org wrote: > > > A New Internet-Draft is available from the on-line Internet-Drafts directories. > This draft is a work item of the Messaging Layer Security WG of the IETF. > > Title : The Messaging Layer Security (MLS) Architecture > Authors : Emad Omara > Benjamin Beurdouche > Eric Rescorla > Srinivas Inguva > Albert Kwon > Alan Duric > Filename : draft-ietf-mls-architecture-06.txt > Pages : 33 > Date : 2021-03-08 > > Abstract: > The Messaging Layer Security (MLS) protocol [MLSPROTO] document has > the role of defining a Group Key Agreement, all the necessary > cryptographic operations, and serialization/deserialization functions > necessary to create a scalable and secure group messaging protocol. > The MLS protocol is meant to protect against eavesdropping, > tampering, message forgery, and provide good properties such as > forward-secrecy (FS) and post-compromise security (PCS) in the case > of past or future device compromises. > > This document, on the other hand is intended to describe a general > secure group messaging infrastructure and its security goals. It > provides guidance on building a group messaging system and discusses > security and privacy tradeoffs offered by multiple security mechanism > that are part of the MLS protocol (ie. frequency of public encryption > key rotation). > > The document also extends the guidance to parts of the infrastructure > that are not standardized by the MLS Protocol document and left to > the application or the infrastructure architects to design. > > While the recommendations of this document are not mandatory to > follow in order to interoperate at the protocol level, most will > vastly influence the overall security guarantees that are achieved by > the overall messaging system. This is especially true in case of > active adversaries that are able to compromise clients, the delivery > service or the authentication service. > > > The IETF datatracker status page for this draft is: > https://datatracker.ietf.org/doc/draft-ietf-mls-architecture/ > > There is also an HTML version available at: > https://www.ietf.org/archive/id/draft-ietf-mls-architecture-06.html > > A diff from the previous version is available at: > https://www.ietf.org/rfcdiff?url2=draft-ietf-mls-architecture-06 > > > Please note that it may take a couple of minutes from the time of submission > until the htmlized version and diff are available at tools.ietf.org. > > Internet-Drafts are also available by anonymous FTP at: > ftp://ftp.ietf.org/internet-drafts/ > > > _______________________________________________ > MLS mailing list > MLS@ietf.org > https://www.ietf.org/mailman/listinfo/mls
- [MLS] I-D Action: draft-ietf-mls-architecture-06.… internet-drafts
- Re: [MLS] I-D Action: draft-ietf-mls-architecture… Benjamin Beurdouche