]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/cmp/cmp_err.c
CMP: Add missing getter functions to CRMF API and CMP API
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 16 Jun 2021 08:26:26 +0000 (10:26 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Jun 2021 08:38:23 +0000 (10:38 +0200)
commit7df56adac7cf58b4ad3e8e34077ccd988263f408
tree19132b8de64b3b271c72fae4bd744bf8aa1746c0
parentb9bc8eb0546b22d7b23b25dc62eb5a459f745b98
CMP: Add missing getter functions to CRMF API and CMP API

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15790)
18 files changed:
crypto/cmp/cmp_client.c
crypto/cmp/cmp_err.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_msg.c
crypto/cmp/cmp_server.c
crypto/cmp/cmp_vfy.c
crypto/crmf/crmf_lib.c
crypto/err/openssl.txt
doc/man3/OSSL_CMP_MSG_get0_header.pod
doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod
doc/man3/OSSL_CRMF_MSG_set0_validity.pod
doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod
doc/man3/OSSL_CRMF_MSG_set1_regInfo_certReq.pod
include/openssl/cmp.h.in
include/openssl/cmperr.h
include/openssl/crmf.h.in
test/cmp_server_test.c
util/libcrypto.num