summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-01-18 16:05:43 +0000
committerTomas Mraz <tomas@openssl.org>2021-01-26 15:26:17 +0100
commit3d34bedfd7fb9120b6eb7b05c25cd0c3de14c562 (patch)
tree93c946b1f048024e1b46926a4add46e7d3f74732 /util
parent5b5eea4b60b682009d2b15587c9ceeae5e9c73f8 (diff)
Add EVP_PKEY functions to get EC conv form and field type
libssl at the moment downgrades an EVP_PKEY to an EC_KEY object in order to get the conv form and field type. Instead we provide EVP_PKEY level functions to do this. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13139)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 964ac7d725..509c694d69 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5294,3 +5294,5 @@ EVP_PKEY_set_size_t_param ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_set_bn_param ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_set_utf8_string_param ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_set_octet_string_param ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_get_ec_point_conv_form ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_get_field_type ? 3_0_0 EXIST::FUNCTION: