summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-22 13:12:09 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-22 13:12:09 -0700
commit692130f28e5bc7db65d4d0d08a5ce22099405779 (patch)
tree89e1bf0292bcc76eb89f0cf0b0c518b95be87101
parentd2c3b166242a5958240d4c79a4913fe2ef681cb7 (diff)
downloadparamiko-692130f28e5bc7db65d4d0d08a5ce22099405779.tar.gz
Changelog re #1071
-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 2790036f..d5cc3db7 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :bug:`1071` Certificate support broke the no-certificate case for Ed25519
+ keys (symptom is an ``AttributeError`` about ``public_blob``.) This went
+ uncaught due to cert autoload behavior (i.e. our test suite never actually
+ ran the no-cert case, because the cert existed!) Both issues have been fixed.
+ Thanks to John Hu for the report.
* :release:`2.3.0 <2017-09-18>`
* :release:`2.2.2 <2017-09-18>`
* :release:`2.1.4 <2017-09-18>`