Skip to content

Commit 95defdb

Browse files
committed
fipsinstall: update tests to use corrent key gen test name
1 parent 16e3aa5 commit 95defdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/recipes/03-test_fipsinstall.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ SKIP: {
363363
'-provider_name', 'fips', '-mac_name', 'HMAC',
364364
'-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey",
365365
'-section_name', 'fips_sect',
366-
'-corrupt_desc', 'KEM_Keygen',
367-
'-corrupt_type', 'KAT_KEM'])),
366+
'-corrupt_desc', 'ML-KEM',
367+
'-corrupt_type', 'KAT_AsymmetricKeyGeneration'])),
368368
"fipsinstall fails when the ML-KEM key generation result is corrupted");
369369

370370
ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,

0 commit comments

Comments
 (0)