diff options
author | Erlang/OTP <[email protected]> | 2016-02-26 18:07:18 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-02-26 18:07:18 +0100 |
commit | e7f96c4bc2d38feaab718bd61bcfb3ddc956dd25 (patch) | |
tree | 1e913aac74e9b346454096ce81cef368343ecc88 | |
parent | 8678df7411bd7633d1e71b523c96d8cfbb4d930e (diff) | |
download | otp-erl_1271.tar.gz otp-erl_1271.tar.bz2 otp-erl_1271.zip |
Prepare releaseerl_1271
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 19 | ||||
-rw-r--r-- | lib/crypto/vsn.mk | 2 |
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 |