]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Revert "tests: temporarily skip MLDSA pkcs11-provider test"
authorOndrej Moris <omoris@redhat.com>
Tue, 16 Dec 2025 15:08:53 +0000 (16:08 +0100)
committerNeil Horman <nhorman@openssl.org>
Wed, 17 Dec 2025 20:07:40 +0000 (15:07 -0500)
This reverts commit 2b97f4d300f18b209983046f49e12f3028ba79f5.

Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28717)

test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh

index a45984cee18766368bc9a7e7358ac271a40c4d86..1e67350c8c54c49d3ec645af4bf4e8462f0199ce 100755 (executable)
@@ -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