From 573f03f38650d673c23f36b20f26360e6688c40a Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Dec 2019 14:41:47 -0500 Subject: [PATCH] Changelog re #1567 --- sites/www/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0a1318872..8863f32d1 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :bug:`1567` The new-style private key format (added in 2.7) suffered from an + unpadding bug which had been fixed earlier for Ed25519 (as that key type has + always used the newer format). That fix has been refactored and applied to + the base key class, courtesy of Pierce Lopez. - :bug:`1565` (via :issue:`1566`) Fix a bug in support for ECDSA keys under the newly supported OpenSSH key format. Thanks to Pierce Lopez for the patch. - :release:`2.7.0 <2019-12-03>`