Skip to content

Commit 8bd55fe

Browse files
lavalerijosecorella
authored andcommitted
fix: Fix intermediate wrapping key info (#65)
1 parent b0f55f8 commit 8bd55fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/algorithm-suites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,12 @@ have the following requirements:
350350
using the key derivation algorithm in the algorithm suite, with the following specifics:
351351
- The input key material is the `intermediate key`
352352
- The salt is empty
353-
- The info is "TRUSS_KEYWRAP_MAC" as UTF8 bytes. (TODO remove Truss name from info?)
353+
- The info is "AWS_MPL_INTERMEDIATE_KEYWRAP_MAC" as UTF8 bytes.
354354
- For each encrypted data key, a `key encryption key` MUST be derived from the `intermediate key`
355355
using the key derivation algorithm in the algorithm suite, with the following specifics:
356356
- The input key material is the `intermediate key`
357357
- The salt is empty
358-
- The info is "TRUSS_KEYWRAP_ENC" as UTF8 bytes. (TODO remove Truss name from info?)
358+
- The info is "AWS_MPL_INTERMEDIATE_KEYWRAP_ENC" as UTF8 bytes.
359359
- The [EDK ciphertext](./structures.md#ciphertext) MUST be the following serialization:
360360

361361
| Field | Length (bytes) | Interpreted as |

0 commit comments

Comments
 (0)