chunk 6 of CMP contribution to OpenSSL
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 5 Nov 2019 08:56:59 +0000 (09:56 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 12 Dec 2019 10:57:25 +0000 (10:57 +0000)
commit3dbc5156b0b2c7a57be160706e6ad38a14edae37
treee86c4b137be850621acfd835398b4bc1cf699467
parent0402c90ff9caac4c680e3cb6db7729e00d3fc20b
chunk 6 of CMP contribution to OpenSSL

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10297)
39 files changed:
crypto/cmp/build.info
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_err.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_msg.c [new file with mode: 0644]
crypto/cmp/cmp_protect.c [new file with mode: 0644]
crypto/cmp/cmp_status.c
crypto/crmf/crmf_asn.c
crypto/crmf/crmf_lib.c
crypto/crmf/crmf_local.h
crypto/crmf/crmf_pbm.c
crypto/err/openssl.txt
doc/man3/OSSL_CMP_MSG_get0_header.pod [new file with mode: 0644]
include/openssl/cmp.h
include/openssl/cmp_util.h
include/openssl/cmperr.h
test/build.info
test/cmp_asn_test.c
test/cmp_ctx_test.c
test/cmp_hdr_test.c
test/cmp_msg_test.c [new file with mode: 0644]
test/cmp_protect_test.c [new file with mode: 0644]
test/cmp_testlib.h
test/recipes/65-test_cmp_msg.t [new file with mode: 0644]
test/recipes/65-test_cmp_msg_data/pkcs10.der [new file with mode: 0644]
test/recipes/65-test_cmp_msg_data/server.crt [new file with mode: 0644]
test/recipes/65-test_cmp_protect.t [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/EndEntity1.crt [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/EndEntity2.crt [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/IP_PBM.der [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/IP_PBM.txt [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/IR_protected.der [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/IR_unprotected.der [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/Intermediate_CA.crt [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/Root_CA.crt [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/server.crt [new file with mode: 0644]
test/recipes/65-test_cmp_protect_data/server.pem [new file with mode: 0644]
util/libcrypto.num
util/other.syms