diff options
author | Henrik Nord <[email protected]> | 2019-03-26 12:14:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2019-03-26 12:14:50 +0100 |
commit | b9023ad36f9fd1e2154ff80089906b53b548d891 (patch) | |
tree | 6a48f02225a7ae2bbdb89bfeb309e2d12a900730 /lib/public_key | |
parent | d1b431a72f65ace425d6d85e57cb6e374f8d896d (diff) | |
download | otp-b9023ad36f9fd1e2154ff80089906b53b548d891.tar.gz otp-b9023ad36f9fd1e2154ff80089906b53b548d891.tar.bz2 otp-b9023ad36f9fd1e2154ff80089906b53b548d891.zip |
Revert "Prepare release"
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017.
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/notes.xml | 28 | ||||
-rw-r--r-- | lib/public_key/vsn.mk | 2 |
2 files changed, 1 insertions, 29 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index ff907596a0..f6bc0dc797 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,34 +35,6 @@ <file>notes.xml</file> </header> -<section><title>Public_Key 1.6.6</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Add possibility to read PEM files encrypted with old PEM - encryption using AES-256</p> - <p> - Own Id: OTP-13726</p> - </item> - <item> - <p> - 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.</p> - <p> - Own Id: OTP-15687 Aux Id: PR-2162 </p> - </item> - </list> - </section> - -</section> - <section><title>Public_Key 1.6.5</title> <section><title>Improvements and New Features</title> 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 |