5
5
6
6
## Version
7
7
8
- 0.2.0
8
+ 0.2.1
9
9
10
10
### Changelog
11
11
12
+ - 0.2.1
13
+
14
+ - [ Clarify naming of KMS to AWS KMS] ( https://github.com/awslabs/aws-encryption-sdk-specification/issues/67 )
15
+
12
16
- 0.2.0
13
17
14
18
- [ Remove Keyring Trace] ( ../changes/2020-05-13_remove-keyring-trace/change.md )
@@ -41,7 +45,7 @@ in this document are to be interpreted as described in [RFC 2119](https://tools.
41
45
42
46
## Supported Keyrings
43
47
44
- - [ KMS Keyring] ( kms-keyring.md )
48
+ - [ AWS KMS Keyring] ( kms-keyring.md )
45
49
- [ Multi-Keyring] ( multi-keyring.md )
46
50
- [ Raw AES Keyring] ( raw-aes-keyring.md )
47
51
- [ Raw RSA Keyring] ( raw-rsa-keyring.md )
@@ -149,7 +153,7 @@ the decryption is overwhelmingly likely to fail.
149
153
Users SHOULD use a keyring that protects wrapping keys and performs cryptographic operations within a secure boundary.
150
154
Examples are:
151
155
152
- - The built-in [ KMS keyring] ( kms-keyring.md ) ,
156
+ - The built-in [ AWS KMS keyring] ( kms-keyring.md ) ,
153
157
which uses AWS Key Management Service (AWS KMS) customer master keys (CMKs) that never leave AWS KMS plaintext.
154
158
- A custom keyring that uses wrapping keys that are stored in your hardware security modules (HSMs)
155
159
- A custom keyring protected by another master key service.
@@ -166,7 +170,7 @@ The following keyrings are compatible with the referenced [master key providers]
166
170
167
171
| Keyring | Master Key Provider: Java and Python |
168
172
| --------------- | ---------------------------------------------------------------------------------------------------------------- |
169
- | KMS keyring | KMS master key (Java), KMS master key provider (Java), KMS master key (Python), KMS master key provider (Python) |
173
+ | AWS KMS keyring | KMS master key (Java), KMS master key provider (Java), KMS master key (Python), KMS master key provider (Python) |
170
174
| Raw AES keyring | When they are used with symmetric encryption keys: JceMasterKey (Java), RawMasterKey (Python) |
171
175
| Raw RSA keyring | When they are used with asymmetric encryption keys: JceMasterKey (Java), RawMasterKey (Python) |
172
176
0 commit comments