From: Pauli Date: Sun, 26 Sep 2021 23:05:32 +0000 (+1000) Subject: doc: note that these KDFs require the legacy provider to be available X-Git-Tag: openssl-3.2.0-alpha1~3515 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fae7b432e3e2e14916bdcd1ad0fe594a27628c6;p=thirdparty%2Fopenssl.git doc: note that these KDFs require the legacy provider to be available Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15968) --- diff --git a/doc/man7/EVP_KDF-PBKDF1.pod b/doc/man7/EVP_KDF-PBKDF1.pod index ae13765211d..0d24325cd9c 100644 --- a/doc/man7/EVP_KDF-PBKDF1.pod +++ b/doc/man7/EVP_KDF-PBKDF1.pod @@ -53,6 +53,8 @@ of candidate passwords. No assumption is made regarding the given password; it is simply treated as a byte sequence. +The legacy provider needs to be available in order to access this algorithm. + =head1 CONFORMING TO RFC 8018 @@ -64,7 +66,8 @@ L, L, L, L, -L +L, +L =head1 HISTORY diff --git a/doc/man7/EVP_KDF-PVKKDF.pod b/doc/man7/EVP_KDF-PVKKDF.pod index 0d864d71695..08aff0c9e75 100644 --- a/doc/man7/EVP_KDF-PVKKDF.pod +++ b/doc/man7/EVP_KDF-PVKKDF.pod @@ -43,6 +43,8 @@ encryption algorithm from a password in the "pass" and a salt in "salt". No assumption is made regarding the given password; it is simply treated as a byte sequence. +The legacy provider needs to be available in order to access this algorithm. + =head1 SEE ALSO L, @@ -50,7 +52,8 @@ L, L, L, L, -L +L, +L =head1 HISTORY