summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-05-28 17:19:36 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-13 15:13:21 +0200
commit430efff1b9baa36099b5443c924f96b854e00300 (patch)
tree1df811cb6136cdd94f11851606d0f01bd651047a /fuzz
parentca6f1ba9037e019d9f45b7751f36c8e72488632d (diff)
Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()
Bugfix: allow using extraCerts contained in msg already while checking signature Improve function name, simplify its return value, and update its documentation Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11998)
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/cmp.c b/fuzz/cmp.c
index 6883a286ff..100350ebfe 100644
--- a/fuzz/cmp.c
+++ b/fuzz/cmp.c
@@ -94,7 +94,7 @@ static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg)
OSSL_CMP_ITAV_free);
break;
default:
- (void)ossl_cmp_msg_check_received(ctx, msg, allow_unprotected, 0);
+ (void)ossl_cmp_msg_check_update(ctx, msg, allow_unprotected, 0);
break;
}
err: