aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-10-16 11:46:14 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-10-16 11:46:14 +0100
commit6c55a5037a974c28f360f55f34f25788f893e01e (patch)
treee1a03edced2e14fcedcc6aeb1dda5ba0f2a10554
parent0647b1ab8b8e4bde163e55e44255cf84b0fadfed (diff)
parent555b150a537b1c7b801e496215326413892175d1 (diff)
downloadcryptography-6c55a5037a974c28f360f55f34f25788f893e01e.tar.gz
cryptography-6c55a5037a974c28f360f55f34f25788f893e01e.tar.bz2
cryptography-6c55a5037a974c28f360f55f34f25788f893e01e.zip
Merge pull request #1410 from reaperhulk/port-changelog
add 0.6.1 changelog to master
-rw-r--r--CHANGELOG.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8258279b..e1f8b115 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,17 @@ Changelog
.. note:: This version is not yet released and is under active development.
+0.6.1 - 2014-10-15
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.1j.
+* Fixed an issue where OpenSSL 1.0.1j changed the errors returned by some
+ functions.
+* Added our license file to the ``cryptography-vectors`` package.
+* Implemented DSA hash truncation support (per FIPS 186-3) in the OpenSSL
+ backend. This works around an issue in 1.0.0, 1.0.0a, and 1.0.0b where
+ truncation was not implemented.
+
0.6 - 2014-09-29
~~~~~~~~~~~~~~~~