@@ -42,7 +42,7 @@ in this document are to be interpreted as described in
42
42
43
43
## Summary
44
44
45
- The Default CMM is an implementation of the CMM interface that serves a majority of use cases,
45
+ The Default Cryptographic Materials Manager ( CMM) is an implementation of the CMM interface that serves a majority of use cases,
46
46
using [ keyrings] ( ../../framework/keyring-interface.md ) or
47
47
[ master key providers] ( ../../framework/master-key-provider-interface.md ) to get and
48
48
decrypt materials.
@@ -134,10 +134,10 @@ The specific CMM configuration describes a
134
134
that serves most use cases.
135
135
136
136
The CMM configuration defined by the Default CMM is the [ Keyring CMM] ( #keyring-cmm ) as is
137
- (The Keyring CMM provides no additional options other than specifying an underlying Keyring ).
137
+ (the Keyring CMM provides no additional options other than specifying an underlying keyring ).
138
138
139
139
As the AWS Encryption SDK provides more CMM implementations that would benefit default use cases,
140
- we expect to update the Default CMM to a configuration which composes such CMMs together provide
140
+ we expect to update the Default CMM to a configuration which composes such CMMs together in order to provide
141
141
useful properties.
142
142
Any update to the composition defined by Default CMM SHOULD be backwards compatable.
143
143
@@ -181,7 +181,7 @@ SHOULD compose with the Master Key Provider CMM.
181
181
On initialization, the caller MUST provide exactly one of the following:
182
182
183
183
- [ Keyring] ( ../../framework/keyring-interface.md )
184
- - If this AWS Encryption SDK implementations provides a [ Master Key Provider CMM] ( #master-key-provider-cmm ) ,
184
+ - If this AWS Encryption SDK implementation provides a [ Master Key Provider CMM] ( #master-key-provider-cmm ) ,
185
185
a [ Master Key Provider] ( ../../framework/master-key-provider-interface.md )
186
186
187
187
The Default CMM MUST NOT accept any additional configuration.
@@ -204,6 +204,6 @@ Default CMM prior to this change.
204
204
205
205
### Master Key Provider CMM
206
206
207
- The specification of the Master Key Provider CMM MUST be the specification of
208
- the Default CMM, except describing use of a master key provider instead of a keyring
207
+ The specification of the Master Key Provider CMM MUST be the specification of the Default CMM,
208
+ except describing the use of a master key provider instead of a keyring
209
209
where appropriate.
0 commit comments