summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 13:55:02 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 13:55:02 -0800
commit6c4a51c0538c745da8b489e185843e2c32259517 (patch)
treee642ed4005e5ae51837defaa37608a24a8b3378f /sites/www
parente35519f934ef473d4077c69d2153d1bec4a064fd (diff)
parent2e9dd2f57283b9bbb7d44324169fffa1e2aad789 (diff)
Merge branch '2.0' into 2.1
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 8fef4b36..7b1f3693 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :bug:`713 (<2.0)` (via :issue:`714` and :issue:`889`) Don't pass
+ initialization vectors to PyCrypto when dealing with counter-mode ciphers;
+ newer PyCrypto versions throw an exception otherwise (older ones simply
+ ignored this parameter altogether). Thanks to ``@jmh045000`` for report &
+ patches.
* :bug:`895` Fix a bug in server-mode concerning multiple interactive auth
steps (which were incorrectly responded to). Thanks to Dennis Kaarsemaker for
catch & patch.