File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,13 @@ Initial release of the library.
102
102
103
103
## CNG Provider for Cloud KMS
104
104
105
+ ### CNG v1.2
106
+
107
+ The following changes are included in the v1.2 (May 2025) release:
108
+
109
+ * Add support for ` RSA_SIGN_PKCS1_2048_SHA256 ` and
110
+ ` RSA_SIGN_PKCS1_3072_SHA256 ` .
111
+
105
112
### CNG v1.1
106
113
107
114
The following changes are included in the v1.1 (April 2024) release:
Original file line number Diff line number Diff line change 20
20
namespace cloud_kms ::kmscng {
21
21
22
22
constexpr uint8_t kLibraryVersionMajor = 1 ;
23
- constexpr uint8_t kLibraryVersionMinor = 1 ;
23
+ constexpr uint8_t kLibraryVersionMinor = 2 ;
24
24
25
25
// https://learn.microsoft.com/en-us/windows/win32/seccng/key-storage-property-identifiers#ncrypt_version_property
26
26
constexpr uint32_t kLibraryVersionHex =
You can’t perform that action at this time.
0 commit comments