diff options
author | miod <> | 2014-07-11 16:18:14 +0000 |
---|---|---|
committer | miod <> | 2014-07-11 16:18:14 +0000 |
commit | 42ef36c6813822962aff009ee1ca5eaf04d6c5c7 (patch) | |
tree | d06ffa1565a72fd493dbed6024d44e5daa26be91 /src/lib/libcrypto/doc/EVP_BytesToKey.pod | |
parent | 687488572f223f89cf98909e87b4d1a3fbb14bfd (diff) | |
download | openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.tar.gz openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.tar.bz2 openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.zip |
Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,
Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz,
via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support,
at least partially removed).
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 |