Skip to content

Commit 0201c14

Browse files
author
AWS
committed
AWS Certificate Manager Private Certificate Authority Update: Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
1 parent 4264bbd commit 0201c14

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Certificate Manager Private Certificate Authority",
4+
"contributor": "",
5+
"description": "Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions."
6+
}

services/acmpca/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,14 +1443,16 @@
14431443
"RSA_2048",
14441444
"RSA_4096",
14451445
"EC_prime256v1",
1446-
"EC_secp384r1"
1446+
"EC_secp384r1",
1447+
"SM2"
14471448
]
14481449
},
14491450
"KeyStorageSecurityStandard":{
14501451
"type":"string",
14511452
"enum":[
14521453
"FIPS_140_2_LEVEL_2_OR_HIGHER",
1453-
"FIPS_140_2_LEVEL_3_OR_HIGHER"
1454+
"FIPS_140_2_LEVEL_3_OR_HIGHER",
1455+
"CCPC_LEVEL_1_OR_HIGHER"
14541456
]
14551457
},
14561458
"KeyUsage":{
@@ -1920,7 +1922,8 @@
19201922
"SHA512WITHECDSA",
19211923
"SHA256WITHRSA",
19221924
"SHA384WITHRSA",
1923-
"SHA512WITHRSA"
1925+
"SHA512WITHRSA",
1926+
"SM3WITHSM2"
19241927
]
19251928
},
19261929
"String":{"type":"string"},

0 commit comments

Comments
 (0)