mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-18 23:23:23 +02:00
It contributed nothing in all six variants. WOLFSSL_WC_LMS_SMALL reshapes LmsParams and LmsState and WOLFSSL_LMS_VERIFY_ONLY drops keygen and signing, so every driver built on wb_make_params() failed to compile there; guard them on WB_GAP_SIGN. The rest overran the 600s test timeout in a 3-level height-5 keygen that could only fail anyway, since the module config pins WOLFSSL_LMS_MAX_LEVELS to 2 and HssPrivKey holds state[LMS_MAX_LEVELS]. Guard that driver on LMS_MAX_LEVELS >= 3 and shrink the full-cycle tree to height 2, which still crosses one subtree boundary. Unbuffer stdout so a timeout kill keeps the log that says where it stopped.
Before creating any new configure files (.conf) read the CONF_FILES_README.md