diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-10-15 23:24:57 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-10-15 23:24:57 -0500 |
commit | 555b150a537b1c7b801e496215326413892175d1 (patch) | |
tree | 63dea688acc240235690c58585ff1fe08dab5ecb | |
parent | 5f168adfd877ac30f2a61801bbcb907e7065df39 (diff) | |
download | cryptography-555b150a537b1c7b801e496215326413892175d1.tar.gz cryptography-555b150a537b1c7b801e496215326413892175d1.tar.bz2 cryptography-555b150a537b1c7b801e496215326413892175d1.zip |
add 0.6.1 changelog to master
-rw-r--r-- | CHANGELOG.rst | 11 |
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 ~~~~~~~~~~~~~~~~ |