Skip to content

Commit da37c3e

Browse files
committed
Update changelog
1 parent e23c16f commit da37c3e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Set to any value to stop storage of token data.
108108

109109
## Release Notes
110110

111-
### wolfPKCS11 Release 2.0 (TBD)
111+
### wolfPKCS11 Release 2.0 (August 26, 2025)
112112

113113
**Summary**
114114

@@ -157,6 +157,8 @@ This release contains many new features so that it can be the PKCS11 backend for
157157
- `CKM_SHA1_RSA_PKCS_PSS`
158158
- `CKM_SHA3*`
159159
- `CKM_MD5`
160+
- `CKM_NSS_PKCS12_PBE_SHA*_HMAC_KEY_GEN` (NSS builds only)
161+
- `CKM_PKCS5_PBKD2`
160162
* Added new types:
161163
- `CKO_DATA`
162164
- `CKO_NSS_TRUST` (NSS builds only)
@@ -179,6 +181,8 @@ This release contains many new features so that it can be the PKCS11 backend for
179181
- `CKA_TRUST_EMAIL_PROTECTION` (NSS builds only)
180182
- `CKA_TRUST_CODE_SIGNING` (NSS builds only)
181183
- `CKA_TRUST_STEP_UP_APPROVED` (NSS builds only)
184+
- `CKA_NSS_EMAIL` (NSS builds only)
185+
- `CKA_NSS_DB` (NSS builds only, not stored)
182186
* Added SHA3 support for digest and HMAC
183187
* Added AES key gen and key wrap
184188
* Added `--enable-nss` for NSS specific PKCS11 quirks
@@ -204,7 +208,12 @@ This release contains many new features so that it can be the PKCS11 backend for
204208
* Fixed ECC curve lookup for FIPSv5
205209
* Fixed default attributes for keys
206210
* `C_DestroyObject` now deletes files instead of leaving truncated files
207-
211+
* Added support for STM32U5 DHUK wrapping
212+
* Added PBKDF2 support for pins
213+
- Enabled by default for FIPS
214+
- Enabled using `--enable-pbkdf2` or defining `WOLFPKCS11_PBKDF2`
215+
* Added `--pbkdf2-iterations` and `PBKDF2_ITERATIONS` to set the number of
216+
PBKDF2 iterations for pin handling (default 600,000).
208217

209218
### wolfPKCS11 Release 1.3 (Mar 22, 2024)
210219

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ wolfpkcs11 (2.0.0) stable; urgency=medium
33
* For a full changelog see
44
https://github.com/wolfSSL/wolfPKCS11/blob/master/README.md
55

6-
-- wolfSSL <[email protected]> Mon, 11 Aug 2025 16:49:00 +0000
6+
-- wolfSSL <[email protected]> Tue, 26 Aug 2025 16:49:00 +0000

0 commit comments

Comments
 (0)