Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_mock_srv_new()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 13 May 2020 07:28:24 +0000 (09:28 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 21 Aug 2020 07:04:11 +0000 (09:04 +0200)
commit1a7cd250ad55a3c9d684a7259c20ea8075c2b08b
treea0b9578bdfbe5d577a9077a33a631d480be42c74
parent7b1a3a506273bc043cefd7c2202300a9bf81daa0
Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_mock_srv_new()

Also remove not really to-the-point error message if call fails in apps/cmp.c

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11808)
18 files changed:
apps/cmp.c
apps/cmp_mock_srv.c
apps/cmp_mock_srv.h
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_server.c
doc/internal/man3/ossl_cmp_mock_srv_new.pod
doc/man3/OSSL_CMP_CTX_new.pod
doc/man3/OSSL_CMP_SRV_CTX_new.pod
fuzz/cmp.c
include/openssl/cmp.h
test/cmp_client_test.c
test/cmp_ctx_test.c
test/cmp_hdr_test.c
test/cmp_msg_test.c
test/cmp_protect_test.c
test/cmp_server_test.c
test/cmp_vfy_test.c