Skip to content

Commit

Permalink
fix(BranchKeyStore): correct Custom EC equality requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Jan 16, 2024
1 parent bfbe06d commit e5f364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/branch-key-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ If custom [encryption context](./structures.md#encryption-context-3)
is associated with the branch key these values MUST be added to the AWS KMS encryption context.
To avoid name collisions each added attribute from the custom [encryption context](./structures.md#encryption-context-3)
MUST be prefixed with `aws-crypto-ec:`.
The added values MUST be equal.
Across all versions of a Branch Key, the custom encryption context MUST be equal.

## AWS KMS Branch Key Decryption

Expand Down

0 comments on commit e5f364e

Please sign in to comment.