aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-02-26 18:07:18 +0100
committerErlang/OTP <[email protected]>2016-02-26 18:07:18 +0100
commite7f96c4bc2d38feaab718bd61bcfb3ddc956dd25 (patch)
tree1e913aac74e9b346454096ce81cef368343ecc88 /lib/crypto/doc/src/notes.xml
parent8678df7411bd7633d1e71b523c96d8cfbb4d930e (diff)
downloadotp-erl_1271.tar.gz
otp-erl_1271.tar.bz2
otp-erl_1271.zip
Prepare releaseerl_1271
Diffstat (limited to 'lib/crypto/doc/src/notes.xml')
-rw-r--r--lib/crypto/doc/src/notes.xml19
1 files changed, 19 insertions, 0 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>