Skip to content

Commit b8ba867

Browse files
Update changes/2020-07-14_multi-keyring-require-generation/change.md
Co-authored-by: Matt Bullock <bullocm@amazon.com>
1 parent 493cc21 commit b8ba867

File tree

1 file changed

+3
-4
lines changed
  • changes/2020-07-14_multi-keyring-require-generation

1 file changed

+3
-4
lines changed

changes/2020-07-14_multi-keyring-require-generation/change.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ this keyring MUST first generate a plaintext data key using the generator keyrin
105105

106106
- If the input encryption materials already include a plaintext data key,
107107
OnEncrypt MUST fail.
108-
- Otherwise,
109-
this keyring MUST first call that generator keyring's OnEncrypt
108+
- This keyring MUST first call the generator keyring's OnEncrypt
110109
using the input encryption materials as input.
111-
If the generator keyring fails OnEncrypt,
110+
- If the generator keyring fails OnEncrypt,
112111
this OnEncrypt MUST also fail.
113-
If the generator keyring returns encryption materials missing a plaintext data key,
112+
- If the generator keyring returns encryption materials missing a plaintext data key,
114113
OnEncrypt MUST fail.

0 commit comments

Comments
 (0)