20251028 fixes#9359
Merged
dgarske merged 3 commits intowolfSSL:masterfrom Oct 28, 2025
Merged
Conversation
…n RDSEED support is missing, and add verbose logging for generation failures.
…rt_crl_file(), add local protection from null derefs (fixes -Wnull-dereferences); wolfcrypt/src/chacha.c and wolfssl/wolfcrypt/chacha.h: implement USE_ARM_CHACHA_SPEEDUP gate; wolfcrypt/src/kdf.c: in wc_SSH_KDF(), add early return if _HashInit() fails (fixes _HashFree() of uninited _hash); wolfcrypt/src/sha256.c: initialize sha256->W in ARMASM variant of wc_InitSha256_ex(), and pass sha256->heap to XMALLOC/XFREE consistently.
dgarske
approved these changes
Oct 28, 2025
Contributor
Author
|
retest this please |
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.
src/x509.c: inwolfSSL_X509_get_ext_by_OBJ()andwolfSSL_X509_load_cert_crl_file(), add local protection from null derefs (fixes-Wnull-dereferences);wolfcrypt/src/chacha.candwolfssl/wolfcrypt/chacha.h: implementUSE_ARM_CHACHA_SPEEDUPgate;wolfcrypt/src/kdf.c: inwc_SSH_KDF(), add early return if_HashInit()fails (fixes_HashFree()of uninited_hash);wolfcrypt/src/sha256.c: initializesha256->Win ARMASM variant ofwc_InitSha256_ex(), and passsha256->heaptoXMALLOC/XFREEconsistently;src/internal.candtests/api.c: fixclang-analyzer-core.NullPointerArithms;linuxkm/module_hooks.c: inwc_linuxkm_GenerateSeed_IntelRD(), log whenRDSEEDsupport is missing, and add verbose logging for generation failures.tested with