diff options
author | Henrik Nord <[email protected]> | 2018-12-11 10:11:27 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-12-11 10:11:27 +0100 |
commit | bdbea55aa52890ebb42459d726464e5a1ee1488b (patch) | |
tree | 372fd0d09ac7bbd8759cee9cfe56fd5619db9da9 /lib/crypto/doc/src | |
parent | 1fda01cb73f7f22cccf4de29a739397a9b86eda3 (diff) | |
parent | 3825199794da28d79b21052a2e69e2335921d55e (diff) | |
download | otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.gz otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.bz2 otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/crypto/doc/src')
-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 d81a8ddd87..0a3f68ade2 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,43 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 4.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Updated the RSA options part in the crypto application's + C-code, documentation and tests.</p> + <p> + Own Id: OTP-15302</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added ed25519 and ed448 sign/verify.</p> + <p> + Requires OpenSSL 1.1.1 or higher as cryptolib under the + OTP application <c>crypto</c>.</p> + <p> + Own Id: OTP-15419 Aux Id: OTP-15094 </p> + </item> + <item> + <p> + Fixed valgrind warnings.</p> + <p> + Own Id: OTP-15467</p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 4.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> |