Skip to content

Commit 623992d

Browse files
doc(Raw Keyrings): Raw keyrings MUST NOT accept a key namespace of "aws-kms" (#140)
1 parent be6870b commit 623992d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

framework/raw-aes-keyring.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55

66
## Version
77

8-
0.2.0
8+
0.3.0
99

1010
### Changelog
1111

12+
- 0.3.0
13+
14+
- [Raw AES keyring MUST NOT accept a key namespace of "aws-kms".](https://github.com/awslabs/aws-encryption-sdk-specification/issues/101)
15+
1216
- 0.2.0
1317

1418
- [Remove Keyring Trace](../changes/2020-05-13_remove-keyring-trace/change.md)
@@ -58,6 +62,8 @@ On keyring initialization, the following inputs are REQUIRED:
5862

5963
A UTF-8 encoded value that, together with the [key name](#key-name), identifies a particular [wrapping key](#wrapping-key).
6064

65+
The raw AES keyring MUST NOT accept a key namespace of "aws-kms".
66+
6167
This value is also used for bookkeeping purposes.
6268

6369
### Key Name

framework/raw-rsa-keyring.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55

66
## Version
77

8-
0.2.0
8+
0.3.0
99

1010
### Changelog
1111

12+
- 0.3.0
13+
14+
- [Raw RSA keyring MUST NOT accept a key namespace of "aws-kms".](https://github.com/awslabs/aws-encryption-sdk-specification/issues/101)
15+
1216
- 0.2.0
1317

1418
- [Remove Keyring Trace](../changes/2020-05-13_remove-keyring-trace/change.md)
@@ -57,10 +61,16 @@ On keyring initialization, the following inputs are REQUIRED:
5761

5862
A UTF-8 encoded value that namespaces this keyring.
5963

64+
The raw RSA keyring MUST NOT accept a key namespace of "aws-kms".
65+
66+
This value is also used for bookkeeping purposes.
67+
6068
### Key Name
6169

6270
A UTF-8 encoded value that names this keyring.
6371

72+
This value is also used for bookkeeping purposes.
73+
6474
### Padding Scheme
6575

6676
The RSA padding scheme to use with this keyring.

0 commit comments

Comments
 (0)