]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/cmperr.h
CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 17 Sep 2022 08:56:21 +0000 (10:56 +0200)
committerPauli <pauli@openssl.org>
Sun, 16 Jul 2023 22:48:36 +0000 (08:48 +1000)
commit01b048513153bdbee3efc82389d38d353352a7f1
treef22d8f0a44aeb740bc8a7ab837605f82dc10d8f3
parent1a9e28607e29a1dc996024f03f445ca67b49a44f
CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21129)
22 files changed:
apps/cmp.c
apps/include/cmp_mock_srv.h
apps/lib/cmp_mock_srv.c
crypto/cmp/cmp_asn.c
crypto/cmp/cmp_err.c
crypto/cmp/cmp_genm.c
crypto/cmp/cmp_local.h
crypto/err/openssl.txt
doc/internal/man3/ossl_cmp_mock_srv_new.pod
doc/man1/openssl-cmp.pod.in
doc/man3/OSSL_CMP_ITAV_new_caCerts.pod
doc/man3/OSSL_CMP_exec_certreq.pod
include/openssl/cmp.h.in
include/openssl/cmperr.h
test/recipes/80-test_cmp_http.t
test/recipes/80-test_cmp_http_data/Mock/newWithNew.pem [new file with mode: 0644]
test/recipes/80-test_cmp_http_data/Mock/newWithOld.pem [new file with mode: 0644]
test/recipes/80-test_cmp_http_data/Mock/oldWithNew.pem [new file with mode: 0644]
test/recipes/80-test_cmp_http_data/Mock/oldWithOld.pem [new file with mode: 0644]
test/recipes/80-test_cmp_http_data/Mock/server.cnf
test/recipes/80-test_cmp_http_data/test_commands.csv
util/libcrypto.num