From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/crypto/doc/src/notes.xml | 104 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) (limited to 'lib/crypto/doc') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 53249479f1..34f2e3c469 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,110 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix memory leaks and invalid deallocations in + mod_pow, mod_exp and + generate_key(srp,...) when bad arguments are + passed. (Thanks to Florian Zumbiehi)

+

+ Own Id: OTP-11550

+
+ +

+ Correction of the word 'ChipherText' throughout the + documentation (Thanks to Andrew Tunnell-Jones)

+

+ Own Id: OTP-11609

+
+ +

+ Fix fatal bug when using a hmac context variable in more + than one call to hmac_update or hmac_final. + The reuse of hmac contexts has never worked as the + underlying OpenSSL implementation does not support it. It + is now documented as having undefined behaviour, but it + does not crash or corrupt the VM anymore.

+

+ Own Id: OTP-11724

+
+ +

+ Crypto handles out-of-memory with a controlled abort + instead of crash/corruption. (Thanks to Florian Zumbiehi)

+

+ Own Id: OTP-11725

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

+
+
+
+ + +
Improvements and New Features + + +

+ By giving --enable-static-{nifs,drivers} to configure it + is now possible to statically linking of nifs and drivers + to the main Erlang VM binary. At the moment only the asn1 + and crypto nifs of the Erlang/OTP nifs and drivers have + been prepared to be statically linked. For more details + see the Installation Guide in the System documentation.

+

+ Own Id: OTP-11258

+
+ +

+ Add IGE mode for AES cipher in crypto (Thanks to Yura + Beznos).

+

+ Own Id: OTP-11522

+
+ +

+ Moved elliptic curve definition from the crypto + NIF/OpenSSL into Erlang code, adds the RFC-5639 brainpool + curves and makes TLS use them (RFC-7027).

+

+ Thanks to Andreas Schultz

+

+ Own Id: OTP-11578

+
+ +

+ Remove all obsolete application processes from crypto and + make it into a pure library application.

+

+ Own Id: OTP-11619

+
+
+
+ +
+
Crypto 3.2
Fixed Bugs and Malfunctions -- cgit v1.2.3