Skip to content

Commit 1a447fa

Browse files
author
AWS
committed
Payment Cryptography Data Plane Update: Expand length of message data field for Mac generation and validation to 8192 characters.
1 parent 0a58ecc commit 1a447fa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 Data Plane",
4+
"contributor": "",
5+
"description": "Expand length of message data field for Mac generation and validation to 8192 characters."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,8 @@
15481548
"enum":[
15491549
"CMAC",
15501550
"ANSI_X9_24",
1551-
"HMAC"
1551+
"HMAC",
1552+
"SHA_1"
15521553
]
15531554
},
15541555
"KeyDerivationFunction":{
@@ -1572,6 +1573,7 @@
15721573
"ISO9797_ALGORITHM1",
15731574
"ISO9797_ALGORITHM3",
15741575
"CMAC",
1576+
"HMAC",
15751577
"HMAC_SHA224",
15761578
"HMAC_SHA256",
15771579
"HMAC_SHA384",
@@ -1711,7 +1713,7 @@
17111713
},
17121714
"MessageDataType":{
17131715
"type":"string",
1714-
"max":4096,
1716+
"max":8192,
17151717
"min":2,
17161718
"pattern":"(?:[0-9a-fA-F][0-9a-fA-F])+",
17171719
"sensitive":true

0 commit comments

Comments
 (0)