Sync crypto documentation with master branch.

This commit is contained in:
Dr. Stephen Henson
2014-03-03 15:12:17 +00:00
parent 1bd4ee1da1
commit 12c56e4888
48 changed files with 1571 additions and 160 deletions

View File

@@ -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 PKCS#5
v2.0 for key derivation.
Newer applications should use more standard algorithms such as PBKDF2 as
defined in PKCS#5v2.1 for key derivation.
=head1 KEY DERIVATION ALGORITHM
@@ -55,7 +55,7 @@ the IV.
=head1 RETURN VALUES
EVP_BytesToKey() returns the size of the derived key in bytes.
EVP_BytesToKey() returns the size of the derived key in bytes, or 0 on error.
=head1 SEE ALSO