20260319-trace-errocde-runtime-control-and-various-fixes#10036
Open
douzzer wants to merge 8 commits intowolfSSL:masterfrom
Open
20260319-trace-errocde-runtime-control-and-various-fixes#10036douzzer wants to merge 8 commits intowolfSSL:masterfrom
douzzer wants to merge 8 commits intowolfSSL:masterfrom
Conversation
…lfSSL_Atomic_Int_Exchange().
…/wolfcrypt/logging.h: implement WOLFSSL_DEBUG_TRACE_ERROR_CODES_INIT_STATE, wc_debug_trace_error_codes_enabled(), and wc_debug_trace_error_codes_set(), to allow runtime control of error tracing.
…d keylens, to avoid log noise on expected-failure kernel native crypto self-test.
* don't default-enable ML-KEM if SHA3/SHAKE are explicitly disabled at user request, or if FIPS <7. * move ML-KEM flag setup after FIPS setup (like SHA3 and SHAKE flag setup) to allow FIPS overrides. * remove the unused and misleading "v6-ready" FIPS flavor, and fix v6-dev to get the v6 version triplet.
…crypt/mlkem.h, wolfssl/wolfcrypt/wc_mlkem.h: fixes for C89 compliance and aarch64-FIPS-linuxkm compatibility.
…ups within expressions [-Werror=pedantic]".
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.
wolfssl/wolfcrypt/wc_port.handwolfcrypt/src/wc_port.c: implementwolfSSL_Atomic_Int_Exchange().wolfcrypt/src/logging.c,wolfssl/wolfcrypt/error-crypt.h, andwolfssl/wolfcrypt/logging.h: implementWOLFSSL_DEBUG_TRACE_ERROR_CODES_INIT_STATE,wc_debug_trace_error_codes_enabled(), andwc_debug_trace_error_codes_set(), to allow runtime control of error tracing.linuxkm/lkcapi_aes_glue.c: don't logwc_AesSetKey()failures for invalid keylens, to avoid log noise on expected-failure kernel native crypto self-test.configure.ac:SHAKE_DEFAULT, followingENABLED_SHA3, with a FIPS v6 threshold.wolfcrypt/src/wc_mlkem.c,wolfcrypt/src/wc_mlkem_poly.c,wolfssl/wolfcrypt/mlkem.h,wolfssl/wolfcrypt/wc_mlkem.h: fixes for C89 compliance and aarch64-FIPS-linuxkm compatibility.src/ssl.c: fixes for-Wsign-compares inwolfSSL_ERR_GET_REASON().tested with