You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
43.2 (Medium): tests/api/test_mldsa.c::test_wc_dilithium_sign_pubonly_fails and
test_wc_dilithium_sign_vfy now bracket their wc_dilithium_sign_* calls with
PRIVATE_KEY_UNLOCK() / PRIVATE_KEY_LOCK() macros so they continue to exercise
the underlying BAD_FUNC_ARG / sign-verify-roundtrip paths after the v7.0.0 FIPS
ML-DSA sign wrappers gained the privateKeyReadEnable contract enforcement
(FIPS 140-3 sec 7.10.2 CSP access control, parity with SLH-DSA sign wrappers).
The macros expand to no-ops in non-FIPS builds.
0 commit comments