From 01f0c67f516b3ca202fb34e0f7d284a8a45f6cc5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 20 Aug 2014 20:15:18 -1000 Subject: port 0.5.4 changelog to master --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3 From 12e4742b47de9c889168837912b5e0487226b341 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 21 Aug 2014 07:05:34 -1000 Subject: add the spelling wordlist additions as well --- docs/spelling_wordlist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index d90547a8..b16026f6 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -38,8 +38,10 @@ plaintext preprocessor preprocessors pseudorandom +pyOpenSSL Schneier scrypt +Solaris Tanja testability Ubuntu -- cgit v1.2.3