diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 18:02:07 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 18:02:07 -0800 |
commit | 1366a63d20bdcdc9fdb2bf8c34607a8795dcc6a7 (patch) | |
tree | 69068d0ae6a334b4dc847d6b15433ef01c765ab0 /sites | |
parent | 286b4564b8e2790dba255741ada7866a76aa57cc (diff) |
Changelog re #742
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 f2d85793..037fbed6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`742` (also re: :issue:`559`) Catch ``AssertionError`` thrown by + Cryptography when attempting to load bad ECDSA keys, turning it into an + ``SSHException``. This moves the behavior in line with other "bad keys" + situations, re: Paramiko's main auth loop. Thanks to MengHuan Yu for the + patch. * :bug:`681` Fix a Python3-specific bug re: the handling of read buffers when using ``ProxyCommand``. Thanks to Paul Kapp for catch & patch. * :support:`819 backported (>=1.15,<2.0)` Document how lacking ``gmp`` headers |