diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 21:49:04 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 21:49:04 -0800 |
commit | 421f03b7f504c32261d9bf5f19484c7944295a23 (patch) | |
tree | 4763fcb93a1e6938e71f6d3a578be108ae776bc2 | |
parent | 12ef90ee3d423460f72c754aff14996075ab6006 (diff) | |
parent | 863689cfadc186b57d7c7f0584dba7b2fbb5339b (diff) |
Merge branch '2.1'
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 2704bf3d..10419f5c 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -19,7 +19,7 @@ Changelog without the client that generated them, would result in premature session closure when the client was GCd. Credit: ``@w31rd0`` for original report, Omer Anson for the patch. -* :bug:`713 (1.17+)` (via :issue:`714` and :issue:`889`) Don't pass +* :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 & |