From 5fd4ad73f0d527924c27a949df85ea8232447f2e Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 21 Feb 2025 12:21:48 +1100 Subject: [PATCH] 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) --- test/recipes/03-test_fipsinstall.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.2