File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
changes/2020-07-14_multi-keyring-require-generation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments