diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-09 14:41:47 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-09 14:41:47 -0500 |
commit | 573f03f38650d673c23f36b20f26360e6688c40a (patch) | |
tree | af202a532b13d767f6dea601573d27d08566a1f9 /sites/www | |
parent | b280afdf3c7f26cf8d0390f2eb2155d37ed99966 (diff) |
Changelog re #1567
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0a131887..8863f32d 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>` |