]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
cmp_client_test.c: disable KUR_bad_pkiConf_protection
authorDr. David von Oheimb <dev@ddvo.net>
Wed, 25 Mar 2026 12:21:33 +0000 (13:21 +0100)
committerEugene Syromiatnikov <esyr@openssl.org>
Thu, 26 Mar 2026 15:58:26 +0000 (16:58 +0100)
This is a workaround for an issue that lead to fuzz-checker CI failures;
the preliminary solution is to disable the inessential test case
test_exec_KUR_bad_pkiConf_protection.

References: https://github.com/openssl/openssl/pull/28973
Fixes: 525a4f1efbab "cmp_vfy.c,doc/,test/: when trying to use cached CMP message sender cert, no more check its revocation and chain"
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Thu Mar 26 15:58:42 2026
(Merged from https://github.com/openssl/openssl/pull/30567)

test/cmp_client_test.c

index f080fe161584ae05cc7edca2a6df464ef00603fa..7e3ab256e60c1935e02bbb3ecce04ab65209d6f9 100644 (file)
@@ -346,7 +346,7 @@ static int test_exec_KUR_ses_transfer_error(void)
 
 static int test_exec_KUR_bad_pkiConf_protection(void)
 {
-    return test_exec_KUR_ses(0, OSSL_CMP_PKIBODY_PKICONF, 0, 0);
+    return test_exec_KUR_ses(0, -1 /* disabled: OSSL_CMP_PKIBODY_PKICONF */, 0, 0);
 }
 
 static int test_exec_KUR_ses_wrong_popo(void)