summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 16:49:53 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-21 16:49:53 -0400
commitfd30ddbd3bbf79c31e9458738766f254d520c65e (patch)
tree7e720e5a4e62ce001b1bf2a49df458a052e2d2f4 /sites/www
parent7f5a6c3f6d15876b7a2a7b298de14d8d807efad2 (diff)
parente5d052c4da3b9a966b1c6ee67c93157a3c55b871 (diff)
Merge branch '2.5'
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 4b377b9e..e2b809e0 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:`1440` (with initial fixes via :issue:`1460`) Tweak many exception
classes so their string representations are more human-friendly; this also
includes incidental changes to some ``super()`` calls.