diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-09 14:41:53 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-09 14:41:53 -0500 |
commit | 2e6d0a414c879341b1d9c9ee7047e37272c9a3bd (patch) | |
tree | 7fd94424af8d7c7b5383364b90afe1619291fc70 /sites | |
parent | 961c0e63b9bbc1154149a8d55fe416b2c39ec9c7 (diff) | |
parent | 573f03f38650d673c23f36b20f26360e6688c40a (diff) |
Merge branch '2.7'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0d68c26b..8863f32d 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,12 @@ 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>` - :feature:`602` (via :issue:`1343`, :issue:`1313`, :issue:`618`) Implement support for OpenSSH 6.5-style private key files (typically denoted as having |