From: Pauli Date: Fri, 21 Feb 2025 01:21:48 +0000 (+1100) Subject: fipsinstall: update tests to use corrent key gen test name X-Git-Tag: openssl-3.5.0-alpha1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd4ad73f0d527924c27a949df85ea8232447f2e;p=thirdparty%2Fopenssl.git fipsinstall: update tests to use corrent key gen test name Reviewed-by: Tim Hudson Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26859) --- diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t index 1e6eabe9769..0ebd4536b96 100644 --- a/test/recipes/03-test_fipsinstall.t +++ b/test/recipes/03-test_fipsinstall.t @@ -363,8 +363,8 @@ SKIP: { '-provider_name', 'fips', '-mac_name', 'HMAC', '-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey", '-section_name', 'fips_sect', - '-corrupt_desc', 'KEM_Keygen', - '-corrupt_type', 'KAT_KEM'])), + '-corrupt_desc', 'ML-KEM', + '-corrupt_type', 'KAT_AsymmetricKeyGeneration'])), "fipsinstall fails when the ML-KEM key generation result is corrupted"); ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,