aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-05-12 12:04:14 +0200
committerErlang/OTP <[email protected]>2016-05-12 12:04:14 +0200
commit663e847459686604ea051f036a0e4caff18cea6f (patch)
tree978aea941c88a814947a664cebd1f93991e544f3 /lib/crypto
parentf68a3780fbcc836c7036b55db5ee1d0447213c8f (diff)
downloadotp-663e847459686604ea051f036a0e4caff18cea6f.tar.gz
otp-663e847459686604ea051f036a0e4caff18cea6f.tar.bz2
otp-663e847459686604ea051f036a0e4caff18cea6f.zip
Revert "Prepare release"
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/doc/src/notes.xml46
-rw-r--r--lib/crypto/vsn.mk2
2 files changed, 1 insertions, 47 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml
index cbca2a8030..6c76a0d7b0 100644
--- a/lib/crypto/doc/src/notes.xml
+++ b/lib/crypto/doc/src/notes.xml
@@ -31,52 +31,6 @@
</header>
<p>This document describes the changes made to the Crypto application.</p>
-<section><title>Crypto 3.7</title>
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>
- Refactor <c>crypto</c> to use the EVP interface of
- OpenSSL, which is the recommended interface that also
- enables access to hardware acceleration for some
- operations.</p>
- <p>
- Own Id: OTP-12217</p>
- </item>
- <item>
- <p>
- Add support for 192-bit keys for the <c>aes_cbc</c>
- cipher.</p>
- <p>
- Own Id: OTP-13206 Aux Id: pr 832 </p>
- </item>
- <item>
- <p>
- Add support for 192-bit keys for <c>aes_ecb</c>.</p>
- <p>
- Own Id: OTP-13207 Aux Id: pr829 </p>
- </item>
- <item>
- <p>
- Deprecate the function crypto:rand_bytes and make sure
- that crypto:strong_rand_bytes is used in all places that
- are cryptographically significant.</p>
- <p>
- Own Id: OTP-13214</p>
- </item>
- <item>
- <p>
- Enable AES-GCM encryption/decryption to change the tag
- length between 1 to 16 bytes.</p>
- <p>
- Own Id: OTP-13483 Aux Id: PR-998 </p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Crypto 3.6.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk
index 96466869d1..6dcb28ec8a 100644
--- a/lib/crypto/vsn.mk
+++ b/lib/crypto/vsn.mk
@@ -1 +1 @@
-CRYPTO_VSN = 3.7
+CRYPTO_VSN = 3.6.3