aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-10-15 23:24:57 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-10-15 23:24:57 -0500
commit555b150a537b1c7b801e496215326413892175d1 (patch)
tree63dea688acc240235690c58585ff1fe08dab5ecb /CHANGELOG.rst
parent5f168adfd877ac30f2a61801bbcb907e7065df39 (diff)
downloadcryptography-555b150a537b1c7b801e496215326413892175d1.tar.gz
cryptography-555b150a537b1c7b801e496215326413892175d1.tar.bz2
cryptography-555b150a537b1c7b801e496215326413892175d1.zip
add 0.6.1 changelog to master
Diffstat (limited to 'CHANGELOG.rst')
-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
~~~~~~~~~~~~~~~~