mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-11 06:31:19 +02:00
Two MC/DC cases the campaign disclosed and PR 10973 fixed are now safe to drive: * ascon: wc_AsconAEAD128_DecryptUpdate(ctx, out, NULL, 0) demonstrates the inSz!=0 operand (the NULL-memcpy on inSz==0 is fixed) -> ascon.c 36/36. * rsa: the wc_CompareDiffPQ / _CheckProbablePrime / wc_CheckProbablePrime_ex XMALLOC-chain later operands (idx1/idx2) are now faulted via arm(2)/arm(3) in test_rsa_fault_whitebox.c; they were blocked by the partial-OOM double-free the fix removed -> rsa.c 168 -> 172.
Before creating any new configure files (.conf) read the CONF_FILES_README.md