From 472a88b79e779342adc3b85b5bea318de038ae14 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 6 Apr 2020 18:18:18 +0100 Subject: Teach d2i_PrivateKey et al about libctx The Ed448 private key decoding makes algorithm fetches. Therefore we teach d2i_PrivateKey et al about libctx and make sure it is passed through the layers. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11494) --- util/libcrypto.num | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index 60202b9008..a867a3502f 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5050,3 +5050,7 @@ EVP_PKEY_get_ex_data ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_set_ec_paramgen_curve_name ? 3_0_0 EXIST::FUNCTION:EC EVP_PKEY_CTX_get_ec_paramgen_curve_name ? 3_0_0 EXIST::FUNCTION:EC EVP_PKEY_CTX_set_ec_paramgen_curve_nid ? 3_0_0 EXIST::FUNCTION:EC +d2i_PrivateKey_ex ? 3_0_0 EXIST::FUNCTION: +d2i_AutoPrivateKey_ex ? 3_0_0 EXIST::FUNCTION: +d2i_PrivateKey_ex_fp ? 3_0_0 EXIST::FUNCTION:STDIO +d2i_PrivateKey_ex_bio ? 3_0_0 EXIST::FUNCTION: -- cgit v1.2.1