]> git.ipfire.org Git - thirdparty/openssl.git/commit
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
authorAndreas Kretschmer <andreas.kretschmer@siemens.com>
Tue, 2 Apr 2019 09:16:53 +0000 (11:16 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 30 May 2019 10:18:52 +0000 (11:18 +0100)
commit8869ad4a39f13307ab710c1c53d97a46e144aef0
tree8d14c1743aef2a33d2401fc78a8c554bb8a78ce6
parentcec3901aa2ad09d504cb076100cf6e4b37d01775
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 1362190b1b78 of 2018-09-26

3rd chunk: CMP ASN.1 structures (in crypto/cmp/cmp_asn.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/8669)
26 files changed:
INSTALL
crypto/build.info
crypto/cmp/build.info [new file with mode: 0644]
crypto/cmp/cmp_asn.c [new file with mode: 0644]
crypto/cmp/cmp_err.c [new file with mode: 0644]
crypto/cmp/cmp_int.h [new file with mode: 0644]
crypto/crmf/crmf_asn.c
crypto/crmf/crmf_int.h
crypto/crmf/crmf_lib.c
crypto/crmf/crmf_pbm.c
crypto/err/err.c
crypto/err/err_all.c
crypto/err/openssl.ec
doc/man3/OSSL_CMP_ITAV_set0.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
doc/man3/d2i_X509.pod
include/openssl/cmp.h [new file with mode: 0644]
include/openssl/cmperr.h [new file with mode: 0644]
include/openssl/crmf.h
include/openssl/err.h
util/libcrypto.num