diff options
-rw-r--r-- | CHANGELOG.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f42a9211..396b5c2d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,13 @@ Changelog constructor. The ``salt_length`` should be passed to :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` instead. +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 ~~~~~~~~~~~~~~~~~~ |