Files
wolfssl/.github/workflows
Tobias Frauenschläger 961d5c8a74 CMake: wire WOLFSSL_HAVE_XMSS and add XMSS verify-only/small sub-options
CMake accepted -DWOLFSSL_XMSS=1 but never emitted WOLFSSL_HAVE_XMSS, so
wc_xmss.c compiled empty and options.h advertised no XMSS support. Add the
missing definition block (mirroring LMS) plus WOLFSSL_XMSSVERIFYONLY and
WOLFSSL_XMSSSMALL sub-options for parity with autotools --enable-xmss=
verify-only,small, and expose all three in the generated options.h.

Also enable WOLFSSL_XMSS in the cmake.yml CI build, which tested LMS but
not XMSS -- the blind spot that let this regression through.
2026-07-17 08:37:35 +02:00
..
2026-04-24 17:07:37 +02:00
2026-05-21 13:19:29 -07:00
2024-12-09 13:38:07 +01:00
2024-12-09 12:42:32 +01:00
2026-05-21 13:19:29 -07:00
2026-07-08 07:53:53 +10:00