summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-05 14:06:41 +0000
committerMatt Caswell <matt@openssl.org>2018-03-15 12:47:27 +0000
commita08802ce296a90d8cf9032987b0dac959ccf00ad (patch)
tree25dba98c7dbf1e46afdaeeec5348016045485e20 /util/libcrypto.num
parent9e381e8a018592a2a42e83df402e1ef921469e9f (diff)
Add functions to create an EVP_PKEY from raw private/public key data
Not all algorithms will support this, since their keys are not a simple block of data. But many can. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5520)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index a96bd2f799..401d9fd9f6 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4522,3 +4522,5 @@ OSSL_STORE_LOADER_set_find 4463 1_1_1 EXIST::FUNCTION:
OSSL_STORE_SEARCH_free 4464 1_1_1 EXIST::FUNCTION:
OSSL_STORE_SEARCH_get0_digest 4465 1_1_1 EXIST::FUNCTION:
RAND_DRBG_set_reseed_defaults 4466 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_new_private_key 4467 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_new_public_key 4468 1_1_1 EXIST::FUNCTION: