summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2016-02-26 18:07:18 +0100
committerErlang/OTP <otp@erlang.org>2016-02-26 18:07:18 +0100
commite7f96c4bc2d38feaab718bd61bcfb3ddc956dd25 (patch)
tree1e913aac74e9b346454096ce81cef368343ecc88
parent8678df7411bd7633d1e71b523c96d8cfbb4d930e (diff)
downloaderlang-e7f96c4bc2d38feaab718bd61bcfb3ddc956dd25.tar.gz
Prepare releaseerl_1271
-rw-r--r--lib/crypto/doc/src/notes.xml19
-rw-r--r--lib/crypto/vsn.mk2
2 files changed, 20 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml
index 7408907ebd..e82965a117 100644
--- a/lib/crypto/doc/src/notes.xml
+++ b/lib/crypto/doc/src/notes.xml
@@ -30,6 +30,25 @@
</header>
<p>This document describes the changes made to the Crypto application.</p>
+<section><title>Crypto 3.2.0.1</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Use EVP interface for AES-CBC encryption. This enables
+ OpenSSL 1.0.1 the use of hardware acceleration on newer
+ Intel CPUs (AES-NI), among other platforms.</p>
+ <p>
+ This is a backport from OTP 18.0 to R16B03.</p>
+ <p>
+ Own Id: OTP-13384</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Crypto 3.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk
index 98c071cf87..d49e833f89 100644
--- a/lib/crypto/vsn.mk
+++ b/lib/crypto/vsn.mk
@@ -1 +1 @@
-CRYPTO_VSN = 3.2
+CRYPTO_VSN = 3.2.0.1