mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-10 11:41:23 +02:00
The mem-zero false-positive these calls tripped is fixed at the library level in wc_MakeRsaKey() on the sibling branch (fixes-2026-07-10 / PR 10875), which zero-initializes its stack temporaries so the early-out mp_memzero_check() is safe. Drop the !WOLFSSL_CHECK_MEM_ZERO guard so the RsaSizeCheck decision is exercised in the instrumented build too. Depends on PR 10875 for the all-check-mem-zero config.
Before creating any new configure files (.conf) read the CONF_FILES_README.md