Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 13 Aug 2020 15:44:54 +0000 (17:44 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 21 Aug 2020 07:04:13 +0000 (09:04 +0200)
commit6d1f50b520ce0a2eaa624686a26ffd4a5af00d93
treed094306e91bd79803bb49a9323ec36bd122ecb4e
parentcac30a69bcadcfcf5beb034abf958bbcdb8b83cb
Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11808)
28 files changed:
apps/cmp.c
crypto/cmp/cmp_client.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_err.c
crypto/cmp/cmp_hdr.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_msg.c
crypto/cmp/cmp_protect.c
crypto/cmp/cmp_server.c
crypto/cmp/cmp_util.c
crypto/cmp/cmp_vfy.c
crypto/crmf/crmf_err.c
crypto/crmf/crmf_lib.c
crypto/crmf/crmf_pbm.c
crypto/err/openssl.txt
doc/internal/man3/ossl_cmp_msg_protect.pod
doc/internal/man3/ossl_cmp_pkisi_get_status.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
doc/man3/OSSL_CRMF_pbmp_new.pod
include/openssl/cmperr.h
include/openssl/crmf.h
include/openssl/crmferr.h
test/cmp_msg_test.c
test/cmp_protect_test.c
test/cmp_vfy_test.c