Files
wolfssl/tests
Daniele Lacamera dd3ded6739 tests: make the wc_lms_impl gap white-box run in every lms variant
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.
2026-08-07 09:27:42 +02:00
..
2026-08-07 09:27:42 +02:00
2026-02-18 09:52:21 -07:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2024-01-16 15:18:05 -08:00
2026-02-25 15:19:13 +01:00
2026-02-25 15:19:13 +01:00
2022-01-31 15:29:25 -05:00
2022-06-01 10:36:01 +10:00
2022-02-23 09:47:34 +01:00
2024-01-16 15:18:05 -08:00
2026-08-05 13:53:47 -05:00
2026-02-18 09:52:21 -07:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md