]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/cmp/cmp_msg.c
Use the new ASN.1 libctx aware capabilities in CMP
authorMatt Caswell <matt@openssl.org>
Wed, 26 May 2021 16:18:13 +0000 (17:18 +0100)
committerPauli <pauli@openssl.org>
Sat, 5 Jun 2021 07:39:10 +0000 (17:39 +1000)
commitc6313780586f94b0542f55c3ffa399f5ad2c7297
tree4ee7a22fbbe0e507a1b974b5e2e45778836fed09
parent5dca2afca3f5de55f3de3a404ede1a96c6d9af26
Use the new ASN.1 libctx aware capabilities in CMP

Make sure we pass the libctx/propq around everywhere that we need it to
ensure we get provider keys when needed.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15591)
apps/cmp.c
crypto/cmp/cmp_asn.c
crypto/cmp/cmp_local.h
crypto/cmp/cmp_msg.c
crypto/x509/x_pubkey.c
include/openssl/cmp.h.in
test/cmp_protect_test.c
test/cmp_server_test.c
test/cmp_vfy_test.c
test/helpers/cmp_testlib.c
test/helpers/cmp_testlib.h