From cefa762ee5c28359986c6af5bf4db4e901f75846 Mon Sep 17 00:00:00 2001 From: Johannes Bauer Date: Sat, 22 Jul 2017 20:04:55 +0200 Subject: Add interface to the scrypt KDF by means of PKEY_METHOD Add an interface that allows accessing the scrypt KDF as a PKEY_METHOD. This fixes #4021 (at least for the scrypt portion of the issue). Reviewed-by: Paul Dale Reviewed-by: Stephen Henson (Merged from https://github.com/openssl/openssl/pull/4026) --- crypto/include/internal/evp_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/include') diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h index 635e7b5b87..be1b9be926 100644 --- a/crypto/include/internal/evp_int.h +++ b/crypto/include/internal/evp_int.h @@ -91,6 +91,7 @@ extern const EVP_PKEY_METHOD ed25519_pkey_meth; extern const EVP_PKEY_METHOD hmac_pkey_meth; extern const EVP_PKEY_METHOD rsa_pkey_meth; extern const EVP_PKEY_METHOD rsa_pss_pkey_meth; +extern const EVP_PKEY_METHOD scrypt_pkey_meth; extern const EVP_PKEY_METHOD tls1_prf_pkey_meth; extern const EVP_PKEY_METHOD hkdf_pkey_meth; extern const EVP_PKEY_METHOD poly1305_pkey_meth; -- cgit v1.2.3