Skip to content

Commit

Permalink
fixup! Add the ML-KEM hybrids to the base provider
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Feb 10, 2025
1 parent 7495728 commit 8a964e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sslapitest.c
Original file line number Diff line number Diff line change
Expand Up @@ -5105,7 +5105,7 @@ static int test_key_exchange(int idx)

if (is_fips && fips_provider_version_lt(libctx, 3, 5, 0)
&& idx >= 12 && idx <= 19)
TEST_skip("ML-KEM not supported in this version of fips provider");
return TEST_skip("ML-KEM not supported in this version of fips provider");

if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(),
TLS_client_method(), TLS1_VERSION,
Expand Down

0 comments on commit 8a964e8

Please sign in to comment.