aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2018-12-11 10:11:27 +0100
committerHenrik Nord <[email protected]>2018-12-11 10:11:27 +0100
commitbdbea55aa52890ebb42459d726464e5a1ee1488b (patch)
tree372fd0d09ac7bbd8759cee9cfe56fd5619db9da9 /lib/public_key
parent1fda01cb73f7f22cccf4de29a739397a9b86eda3 (diff)
parent3825199794da28d79b21052a2e69e2335921d55e (diff)
downloadotp-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.gz
otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.bz2
otp-bdbea55aa52890ebb42459d726464e5a1ee1488b.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/notes.xml18
-rw-r--r--lib/public_key/vsn.mk2
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml
index 7ed60ed3ca..b3e6023c41 100644
--- a/lib/public_key/doc/src/notes.xml
+++ b/lib/public_key/doc/src/notes.xml
@@ -35,6 +35,24 @@
<file>notes.xml</file>
</header>
+<section><title>Public_Key 1.6.4</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Added ed25519 and ed448 sign/verify.</p>
+ <p>
+ Requires OpenSSL 1.1.1 or higher as cryptolib under the
+ OTP application <c>crypto</c>.</p>
+ <p>
+ Own Id: OTP-15419 Aux Id: OTP-15094 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Public_Key 1.6.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk
index 96eaf4f962..5e2643f0ea 100644
--- a/lib/public_key/vsn.mk
+++ b/lib/public_key/vsn.mk
@@ -1 +1 @@
-PUBLIC_KEY_VSN = 1.6.3
+PUBLIC_KEY_VSN = 1.6.4