aws-sdk-paymentcryptography 1.8.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c29e8b46a6dd304818e9a56752570217503a7c3faac64cc1fb99e01016f51cd
4
- data.tar.gz: f192e4ccffd9d62f1cdd8237a5c025685bf0310a2de7e7a95bddd4a6c0001199
3
+ metadata.gz: c6a0e84f6b6cc4d1218749035c30c2c2b35902f0e761ab3f4ff9462e9aca82f5
4
+ data.tar.gz: a8ab6e055e99a67e605a5dc2a2b9d52b8dea6feaac755612e01cf98f2dc54c45
5
5
  SHA512:
6
- metadata.gz: 481e2bdd4dfbfde78c5c57b3ade547135c49fed99edf778250de2d3c7b35cbd5ae7ea6898b406bd0a1d4e8fbb2f8c71a63e6d8ff9b42fdb2a74936370689cb4c
7
- data.tar.gz: b405cc24ed0f7861b50a2879a9f14af35c44b40222f44f2b6de64e11ee13a3ec742e385623acfcaf7f81cce3035f9a083d73ba2f61b0bb2cd8f25132281e8f92
6
+ metadata.gz: 63a06d2b60f98c5393d555c8c4fae533990dc932cad3d7edea6bb342535ef31c7c33439e6018bbb3929b52f35f029410408cdba20c2919dba0ac87501b0b7c40
7
+ data.tar.gz: c4ddc6baf34492df16d76be8f3df87d68ceb2bde55a5750dec0bc0977459f63c73a0a5bdabb637641334389064ea889d8255bb6d80b147d402a0b6ae58287d4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations with ISO9797 Algorithm 1 MAC calculations.
8
+
9
+ 1.9.0 (2023-12-06)
10
+ ------------------
11
+
12
+ * Feature - AWS Payment Cryptography IPEK feature release
13
+
4
14
  1.8.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.10.0