More various fixes reported from the static analyzer#27
Merged
dgarske merged 10 commits intowolfSSL:mainfrom Mar 24, 2026
Merged
More various fixes reported from the static analyzer#27dgarske merged 10 commits intowolfSSL:mainfrom
dgarske merged 10 commits intowolfSSL:mainfrom
Conversation
Contributor
gasbytes
commented
Mar 23, 2026
- 7c078b5 - Remove redundant no-op check_if_zero in Ed25519 verify
- 9d94183 - Redact private key material from Debug impls
- 9d8a4e3 - Remove duplicate SHA512 entries in verify mapping array
- 1a487d0 - Return InvalidSignature instead of panicking on FFI errors in verify
- 030ff28 - Remove Clone from foreign type macros to prevent double-free
- 719c0f1 - Add missing wc_HmacFree before Box deallocation
- 8075c7a - Fix RSA signing data race by re-importing key per sign() call
- a18d5b1 - Add length validation in x25519 key exchange
- f875f63 - Catch all WCError variants in SecureRandom::fill
…y WcError:Failure
the nist curves files when doing the kx
call instead of sharing mutable C struct via Arc
likely) double-free of C resources when dorp-enabled types are cloned
return InvalidSignature instead of panicking when parsing malformed peer certificates
verify.rs mapping array
material to prevent leakage when debug logging the library
holtrop-wolfssl
approved these changes
Mar 24, 2026
dgarske
approved these changes
Mar 24, 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.