Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 28 May 2020 15:19:36 +0000 (17:19 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 13 Jun 2020 13:13:21 +0000 (15:13 +0200)
commit430efff1b9baa36099b5443c924f96b854e00300
tree1df811cb6136cdd94f11851606d0f01bd651047a
parentca6f1ba9037e019d9f45b7751f36c8e72488632d
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)
crypto/cmp/cmp_client.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_server.c
crypto/cmp/cmp_vfy.c
doc/internal/man3/ossl_cmp_msg_check_received.pod [deleted file]
doc/internal/man3/ossl_cmp_msg_check_update.pod [new file with mode: 0644]
fuzz/cmp.c
test/cmp_client_test.c
test/cmp_vfy_test.c