From 8e3cced75fb5fee5da59ebef9605d403a999391b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 30 Jul 2018 15:39:41 +0100 Subject: Provide EC functions that are not curve type specific Some EC functions exist in *_GFp and *_GF2m forms, in spite of the implementations between the two curve types being identical. This commit provides equivalent generic functions with the *_GFp and *_GF2m forms just calling the generic functions. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6815) --- util/libcrypto.num | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index f193729f71..18f0f45d06 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4569,3 +4569,8 @@ EVP_PKEY_asn1_set_get_priv_key 4520 1_1_1 EXIST::FUNCTION: EVP_PKEY_asn1_set_get_pub_key 4521 1_1_1 EXIST::FUNCTION: EVP_PKEY_set_alias_type 4522 1_1_1 EXIST::FUNCTION: RAND_keep_random_devices_open 4523 1_1_1 EXIST::FUNCTION: +EC_POINT_set_compressed_coordinates 4524 1_1_1 EXIST::FUNCTION:EC +EC_POINT_set_affine_coordinates 4525 1_1_1 EXIST::FUNCTION:EC +EC_POINT_get_affine_coordinates 4526 1_1_1 EXIST::FUNCTION:EC +EC_GROUP_set_curve 4527 1_1_1 EXIST::FUNCTION:EC +EC_GROUP_get_curve 4528 1_1_1 EXIST::FUNCTION:EC -- cgit v1.2.3