From b9faca269de1de51ae33577cc204befbea24243c Mon Sep 17 00:00:00 2001 From: Henrik Date: Tue, 29 May 2018 10:47:25 +0200 Subject: Revert "Prepare release" This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. --- lib/crypto/doc/src/notes.xml | 47 -------------------------------------------- lib/crypto/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 48 deletions(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index a6a1287a85..66619c9e11 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,53 +31,6 @@

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 diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index cc34c20ac6..778aff9d13 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 4.3 +CRYPTO_VSN = 4.2.2 -- cgit v1.2.3