Skip to content

Commit

Permalink
Mark SPK's signatures output as required.
Browse files Browse the repository at this point in the history
AuthenticationExtensionsSupplementalPubKeysOutputs.signatures should
always be present in the client extension outputs since it's the only
field and SPK makes no sense without the signatures.
  • Loading branch information
Adam Langley committed Jan 2, 2024
1 parent a83c764 commit 296ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7253,7 +7253,7 @@ The weight that [=[RPS]=] give to the presence of a signature from a supplementa
:: A sequence of {{ArrayBuffer}}s containing the signatures returned as the [=unsigned extension output=].
<xmp class="idl">
dictionary AuthenticationExtensionsSupplementalPubKeysOutputs {
sequence<ArrayBuffer> signatures;
required sequence<ArrayBuffer> signatures;
};

partial dictionary AuthenticationExtensionsClientOutputs {
Expand Down

0 comments on commit 296ca55

Please sign in to comment.