aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 09:51:24 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 09:51:24 -0700
commit38b11cc978c9b1eacc5c1902628a9542ad5f104f (patch)
tree816297750f737579234a322534a3a997386a9251 /CHANGELOG.rst
parente0e9541322cd9186d62f0d807efd77b3467b3ad3 (diff)
parente9d027a99b7b945e4254e2ddd407c34d500cd22d (diff)
downloadcryptography-38b11cc978c9b1eacc5c1902628a9542ad5f104f.tar.gz
cryptography-38b11cc978c9b1eacc5c1902628a9542ad5f104f.tar.bz2
cryptography-38b11cc978c9b1eacc5c1902628a9542ad5f104f.zip
Merge branch 'master' into pem-loading-backend
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3969cb9e..dfc6d8b0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,19 @@ Changelog
the :class:`~cryptography.hazmat.primitives.asymmetric.padding.MGF1`
constructor. The ``salt_length`` should be passed to
:class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` instead.
+* Fix compilation on OS X Yosemite.
+
+0.5.4 - 2014-08-20
+~~~~~~~~~~~~~~~~~~
+
+* Added several functions to the OpenSSL bindings to support new
+ functionality in pyOpenSSL.
+* Fixed a redefined constant causing compilation failure with Solaris 11.2.
+
+0.5.3 - 2014-08-06
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.1i.
0.5.2 - 2014-07-09
~~~~~~~~~~~~~~~~~~