You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/structures.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,9 @@ These keys are used to generate symmetric signatures during encryption.
266
266
267
267
If the algorithm suite does not contain a symmetric signing algorithm, this list MUST NOT be included in the materials.
268
268
If the algorithm suite does contain a symmetric signing algorithm, this list MUST have length equal to the [encrypted data key list](#encrypted-data-keys).
269
+
Since the symmetric signing keys value is optional,
270
+
if the [encrypted data key list](#encrypted-data-keys) is empty
271
+
the symmetric signing algorithm MAY be omitted.
269
272
270
273
The symmetric signature keys MUST adhere to the specification for [symmetric signature algorithms](./algorithm-suites.md#symmetric-signature-algorithm)
271
274
included in this encryption material's [algorithm suite](#algorithm-suite).
0 commit comments