From 14711fffbf2726f94d6a05d8f9cbae7fe7a4bc09 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 18 Sep 2020 20:46:08 +0200 Subject: EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys This also deprecates the function, as it is not necessary any more, and should fall out of use. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/12920) --- util/libcrypto.num | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index 851d5bb..de15e23 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4394,7 +4394,7 @@ EVP_PKEY_get_raw_public_key 4518 3_0_0 EXIST::FUNCTION: EVP_PKEY_get_raw_private_key 4519 3_0_0 EXIST::FUNCTION: EVP_PKEY_asn1_set_get_priv_key 4520 3_0_0 EXIST::FUNCTION: EVP_PKEY_asn1_set_get_pub_key 4521 3_0_0 EXIST::FUNCTION: -EVP_PKEY_set_alias_type 4522 3_0_0 EXIST::FUNCTION: +EVP_PKEY_set_alias_type 4522 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0 RAND_keep_random_devices_open 4523 3_0_0 EXIST::FUNCTION: EC_POINT_set_compressed_coordinates 4524 3_0_0 EXIST::FUNCTION:EC EC_POINT_set_affine_coordinates 4525 3_0_0 EXIST::FUNCTION:EC -- cgit v1.1