File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ Breaking Changes
15
15
^^^^^^^^^^^^^^^^
16
16
* The MPL introduces the Required Encryption Context Cryptographic Materials Manager
17
17
("required EC CMM") as a new construct for protecting your data.
18
- On encrypt, the required EC CMM will use specific configured encryption context key-value pairs to calculate the message signature,
18
+ On encrypt, the required EC CMM will use specific configured
19
+ encryption context key-value pairs to calculate the message signature,
19
20
but will not store those pairs in the ESDK message.
20
21
On decrypt, decryptors must supply these same pairs that were used when encrypting the message.
21
22
All messages that have been encrypted with versions of the ESDK <4.0.0 are forward compatible with this change.
22
- However, messages that are constructed with the required EC CMM are not backward compatbile with ESDK <4.0.0,
23
+ However, messages that are constructed with the required EC CMM are not backward compatible with ESDK <4.0.0,
23
24
as no version of ESDK <4.0.0 supports reading messages encrypted with the required EC CMM.
24
25
A message that is encrypted with the required EC CMM from the MPL must be decrypted with a CMM from the MPL.
25
26
You can’t perform that action at this time.
0 commit comments