summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-27 09:05:32 +1000
committerPauli <pauli@openssl.org>2021-09-28 18:08:42 +1000
commit5fae7b432e3e2e14916bdcd1ad0fe594a27628c6 (patch)
tree344401320dee9dc9a6f559c31830dab84b546102 /doc/man7
parent4eb27149f066d567393771986f01267707982a7e (diff)
doc: note that these KDFs require the legacy provider to be available
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15968)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_KDF-PBKDF1.pod5
-rw-r--r--doc/man7/EVP_KDF-PVKKDF.pod5
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/man7/EVP_KDF-PBKDF1.pod b/doc/man7/EVP_KDF-PBKDF1.pod
index ae13765211..0d24325cd9 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<EVP_KDF_CTX_new(3)>,
L<EVP_KDF_CTX_free(3)>,
L<EVP_KDF_CTX_set_params(3)>,
L<EVP_KDF_derive(3)>,
-L<EVP_KDF(3)/PARAMETERS>
+L<EVP_KDF(3)/PARAMETERS>,
+L<OSSL_PROVIDER-legacy(7)>
=head1 HISTORY
diff --git a/doc/man7/EVP_KDF-PVKKDF.pod b/doc/man7/EVP_KDF-PVKKDF.pod
index 0d864d7169..08aff0c9e7 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<EVP_KDF(3)>,
@@ -50,7 +52,8 @@ L<EVP_KDF_CTX_new(3)>,
L<EVP_KDF_CTX_free(3)>,
L<EVP_KDF_CTX_set_params(3)>,
L<EVP_KDF_derive(3)>,
-L<EVP_KDF(3)/PARAMETERS>
+L<EVP_KDF(3)/PARAMETERS>,
+L<OSSL_PROVIDER-legacy(7)>
=head1 HISTORY