diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 15:51:18 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 16:22:09 -0400 |
commit | a537987cceed23feb5f8b5b79cd9804d68a7d8c6 (patch) | |
tree | c217aea76a1f1d90b349c57b5283e32a211845ee /sites/www | |
parent | 3a28eedeaa5e13e6966e8be5fe716b9c4ae81e11 (diff) |
Changelog re #1306
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 b7806adc..1204d4ea 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +- :bug:`1306` (via :issue:`1400`) Fix Ed25519 key handling so certain key + comment lengths don't cause ``SSHException("Invalid key")`` (this was + technically a bug in how padding, or lack thereof, is + calculated/interpreted). Thanks to ``@parke`` for the bug report & Pierce + Lopez for the patch. - :support:`1378 backported` Add support for the modern (as of Python 3.3) import location of ``MutableMapping`` (used in host key management) to avoid the old location becoming deprecated in Python 3.8. Thanks to Josh Karpel for |