aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-04-24 14:29:10 +0200
committerRickard Green <[email protected]>2019-04-24 14:29:10 +0200
commit0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 (patch)
treeb760449c28fa4e4325f553b6f075d2c4599c3f22 /lib/public_key
parent5b56ecbe12493a1ff6a0e975a65cefd09005cecd (diff)
downloadotp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.gz
otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.bz2
otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.zip
Revert "Prepare release"
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/notes.xml52
-rw-r--r--lib/public_key/vsn.mk2
2 files changed, 1 insertions, 53 deletions
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 @@
<file>notes.xml</file>
</header>
-<section><title>Public_Key 1.6.6</title>
-
- <section><title>Fixed Bugs and Malfunctions</title>
- <list>
- <item>
- <p>
- RSA options passed to crypto for encrypt and decrypt with
- public or private key.</p>
- <p>
- Own Id: OTP-15754 Aux Id: ERL-878 </p>
- </item>
- <item>
- <p>
- Fix dialyzer warnings caused by a faulty type
- specification for digest_type().</p>
- <p>
- This change updates digest_type() and the functions
- operating with this argument type to accept both 'sha1'
- and 'sha' as digest_type().</p>
- <p>
- Own Id: OTP-15776</p>
- </item>
- </list>
- </section>
-
-
- <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