From: Ondrej Moris Date: Tue, 16 Dec 2025 15:08:53 +0000 (+0100) Subject: Revert "tests: temporarily skip MLDSA pkcs11-provider test" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e547988940b0c4d6363d2abd0d76f0942442b102;p=thirdparty%2Fopenssl.git Revert "tests: temporarily skip MLDSA pkcs11-provider test" This reverts commit 2b97f4d300f18b209983046f49e12f3028ba79f5. Reviewed-by: Simo Sorce Reviewed-by: Dmitry Belyavskiy Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28717) --- diff --git a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh index a45984cee18..1e67350c8c5 100755 --- a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh +++ b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh @@ -64,7 +64,7 @@ echo "Running tests" echo "------------------------------------------------------------------" # For maintenance reasons and simplicity we only run test with kryoptic token -SUPPORT_ML_DSA=0 meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic +meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic if [ $? -ne 0 ]; then cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt