]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Make evp_pkey_ctx_get0_libctx/propq public API
authorMatt Caswell <matt@openssl.org>
Mon, 12 Oct 2020 16:12:03 +0000 (17:12 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 15 Oct 2020 09:00:28 +0000 (10:00 +0100)
commit29000e43ea257bf54f6ccb2064b3744853b821b2
tree37790003f0f3683ec8cc8836499afb2844b90fa9
parent0d30e15a57fdd9c27a9148c17289a1005345f0c7
Make evp_pkey_ctx_get0_libctx/propq public API

These were previously added as an internal API. But since the CMS code
needs them, other code might do too.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13088)
crypto/cms/cms_ec.c
crypto/evp/pmeth_lib.c
doc/man3/EVP_PKEY_CTX_get0_libctx.pod [new file with mode: 0644]
include/crypto/evp.h
include/openssl/evp.h
util/libcrypto.num