summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_BytesToKey.pod
diff options
context:
space:
mode:
authormiod <>2014-07-11 16:18:14 +0000
committermiod <>2014-07-11 16:18:14 +0000
commit5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29 (patch)
treed06ffa1565a72fd493dbed6024d44e5daa26be91 /src/lib/libcrypto/doc/EVP_BytesToKey.pod
parent594d9dd85584729227e623605bd9948e758cc33e (diff)
downloadopenbsd-5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29.tar.gz
openbsd-5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29.tar.bz2
openbsd-5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29.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.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