summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-10-15 11:45:10 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-10-15 16:57:43 -0500
commitf38c7cd69e27c7b2b74c9a6a7be34a55d09a64be (patch)
tree22dcef236ee715d9ca371e8ad8f0b00cd13ca360
parentb2ab5ef112f8de507d2db72fdf4a5fa698a954e0 (diff)
downloadcryptography-f38c7cd69e27c7b2b74c9a6a7be34a55d09a64be.tar.gz
0.6.1 changelog
-rw-r--r--CHANGELOG.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f7e348329..f41fe2155 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,17 @@
Changelog
=========
+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
~~~~~~~~~~~~~~~~