diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 13:49:35 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 13:51:01 -0800 |
commit | 2914030fcf5216bc5a548ff4dca5c623e99f1e0e (patch) | |
tree | a3751216e76912947cf4179e4d4f6a1137a704d4 /sites | |
parent | b74ad50d4637084b5e7caf800639dccb3278f531 (diff) |
Changelog re #713, re #714, re #889
Diffstat (limited to 'sites')
-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 36ef443f..339e436e 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. |