-
Notifications
You must be signed in to change notification settings - Fork 8
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
Re-frame "Safe Additional Authenticated Data (AAD)" #47
Comments
There are 3 places where
I'll write something up to fix that. |
I think this can get closed with the merge of #50 |
Indeed the text is less confusing now, thanks! Still, I am wondering: it seems to be that MLS clients deal primarily with |
Ultimately, there is no way to include application-specific AAD in a PublicMessage because there is no place to put it. Hence I mentioned PrivateMessage. Of course a SemiPrivate message will have the same properties. |
I don't understand, |
Sorry, I guess I just think of it as the first A in AAD. All the data in a PublicMessage is authenticated data. It doesn't have any different properties in the authenticated_data field than it would elsewhere in the message (in application_data for example). I suppose it is perfectly OK to still call this AAD, it's just a different definition. Do you think having application-defined content in authenticated_data is useful in a PublicMessage? |
The section about Safe Additional Authenticated Data (AAD) discuss about the
authenticated_data
field ofPrivateContentAAD
.It seems to me that this field is defined to be identical to
authenticated_data
inFramedContent
. Shouldn't we frame this section aboutFramedContent
then?The text was updated successfully, but these errors were encountered: