Skip to content

Commit 83e5dbf

Browse files
authored
Merge pull request #358 from ColtonWilley/wp_bump_version_111
Bump wolfprovider version to 1.1.1
2 parents 707bfe9 + 0495599 commit 83e5dbf

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

ChangeLog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
# wolfProvider version 1.1.0 (October 29, 2025)
236

337
Release 1.1.0 has been developed according to wolfSSL's development and QA

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
AC_COPYRIGHT([Copyright (C) 2024 wolfSSL Inc.])
77
AC_PREREQ([2.69])
8-
AC_INIT([wolfprov], [1.1.0])
8+
AC_INIT([wolfprov], [1.1.1])
99
AC_CONFIG_AUX_DIR([build-aux])
1010

1111
AC_CONFIG_HEADERS([include/config.h])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libwolfprov (1.1.1-1) unstable; urgency=medium
2+
3+
* Release version 1.1.1-1
4+
5+
-- WolfSSL Developer <[email protected]> Mon, 09 Feb 2026 12:00:00 -0700
6+
17
libwolfprov (1.1.0-1) unstable; urgency=medium
28

39
* Release version 1.1.0-1

0 commit comments

Comments
 (0)