summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_BytesToKey.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_BytesToKey.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_BytesToKey.pod5
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
36B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5 36B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5
37otherwise a non standard extension is used to derive the extra data. 37otherwise a non standard extension is used to derive the extra data.
38 38
39Newer applications should use more standard algorithms such as PKCS#5 39Newer applications should use more standard algorithms such as PBKDF2 as
40v2.0 for key derivation. 40defined 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
62L<evp(3)|evp(3)>, L<rand(3)|rand(3)>, 62L<evp(3)|evp(3)>, L<rand(3)|rand(3)>,
63L<PKCS5_PBKDF2_HMAC(3)|PKCS5_PBKDF2_HMAC(3)>,
63L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> 64L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>
64 65
65=head1 HISTORY 66=head1 HISTORY