diff options
Diffstat (limited to 'upstream/debian-unstable/man7/EVP_KDF-PBKDF1.7ssl')
-rw-r--r-- | upstream/debian-unstable/man7/EVP_KDF-PBKDF1.7ssl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/upstream/debian-unstable/man7/EVP_KDF-PBKDF1.7ssl b/upstream/debian-unstable/man7/EVP_KDF-PBKDF1.7ssl index ad301467..dbe61913 100644 --- a/upstream/debian-unstable/man7/EVP_KDF-PBKDF1.7ssl +++ b/upstream/debian-unstable/man7/EVP_KDF-PBKDF1.7ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "EVP_KDF-PBKDF1 7SSL" -.TH EVP_KDF-PBKDF1 7SSL 2024-02-03 3.1.5 OpenSSL +.TH EVP_KDF-PBKDF1 7SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -105,6 +105,8 @@ of candidate passwords. .PP No assumption is made regarding the given password; it is simply treated as a byte sequence. +.PP +The legacy provider needs to be available in order to access this algorithm. .SH "CONFORMING TO" .IX Header "CONFORMING TO" RFC 8018 @@ -115,13 +117,14 @@ RFC 8018 \&\fBEVP_KDF_CTX_free\fR\|(3), \&\fBEVP_KDF_CTX_set_params\fR\|(3), \&\fBEVP_KDF_derive\fR\|(3), -"PARAMETERS" in \fBEVP_KDF\fR\|(3) +"PARAMETERS" in \fBEVP_KDF\fR\|(3), +\&\fBOSSL_PROVIDER\-legacy\fR\|(7) .SH HISTORY .IX Header "HISTORY" This functionality was added in OpenSSL 3.0. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2021\-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2021 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |