chunk 5 of CMP contribution to OpenSSL
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 27 Sep 2019 08:22:23 +0000 (10:22 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 29 Oct 2019 14:17:39 +0000 (14:17 +0000)
commit4dde554c6ae2375ce53b24cc535124355c339462
treea60fc6631418823956f1553307f524f1017cbd16
parent0a4d6c67480a4d2fce514e08d3efe571f2ee99c9
chunk 5 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/10036)
22 files changed:
crypto/cmp/build.info
crypto/cmp/cmp_asn.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_err.c
crypto/cmp/cmp_hdr.c [new file with mode: 0644]
crypto/cmp/cmp_local.h
crypto/cmp/cmp_status.c [new file with mode: 0644]
crypto/err/openssl.txt
doc/internal/man3/ossl_cmp_hdr_init.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_statusinfo_new.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_CTX_snprint_PKIStatus.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_HDR_get0_transactionID.pod [new file with mode: 0644]
include/openssl/cmp.h
include/openssl/cmperr.h
test/build.info
test/cmp_asn_test.c
test/cmp_ctx_test.c
test/cmp_hdr_test.c [new file with mode: 0644]
test/cmp_status_test.c [new file with mode: 0644]
test/recipes/65-test_cmp_hdr.t [new file with mode: 0644]
test/recipes/65-test_cmp_status.t [new file with mode: 0644]
util/libcrypto.num