Skip to content

Commit

Permalink
make signature labels consistent with spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kkohbrok committed Oct 17, 2023
1 parent 4170008 commit 756c5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-mls-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ In more detail, an extension identified by ExtensionType should sign and verify

~~~ tls
SafeSignWithLabel(ExtensionType, SignatureKey, Label, Content) =
SignWithLabel(SignatureKey, "ExtensionsDataTBS", LabeledExtensionContent)
SignWithLabel(SignatureKey, "LabeledExtensionContent", LabeledExtensionContent)

SafeVerifyWithLabel(ExtensionType, VerificationKey, Label, Content, SignatureValue) =
VerifyWithLabel(VerificationKey, "ExtensionDataTBS", LabeledExtensionContent, SignatureValue)
VerifyWithLabel(VerificationKey, "LabeledExtensionContent", LabeledExtensionContent, SignatureValue)
~~~

Where the fields of LabeledExtensionContent are set to
Expand Down

0 comments on commit 756c5c7

Please sign in to comment.