From bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 19 Jun 2018 08:24:54 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'lib/crypto/doc') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 7c5d0d44f8..2e48b48d67 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,53 @@

This document describes the changes made to the Crypto application.

+
Crypto 4.3 + +
Fixed Bugs and Malfunctions + + +

+ Removed two undocumented and erroneous functions + (crypto:dh_generate_parameters/2 and + crypto:dh_check/1).

+

+ Own Id: OTP-14956 Aux Id: ERL-579

+
+ +

+ Fixed bug causing VM crash if doing runtime upgrade of a + crypto module built against OpenSSL older than 0.9.8h. + Bug exists since OTP-20.2.

+

+ Own Id: OTP-15088

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

+ A new rand plugin algorithm has been implemented + in crypto, that is: crypto_cache. It uses + strong random bytes as randomness source and caches them + to get good speed. See crypto:rand_seed_alg/1.

+

+ Own Id: OTP-13370 Aux Id: PR-1573

+
+ +

+ Diffie-Hellman key functions are re-written with the + EVP_PKEY api.

+

+ Own Id: OTP-14864

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