diff --git a/lib/wolfssl b/lib/wolfssl index 59f4fa5..ac01707 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit 59f4fa568615396fbf381b073b220d1e8d61e4c2 +Subproject commit ac01707f552c611fbd135cc723b2682b3e7f80f2 diff --git a/scripts/build_ffi.py b/scripts/build_ffi.py index 411fc9f..6807edf 100644 --- a/scripts/build_ffi.py +++ b/scripts/build_ffi.py @@ -235,9 +235,7 @@ def make_flags(prefix, fips): # ML-KEM flags.append("--enable-mlkem") - # ML-DSA (note: to be able to use the legacy option of signing without context, pass `yes,draft` as - # argument -- wolfSSL has no `no-ctx` option; `draft` defines WOLFSSL_DILITHIUM_FIPS204_DRAFT, which - # also switches to the pre-FIPS-204 draft signature format) + # ML-DSA (note: to be able to use the legacy option of signing without context, pass `yes,no-ctx` as argument) flags.append("--enable-mldsa=yes") # disabling other configs enabled by default