summaryrefslogtreecommitdiffstats
path: root/util/other.syms
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-09 16:24:07 +0100
committerMatt Caswell <matt@openssl.org>2020-10-20 16:39:41 +0100
commit0a737e16b2bc333cc3a8727458acc5460be10e0e (patch)
tree7f48869dad6e9a899d7962cdba1e532db262894f /util/other.syms
parent3795b2a302fe0bd49118605f8692591e971c4608 (diff)
Deprecate EVP_PKEY_set1_tls_encodedpoint()
Also deprecate EVP_PKEY_get1_tls_encodedpoint(). The preferred alternative is EVP_PKEY_set1_encoded_public_key() and EVP_PKEY_get1_encoded_public_key(). Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13105)
Diffstat (limited to 'util/other.syms')
-rw-r--r--util/other.syms2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index e5d98a9877..aa85ffa26a 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -601,3 +601,5 @@ OSSL_TRACE1 define
OSSL_TRACE2 define
OSSL_TRACE9 define
TS_VERIFY_CTS_set_certs define deprecated 3.0.0
+EVP_PKEY_get1_tls_encodedpoint define deprecated 3.0.0
+EVP_PKEY_set1_tls_encodedpoint define deprecated 3.0.0