diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-29 12:20:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-29 12:20:39 -0800 |
commit | 225a6da81e400139d9d1d61027614ac119e20a59 (patch) | |
tree | a7d1ffdc9c61262235db166ee41c81685e148c23 /sites/www | |
parent | a97e977d6970b33e619601f502776eb19e691d90 (diff) | |
parent | 184ddbc7e08e7918a381cb517d191be45304ae3a (diff) |
Merge branch '2.3' into 2.4
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 41721713..d415aa92 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`1039` Ed25519 auth key decryption raised an unexpected exception when + given a unicode password string (typical in python 3). Report by Theodor van + Nahl and fix by Pierce Lopez. * :release:`2.4.0 <2017-11-14>` * :feature:`-` Add a new ``passphrase`` kwarg to `SSHClient.connect <paramiko.client.SSHClient.connect>` so users may disambiguate key-decryption |