|
| 1 | +# wolfProvider version 1.1.1 (February 09, 2026) |
| 2 | + |
| 3 | +Release 1.1.1 has been developed according to wolfSSL's development and QA |
| 4 | +process and successfully passed the quality criteria. |
| 5 | + |
| 6 | +PR stands for Pull Request, and PR <NUMBER> references a GitHub pull request |
| 7 | +number where the code change was added. |
| 8 | + |
| 9 | +## New Feature Additions |
| 10 | +* Add OpenSSL FIPS baseline process implementation (PR 357) |
| 11 | +* Add seed-src handling for wolfProvider (PR 350) |
| 12 | +* Add EC public key auto derivation from private key (PR 338) |
| 13 | +* Add text encoder for ECC (PR 348) |
| 14 | +* Add option for debug output to default to silent (PR 356) |
| 15 | +* Add static analysis CI tools (PR 349) |
| 16 | +* Add option to enable unit testing for replace default mode (PR 331) |
| 17 | + |
| 18 | +## Enhancements and Optimizations |
| 19 | +* Optimize FIPS CAST startup tests (PR 351) |
| 20 | +* Update TLS 1.3 KDF to use proper wolfcrypt FIPS APIs (PR 352) |
| 21 | +* Restrict DH keygen to 2048 bits and above for FIPS builds (PR 336) |
| 22 | +* Update wolfSSL version to v5.8.4 and OpenSSL to v3.5.4 (PR 334) |
| 23 | +* Don't modify system config when installing in standalone mode (PR 335) |
| 24 | +* Add RSA-PSS PKI encoding/decoding support (PR 333) |
| 25 | + |
| 26 | +## Bug Fixes |
| 27 | +* Fix NULL salt handling in HKDF (PR 328) |
| 28 | +* Fix EC public key auto-derive version check for OpenSSL 4.0.0+ (PR 355) |
| 29 | +* Fix RSA-PSS command test (PR 344) |
| 30 | +* Fix const issue with x509 test code (PR 346) |
| 31 | +* Fix provider cmd test (PR 347) |
| 32 | +* Fix size_t issue in test_ecc.c (PR 343) |
| 33 | +* Fix RD detection when running cmdline tests (PR 354) |
| 34 | + |
1 | 35 | # wolfProvider version 1.1.0 (October 29, 2025) |
2 | 36 |
|
3 | 37 | Release 1.1.0 has been developed according to wolfSSL's development and QA |
|
0 commit comments