Fix EVP_KDF_scrypt so that is uses a propq for its fetch.
authorShane Lontis <shane.lontis@oracle.com>
Tue, 22 Sep 2020 05:45:17 +0000 (15:45 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 23 Sep 2020 07:31:40 +0000 (17:31 +1000)
commit26496f5a5cc44f3250198d22b353403a54f5e29b
treea712876eefc584a8a79a7d115a673e61fc266502
parent719523c76df0850ba736ede48cc86d48eed9f725
Fix EVP_KDF_scrypt so that is uses a propq for its fetch.

The parameter can be set via settable parameter OSSL_KDF_PARAM_PROPERTIES

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12944)
doc/man7/EVP_KDF-SCRYPT.pod
providers/implementations/kdfs/scrypt.c