diff options
author | David Makepeace <david.p.makepeace@oracle.com> | 2018-06-21 23:16:18 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-13 12:11:49 +0100 |
commit | 5a285addbf39f91d567f95f04b2b41764127950d (patch) | |
tree | 4cdf512d4217da5b6b959552a20a33b6a23a9aaa /util/private.num | |
parent | Sparse array limit testing: reduce the range limit for the number of bits (diff) | |
download | openssl-5a285addbf39f91d567f95f04b2b41764127950d.tar.xz openssl-5a285addbf39f91d567f95f04b2b41764127950d.zip |
Added new EVP/KDF API.
Changed PKEY/KDF API to call the new API.
Added wrappers for PKCS5_PBKDF2_HMAC() and EVP_PBE_scrypt() to call the new EVP KDF APIs.
Documentation updated.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6674)
Diffstat (limited to '')
-rw-r--r-- | util/private.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index 6fe4392581..383284169f 100644 --- a/util/private.num +++ b/util/private.num @@ -22,6 +22,7 @@ CRYPTO_EX_dup datatype CRYPTO_EX_free datatype CRYPTO_EX_new datatype DTLS_timer_cb datatype +EVP_KDF_CTX datatype EVP_MAC datatype EVP_MAC_CTX datatype EVP_PKEY_gen_cb datatype |