From 202bb737e3deabfebee683266f4b7c42781eb521 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 30 Apr 2018 10:06:42 +0200 Subject: Update release notes --- lib/crypto/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 1f788a4e35..bad78a9113 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,45 @@

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

+
+
+
+ + +
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.1
Fixed Bugs and Malfunctions -- cgit v1.2.3