aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-11 16:05:13 +0200
committerRickard Green <[email protected]>2018-08-11 16:05:13 +0200
commit503f6c802b2561881e0d4a62b32d7ee71575f319 (patch)
tree59d14d3d0ce39237093c3509b52ac506b355974c /lib/crypto
parentce0c75c557bdc239622a6de5ec2edb593baf4773 (diff)
parente37eec271ad08a6689e358071eeb800674cde938 (diff)
downloadotp-503f6c802b2561881e0d4a62b32d7ee71575f319.tar.gz
otp-503f6c802b2561881e0d4a62b32d7ee71575f319.tar.bz2
otp-503f6c802b2561881e0d4a62b32d7ee71575f319.zip
Merge branch 'maint-21' into maint
* maint-21: Updated OTP version Update release notes Update version numbers
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/doc/src/notes.xml16
-rw-r--r--lib/crypto/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml
index 54842e907e..5e0851f6b8 100644
--- a/lib/crypto/doc/src/notes.xml
+++ b/lib/crypto/doc/src/notes.xml
@@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the Crypto application.</p>
+<section><title>Crypto 4.3.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a node crash in <c>crypto:compute_key(ecdh,
+ ...)</c> when passing a wrongly typed Others
+ argument.</p>
+ <p>
+ Own Id: OTP-15194 Aux Id: ERL-673 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Crypto 4.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk
index cc34c20ac6..0d7b0e5575 100644
--- a/lib/crypto/vsn.mk
+++ b/lib/crypto/vsn.mk
@@ -1 +1 @@
-CRYPTO_VSN = 4.3
+CRYPTO_VSN = 4.3.1