diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 13:53:34 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 13:53:34 -0800 |
commit | 3fa1393e0c99f58743f4e4bcbcf64565ba3555b7 (patch) | |
tree | 2343e4c72946518754aa85032d180d9ab1f5799d /sites/www | |
parent | 4ee756c311e31b8ba30b84829116e98ef4ffc9af (diff) | |
parent | 2914030fcf5216bc5a548ff4dca5c623e99f1e0e (diff) |
Merge branch '1.17' into 1.18
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 8286baa9..22695a85 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. |