From 0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 24 Apr 2019 14:29:10 +0200 Subject: Revert "Prepare release" This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. --- lib/public_key/doc/src/notes.xml | 52 ---------------------------------------- lib/public_key/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 53 deletions(-) (limited to 'lib/public_key') diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 3aad79ed71..f6bc0dc797 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,58 +35,6 @@ notes.xml -
Public_Key 1.6.6 - -
Fixed Bugs and Malfunctions - - -

- RSA options passed to crypto for encrypt and decrypt with - public or private key.

-

- Own Id: OTP-15754 Aux Id: ERL-878

-
- -

- Fix dialyzer warnings caused by a faulty type - specification for digest_type().

-

- This change updates digest_type() and the functions - operating with this argument type to accept both 'sha1' - and 'sha' as digest_type().

-

- Own Id: OTP-15776

-
-
-
- - -
Improvements and New Features - - -

- Add possibility to read PEM files encrypted with old PEM - encryption using AES-256

-

- Own Id: OTP-13726

-
- -

- Relax decoding of certificates to so that "harmless" - third party encoding errors may be accepted but not - created by the public_key application. This adds - acceptance of using an incorrect three character country - code, the PKIX standard use two character country codes. - It is also accepted that the country code is utf8 encoded - but the specification says it should be ASCII.

-

- Own Id: OTP-15687 Aux Id: PR-2162

-
-
-
- -
-
Public_Key 1.6.5
Improvements and New Features diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index c68806d856..11c06fb158 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.6.6 +PUBLIC_KEY_VSN = 1.6.5 -- cgit v1.2.3