We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a42c1 commit 252305cCopy full SHA for 252305c
CHANGELOG.md
@@ -7,6 +7,12 @@
7
8
## PKCS #11 Cloud KMS Library
9
10
+### PKCS#11 v1.4
11
+
12
+The following changes are included in the v1.4 (April 2024) release:
13
14
+* Add support for symmetric AES key creation.
15
16
### PKCS#11 v1.3
17
18
The following changes are included in the v1.3 (November 2023) release:
kmsp11/version.h
@@ -21,7 +21,7 @@
21
22
namespace cloud_kms::kmsp11 {
23
24
-constexpr CK_VERSION kLibraryVersion = {1, 3};
+constexpr CK_VERSION kLibraryVersion = {1, 4};
25
26
}
27
0 commit comments