diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-08-20 20:15:18 -1000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-08-20 20:15:18 -1000 |
commit | 01f0c67f516b3ca202fb34e0f7d284a8a45f6cc5 (patch) | |
tree | 73b56a7d7dc1c7b7a89deb601f3d3f67f690aef4 | |
parent | 3f512f733c6a48d6e508428d55ab2b02ef5615ea (diff) | |
download | cryptography-01f0c67f516b3ca202fb34e0f7d284a8a45f6cc5.tar.gz cryptography-01f0c67f516b3ca202fb34e0f7d284a8a45f6cc5.tar.bz2 cryptography-01f0c67f516b3ca202fb34e0f7d284a8a45f6cc5.zip |
port 0.5.4 changelog to master
-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 ~~~~~~~~~~~~~~~~~~ |