aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-07-31 15:05:57 +0100
committerMatt Caswell <matt@openssl.org>2020-08-10 14:51:59 +0100
commit194de849ccb269272b71994edf988dc1cdbafc0d (patch)
tree2b976cdf01bbabcafaeea67206113f5fb0b0b279 /util
parent05d2f72e79cdb1736681726dcd9a325491acf002 (diff)
downloadopenssl-194de849ccb269272b71994edf988dc1cdbafc0d.zip
openssl-194de849ccb269272b71994edf988dc1cdbafc0d.tar.gz
openssl-194de849ccb269272b71994edf988dc1cdbafc0d.tar.bz2
Extend the EVP_PKEY KDF to KDF provider bridge to also support Scrypt
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12573)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 6b32883..a3fd0dd 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5234,3 +5234,9 @@ EVP_PKEY_CTX_set1_hkdf_salt ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_set1_hkdf_key ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_add1_hkdf_info ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_hkdf_mode ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set1_pbe_pass ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set1_scrypt_salt ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set_scrypt_N ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set_scrypt_r ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set_scrypt_p ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set_scrypt_maxmem_bytes ? 3_0_0 EXIST::FUNCTION: