]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/cmperr.h
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 10 Aug 2019 12:07:22 +0000 (14:07 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Sep 2019 09:53:11 +0000 (10:53 +0100)
commit7960dbec6801c1c98c848b81ca00e73625e8970b
tree58045a9618ce5668f8b95b966810a35b3285deb3
parent0c452a51a5dfe061e5080ae484f1cd06772d8f47
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
    Also includes CRMF (RFC 4211) and HTTP transfer (RFC 6712)

    CMP and CRMF API is added to libcrypto, and the "cmp" app to the openssl CLI.
        Adds extensive man pages and tests.  Integration into build scripts.

    Incremental pull request based on OpenSSL commit 8869ad4a39f of 2019-04-02

    4th chunk: CMP context/parameters and utilities
    in crypto/cmp/cmp_ctx.c, crypto/cmp/cmp_util.c, and related files

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9107)
38 files changed:
crypto/cmp/build.info
crypto/cmp/cmp_asn.c
crypto/cmp/cmp_ctx.c [new file with mode: 0644]
crypto/cmp/cmp_err.c
crypto/cmp/cmp_int.h
crypto/cmp/cmp_util.c [new file with mode: 0644]
crypto/crmf/crmf_int.h
crypto/crmf/crmf_lib.c
crypto/crmf/crmf_pbm.c
crypto/err/openssl.txt
crypto/init.c
doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_ctx_set1_caPubs.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_sk_X509_add1_cert.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_CTX_new.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_ITAV_set0.pod
doc/man3/OSSL_CMP_log_open.pod [new file with mode: 0644]
doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod
doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod
doc/man3/OSSL_CRMF_MSG_set1_regInfo_certReq.pod
doc/man3/OSSL_CRMF_MSG_set_validity.pod
doc/man3/OSSL_CRMF_pbmp_new.pod
doc/man3/X509_dup.pod
include/openssl/cmp.h
include/openssl/cmp_util.h [new file with mode: 0644]
include/openssl/cmperr.h
include/openssl/crmf.h
include/openssl/ocsp.h
include/openssl/trace.h
test/build.info
test/cmp_asn_test.c [new file with mode: 0644]
test/cmp_ctx_test.c [new file with mode: 0644]
test/cmp_testlib.c [new file with mode: 0644]
test/cmp_testlib.h [new file with mode: 0644]
test/recipes/65-test_cmp_asn.t [new file with mode: 0644]
test/recipes/65-test_cmp_ctx.t [new file with mode: 0644]
util/libcrypto.num
util/private.num