Explicitly mention PKCS5_PBKDF2_HMAC in EVP doc.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 82c4d79318
)
This commit is contained in:
parent
34cdff92e9
commit
31909e7968
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ If the total key and IV length is less than the digest length and
|
|||
B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5
|
||||
otherwise a non standard extension is used to derive the extra data.
|
||||
|
||||
Newer applications should use more standard algorithms such as PBKDF2 as
|
||||
defined in PKCS#5v2.1 for key derivation.
|
||||
Newer applications should use a more modern algorithm such as PBKDF2 as
|
||||
defined in PKCS#5v2.1 and provided by PKCS5_PBKDF2_HMAC.
|
||||
|
||||
=head1 KEY DERIVATION ALGORITHM
|
||||
|
||||
|
|
Loading…
Reference in a new issue