Skip to content

Commit bfa53fb

Browse files
committed
Bump CNG version and update changelog.
Change-Id: Id1d6e8c3209ef274710cb6a881504031a84f8ba6
1 parent 532a914 commit bfa53fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ Initial release of the library.
102102

103103
## CNG Provider for Cloud KMS
104104

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+
105112
### CNG v1.1
106113

107114
The following changes are included in the v1.1 (April 2024) release:

kmscng/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace cloud_kms::kmscng {
2121

2222
constexpr uint8_t kLibraryVersionMajor = 1;
23-
constexpr uint8_t kLibraryVersionMinor = 1;
23+
constexpr uint8_t kLibraryVersionMinor = 2;
2424

2525
// https://learn.microsoft.com/en-us/windows/win32/seccng/key-storage-property-identifiers#ncrypt_version_property
2626
constexpr uint32_t kLibraryVersionHex =

0 commit comments

Comments
 (0)