The Messaging Layer Security (MLS) Protocol
draft-ietf-mls-protocol-11
|
Document |
Type |
|
Active Internet-Draft (mls WG)
|
|
Authors |
|
Richard Barnes
,
Benjamin Beurdouche
,
Jon Millican
,
Emad Omara
,
Katriel Cohn-Gordon
,
Raphael Robert
|
|
Last updated |
|
2020-12-22
|
|
Replaces |
|
draft-barnes-mls-protocol
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
xml
pdf
htmlized (tools)
htmlized
bibtex
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
No shepherd assigned
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
benjamin.beurdouche@ens.fr, karthikeyan.bhargavan@inria.fr, cas.cremers@cs.ox.ac.uk, alan@wire.com, singuva@twitter.com, kwonal@mit.edu, ekr@rtfm.com, thyla.van.der@merwe.tech
|
Network Working Group R. Barnes
Internet-Draft Cisco
Intended status: Informational B. Beurdouche
Expires: June 25, 2021 Inria
J. Millican
Facebook
E. Omara
Google
K. Cohn-Gordon
University of Oxford
R. Robert
Wire
December 22, 2020
The Messaging Layer Security (MLS) Protocol
draft-ietf-mls-protocol-11
Abstract
Messaging applications are increasingly making use of end-to-end
security mechanisms to ensure that messages are only accessible to
the communicating endpoints, and not to any servers involved in
delivering messages. Establishing keys to provide such protections
is challenging for group chat settings, in which more than two
clients need to agree on a key but may not be online at the same
time. In this document, we specify a key establishment protocol that
provides efficient asynchronous group key establishment with forward
secrecy and post-compromise security for groups in size ranging from
two to thousands.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on June 25, 2021.
Barnes, et al. Expires June 25, 2021 [Page 1]
Internet-Draft MLS December 2020
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 4
1.1. Change Log . . . . . . . . . . . . . . . . . . . . . . . 5
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 9
3. Basic Assumptions . . . . . . . . . . . . . . . . . . . . . . 9
4. Protocol Overview . . . . . . . . . . . . . . . . . . . . . . 10
5. Ratchet Trees . . . . . . . . . . . . . . . . . . . . . . . . 13
5.1. Tree Computation Terminology . . . . . . . . . . . . . . 14
5.2. Ratchet Tree Nodes . . . . . . . . . . . . . . . . . . . 16
5.3. Views of a Ratchet Tree . . . . . . . . . . . . . . . . . 17
5.4. Ratchet Tree Evolution . . . . . . . . . . . . . . . . . 18
5.5. Synchronizing Views of the Tree . . . . . . . . . . . . . 20
6. Cryptographic Objects . . . . . . . . . . . . . . . . . . . . 21
6.1. Ciphersuites . . . . . . . . . . . . . . . . . . . . . . 21
6.2. Credentials . . . . . . . . . . . . . . . . . . . . . . . 22
7. Key Packages . . . . . . . . . . . . . . . . . . . . . . . . 24
7.1. Client Capabilities . . . . . . . . . . . . . . . . . . . 25
7.2. Lifetime . . . . . . . . . . . . . . . . . . . . . . . . 26
7.3. KeyPackage Identifiers . . . . . . . . . . . . . . . . . 26
7.4. Parent Hash . . . . . . . . . . . . . . . . . . . . . . . 26
7.4.1. Using Parent Hashes . . . . . . . . . . . . . . . . . 27
7.4.2. Verifying Parent Hashes . . . . . . . . . . . . . . . 27
7.5. Tree Hashes . . . . . . . . . . . . . . . . . . . . . . . 28
7.6. Group State . . . . . . . . . . . . . . . . . . . . . . . 29
7.7. Update Paths . . . . . . . . . . . . . . . . . . . . . . 31
Show full document text