mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-12 07:01:23 +02:00
Adds/extends tests/api MC/DC DecisionCoverage + FeatureCoverage and tests/unit-mcdc white-box supplements for the remaining wolfCrypt primitives (first-pass per-module union; gap-closing to follow): - classic bigint: tfm.c, integer.c (extend test_wolfmath.c; tfm/integer whiteboxes) - coding.c, error.c, wc_encrypt.c, pwdbased.c - ed448.c + curve448.c (shared fe_448/ge_448 backends; ed448 whitebox) - random.c deepened + new wolfentropy.c (MemUse SP800-90B), whiteboxes - hash.c, kdf.c, signature.c, chacha20_poly1305.c - LMS/XMSS (wc_lms*.c, wc_xmss*.c) with impl whiteboxes - ML-KEM (wc_mlkem*.c), ML-DSA (wc_mldsa.c), SLH-DSA (wc_slhdsa.c) with whiteboxes New tests register in tests/api.c + tests/api/include.am. Frozen-module guards (!HAVE_SELFTEST && !HAVE_FIPS) applied to new random.c/pwdbased.c tests that call post-v4.1.0 symbols.
Before creating any new configure files (.conf) read the CONF_FILES_README.md