|
10 | 10 |
|
11 | 11 | > The application using MLS is responsible for specifying which identifiers |
12 | 12 | > it finds acceptable for each member in a group. In other words, following |
13 | | -> the model that [[RFC6125]] describes for TLS, the application maintains a list |
| 13 | +> the model that [RFC6125][] describes for TLS, the application maintains a list |
14 | 14 | > of "reference identifiers" for the members of a group, and the credentials |
15 | 15 | > provide "presented identifiers". A member of a group is authenticated by first |
16 | 16 | > validating that the member's credential legitimately represents some presented |
17 | 17 | > identifiers, and then ensuring that the reference identifiers for the member |
18 | 18 | > are authenticated by those presented identifiers |
19 | 19 | > |
20 | 20 | > -- [RFC9420, Section 5.3.1](https://www.rfc-editor.org/rfc/rfc9420.html#section-5.3.1-1) |
21 | | -> |
| 21 | +
|
22 | 22 | ### Validity of Updated Presented Identifiers |
23 | 23 |
|
24 | 24 | > In cases where a member's credential is being replaced, such as the Update and |
|
28 | 28 | > |
29 | 29 | > -- [RFC9420, Section 5.3.1](https://www.rfc-editor.org/rfc/rfc9420.html#section-5.3.1-5) |
30 | 30 |
|
31 | | -### Application ID is Not Authenticed by AS |
| 31 | +### Application ID is Not Authenticated by AS |
32 | 32 |
|
33 | 33 | > However, applications MUST NOT rely on the data in an application_id extension |
34 | 34 | > as if it were authenticated by the Authentication Service, and SHOULD gracefully |
|
44 | 44 | > LeafNode, and reject any LeafNode where the total lifetime is longer than this |
45 | 45 | > duration. In order to avoid disagreements about whether a LeafNode has a valid |
46 | 46 | > lifetime, the clients in a group SHOULD maintain time synchronization (e.g., |
47 | | -> using the Network Time Protocol [[RFC5905]]). |
| 47 | +> using the Network Time Protocol [RFC5905][]). |
48 | 48 | > |
49 | 49 | > -- [RFC9420, Section 7.2](https://www.rfc-editor.org/rfc/rfc9420.html#section-7.2-10) |
50 | 50 |
|
|
55 | 55 | > It is up to the application to decide what authenticated_data to provide and |
56 | 56 | > how much padding to add to a given message (if any). The overall size of the |
57 | 57 | > AAD and ciphertext MUST fit within the limits established for the group's AEAD |
58 | | -> algorithm in [[CFRG-AEAD-LIMITS]]. |
| 58 | +> algorithm in [CFRG-AEAD-LIMITS][]. |
59 | 59 | > |
60 | 60 | > -- [RFC9420, Section 6.3.1](https://www.rfc-editor.org/rfc/rfc9420.html#section-6.3.1-11) |
61 | 61 |
|
|
0 commit comments