diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_BytesToKey.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_BytesToKey.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_BytesToKey.pod b/src/lib/libcrypto/doc/EVP_BytesToKey.pod index 0ea7d55c0f..fe4c0a9194 100644 --- a/src/lib/libcrypto/doc/EVP_BytesToKey.pod +++ b/src/lib/libcrypto/doc/EVP_BytesToKey.pod | |||
@@ -36,8 +36,8 @@ If the total key and IV length is less than the digest length and | |||
36 | B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5 | 36 | B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5 |
37 | otherwise a non standard extension is used to derive the extra data. | 37 | otherwise a non standard extension is used to derive the extra data. |
38 | 38 | ||
39 | Newer applications should use more standard algorithms such as PKCS#5 | 39 | Newer applications should use more standard algorithms such as PBKDF2 as |
40 | v2.0 for key derivation. | 40 | defined in PKCS#5v2.1 for key derivation. |
41 | 41 | ||
42 | =head1 KEY DERIVATION ALGORITHM | 42 | =head1 KEY DERIVATION ALGORITHM |
43 | 43 | ||
@@ -60,6 +60,7 @@ EVP_BytesToKey() returns the size of the derived key in bytes. | |||
60 | =head1 SEE ALSO | 60 | =head1 SEE ALSO |
61 | 61 | ||
62 | L<evp(3)|evp(3)>, L<rand(3)|rand(3)>, | 62 | L<evp(3)|evp(3)>, L<rand(3)|rand(3)>, |
63 | L<PKCS5_PBKDF2_HMAC(3)|PKCS5_PBKDF2_HMAC(3)>, | ||
63 | L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> | 64 | L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> |
64 | 65 | ||
65 | =head1 HISTORY | 66 | =head1 HISTORY |