diff options
author | Björn Gustavsson <[email protected]> | 2010-06-11 10:20:20 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-11 14:15:26 +0200 |
commit | 08a112d189c8f47953eabcf2e05a0245dd6e6087 (patch) | |
tree | 97f1b30e09f4e14447f8b2e5d48efe0e0651e08f /lib/crypto/doc | |
parent | 68cd5932ea4a1b8b371a74ab2c817c5bc9b35d1a (diff) | |
download | otp-08a112d189c8f47953eabcf2e05a0245dd6e6087.tar.gz otp-08a112d189c8f47953eabcf2e05a0245dd6e6087.tar.bz2 otp-08a112d189c8f47953eabcf2e05a0245dd6e6087.zip |
Update release notes
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 6b9d1f56f1..79798331ca 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,43 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 2.0</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + crypto application changed to use NIFs instead of driver.</p> + <p> + Own Id: OTP-8333</p> + </item> + <item> + <p> + des_ecb_encrypt/2 and des_ecb_decrypt/2 has been added to + the crypto module. The crypto:md4/1 function has been + documented.</p> + <p> + Own Id: OTP-8551</p> + </item> + <item> + <p>The undocumented, unsupport, and deprecated function + <c>lists:flat_length/1</c> has been removed.</p> + <p> + Own Id: OTP-8584</p> + </item> + <item> + <p> + New variants of <c>crypto:dss_sign</c> and + <c>crypto:dss_verify</c> with an extra argument to + control how the digest is calculated.</p> + <p> + Own Id: OTP-8700</p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 1.6.4</title> <section><title>Improvements and New Features</title> |