mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 10:50:53 +02:00
69027c2445
Remove WC_LMS_PARM_NONE as it serves no purpose. Change sig_len from a 16-bit value to a 32-bit value in the parameters. Added wc_LmsKey_SetParameters_ex() and wc_LmsKey_GetParameters_ex() to handle hash algorithm. Change mass ForceZeros to smaller amounts with XMEMSET and setting to NULL or default valus. Allow signing of empty message. Other minor fixes. Fix API tests to work when WOLFSSL_LMS_MAX_HEIGHT/WOLFSSL_LMS_MAX_LEVELS are/is defined.