From: Tomas Mraz Date: Mon, 13 Jan 2025 19:56:34 +0000 (+0100) Subject: Temporarily disable oqsprovider testing X-Git-Tag: openssl-3.5.0-alpha1~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a377f04b26fdc596d3b4d30cffd04b760aa0d15;p=thirdparty%2Fopenssl.git Temporarily disable oqsprovider testing Reviewed-by: Dmitry Belyavskiy Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26328) --- diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh index 49d7ed0945c..11f2f7704a4 100755 --- a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh +++ b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh @@ -83,4 +83,6 @@ export OPENSSL_CONF=$OQS_PROVIDER_TESTSCRIPTS/openssl-ca.cnf # Be verbose if harness is verbose: # Fixup for oqsprovider release snafu: cp $SRCTOP/test/recipes/95-test_external_oqsprovider_data/oqsprovider-pkcs12gen.sh $SRCTOP/oqs-provider/scripts/ -$SRCTOP/oqs-provider/scripts/runtests.sh -V + +echo oqsprovider is currently not compatible with our ML-KEM implementation +# $SRCTOP/oqs-provider/scripts/runtests.sh -V