diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4bb8142d29c161c92793411ddd1013dc7a3c164a_Q0hBTkdFTE9HLnJzdA==..e04cea09acfe86375368a46685b7495fc578e928_Q0hBTkdFTE9HLnJzdA== 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 ~~~~~~~~~~~~~~~~ diff --git a/cryptography/__about__.py b/cryptography/__about__.py index 4bb8142d29c161c92793411ddd1013dc7a3c164a_Y3J5cHRvZ3JhcGh5L19fYWJvdXRfXy5weQ==..e04cea09acfe86375368a46685b7495fc578e928_Y3J5cHRvZ3JhcGh5L19fYWJvdXRfXy5weQ== 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.6" +__version__ = "0.6.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 4bb8142d29c161c92793411ddd1013dc7a3c164a_dmVjdG9ycy9jcnlwdG9ncmFwaHlfdmVjdG9ycy9fX2Fib3V0X18ucHk=..e04cea09acfe86375368a46685b7495fc578e928_dmVjdG9ycy9jcnlwdG9ncmFwaHlfdmVjdG9ycy9fX2Fib3V0X18ucHk= 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -22,7 +22,7 @@ __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.6" +__version__ = "0.6.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org"