Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve initial keying material from DS, not AS #204

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-ietf-mls-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ can be reused for multiple senders, in order to provide forward secrecy
it is better for this material to be regularly refreshed so that each
sender can use a new key.

## Step 3: Adding Bob go the Group
## Step 3: Adding Bob to the Group

When Alice wants to create a group including Bob, she first uses the AS to look
When Alice wants to create a group including Bob, she first uses the DS to look
up his initial keying material. She then generates two messages:

* A message to the entire group (which at this point is just her and Bob)
Expand All @@ -422,7 +422,7 @@ to receive it.
## Step 4: Adding Charlie to the Group

If Alice then wants to add Charlie to the group, she follows a similar procedure
as with Bob: she first uses the AS to look
as with Bob: she first uses the DS to look
up his initial keying material and then generates two messages:

* A message to the entire group (consisting of her, Bob, and Charlie) adding
Expand Down
Loading