Update 2.1 changelog with fixes since release prep#202
Merged
Conversation
Add changelog entries for the PRs merged since the 2.1 changelog was written (PR wolfSSL#190 through PR wolfSSL#200) and for the upcoming PR wolfSSL#201. Fenrir findings (PR wolfSSL#194, wolfSSL#196, wolfSSL#197, wolfSSL#198) are folded into the existing Fenrir catch-all entry. PR wolfSSL#201 gets a dedicated memory-safety hardening entry. Credit Denis Mingulov for contributing the C_GenerateRandom/C_SeedRandom truncation fix (PR wolfSSL#199) and for reporting several of the memory-safety issues fixed in PR wolfSSL#201.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the wolfPKCS11 2.1 release notes in README.md to reflect fixes and hardening work merged after the initial 2.1 changelog was drafted, including folded-in Fenrir items and a dedicated memory-safety hardening entry.
Changes:
- Expanded the 2.1 summary to explicitly call out memory-safety hardening driven by external reports.
- Updated the “Fenrir findings” catch-all entry to include PRs #194/#196/#197/#198.
- Added additional 2.1 detail bullets for PRs #190–#200 and a contributor credit note for PR #199 and reporting for PR #201.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
Please merge after #201 |
Frauschi
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add changelog entries for the PRs merged since the 2.1 changelog was written (PR #190 through PR #200) and for the upcoming PR #201. Fenrir findings (PR #194, #196, #197, #198) are folded into the existing Fenrir catch-all entry. PR #201 gets a dedicated memory-safety hardening entry.
Credit Denis Mingulov for contributing the C_GenerateRandom/C_SeedRandom truncation fix (PR #199) and for reporting several of the memory-safety issues fixed in PR #201.