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
+8-1
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,14 @@ MUST be a key in the [encryption context](#encryption-context-2).
307
307
308
308
The key to be used to validate a symmetric signature during decryption.
309
309
310
-
The symmetric signature key MUST fit the specification for the [symmetric signature algorithm](algorithm-suites.md#symmetric-signature-algorithm)
310
+
If the algorithm suite does not contain a symmetric signing algorithm,
311
+
the symmetric signing key MUST NOT be included in the materials.
312
+
313
+
If the algorithm suite does contain a symmetric signing algorithm,
314
+
the symmetric signing key MUST also be included in the materials
315
+
if and only if the materials also include a [plaintext data key](#plaintext-data-key-1).
316
+
317
+
If included, the symmetric signature key MUST fit the specification for the [symmetric signature algorithm](algorithm-suites.md#symmetric-signature-algorithm)
311
318
included in this decryption material's [algorithm suite](#algorithm-suite-1).
0 commit comments