]> git.ipfire.org Git - thirdparty/openssl.git/commit
Strengthen chain building for CMP
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 4 Sep 2020 13:24:14 +0000 (15:24 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 5 Sep 2020 16:11:12 +0000 (18:11 +0200)
commit15076c26d794dbbdc5413a72e7feded0c9a2ba07
tree19ed48870fcc21002b9053e3e9d3f8ca5d584be7
parent39082af2fa6549c3d92c917ea5a423bca57c7b42
Strengthen chain building for CMP

* Add -own_trusted option to CMP app
* Add OSSL_CMP_CTX_build_cert_chain()
* Add optional trust store arg to ossl_cmp_build_cert_chain()
* Extend the tests in cmp_protect_test.c and the documentation accordingly

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12791)
14 files changed:
apps/cmp.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_err.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_protect.c
crypto/cmp/cmp_util.c
crypto/err/openssl.txt
doc/internal/man3/ossl_cmp_msg_protect.pod
doc/man1/openssl-cmp.pod.in
doc/man3/OSSL_CMP_CTX_new.pod
include/openssl/cmp.h
include/openssl/cmperr.h
test/cmp_protect_test.c
util/libcrypto.num