mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-11 21:21:22 +02:00
test_wc_Des_CbcEncryptDecrypt drove the per-operand NULL guards of wc_Des_CbcEncrypt/CbcDecrypt/EcbEncrypt/SetIV. The frozen FIPS/selftest single-DES module predates those open-build NULL checks and dereferences a NULL des/out/in directly, so the probes segfault (exit 139) in a FIPS build. Gate the whole test on !HAVE_FIPS && !HAVE_SELFTEST -- this single-DES MC/DC coverage is gathered in the open build; the frozen module is out of its scope.
Before creating any new configure files (.conf) read the CONF_FILES_README.md