summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-09 14:19:42 +0100
committerMatt Caswell <matt@openssl.org>2020-10-20 16:39:41 +0100
commit5ac8fb584a0ba8e4223e98b87a5416d67340360e (patch)
treed127cc3bc9bb60a2c0a0da2dab13b9ed779eb4dd /util
parent6a13c9c9842f54ed8d98c6f37cc4ae6c1cde8b7a (diff)
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
We do the same thing for the "get1" version. In reality this has broader use than just TLS (it can also be used in CMS), and "encodedpoint" only makes sense when you are talking about EC based algorithms. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13105)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 4 insertions, 2 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 6c0fae783b..4fa6d9e50e 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4046,8 +4046,8 @@ X509_STORE_lock 4134 3_0_0 EXIST::FUNCTION:
X509_set_proxy_pathlen 4135 3_0_0 EXIST::FUNCTION:
X509_get_proxy_pathlen 4136 3_0_0 EXIST::FUNCTION:
DSA_bits 4137 3_0_0 EXIST::FUNCTION:DSA
-EVP_PKEY_set1_tls_encodedpoint 4138 3_0_0 EXIST::FUNCTION:
-EVP_PKEY_get1_tls_encodedpoint 4139 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set1_tls_encodedpoint 4138 3_0_0 NOEXIST::FUNCTION:
+EVP_PKEY_get1_tls_encodedpoint 4139 3_0_0 NOEXIST::FUNCTION:
ASN1_STRING_get0_data 4140 3_0_0 EXIST::FUNCTION:
X509_SIG_getm 4141 3_0_0 EXIST::FUNCTION:
X509_get0_serialNumber 4142 3_0_0 EXIST::FUNCTION:
@@ -5290,3 +5290,5 @@ OSSL_DECODER_from_data ? 3_0_0 EXIST::FUNCTION:
OSSL_ENCODER_to_data ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_get0_libctx ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_get0_propq ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set1_encoded_public_key ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_get1_encoded_public_key ? 3_0_0 EXIST::FUNCTION: