Skip to content

Commit 780e233

Browse files
author
AWS
committed
Payment Cryptography Control Plane Update: Add support for ECC P-256 and P-384 Keys.
1 parent 17f46ed commit 780e233

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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": "Payment Cryptography Control Plane",
4+
"contributor": "",
5+
"description": "Add support for ECC P-256 and P-384 Keys."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,9 @@
11261126
"AES_256",
11271127
"RSA_2048",
11281128
"RSA_3072",
1129-
"RSA_4096"
1129+
"RSA_4096",
1130+
"ECC_NIST_P256",
1131+
"ECC_NIST_P384"
11301132
]
11311133
},
11321134
"KeyArn":{

0 commit comments

Comments
 (0)