summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-12-24 12:58:25 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-12-24 12:58:25 -0500
commit69fb31fcc14fef16b612d18b78016e74732b2de3 (patch)
tree37061d5c067b4b39c9023fcc348b80aecfc68288 /sites
parentc42311a4b1c905c7a3ee129258490448e6e22203 (diff)
downloadparamiko-69fb31fcc14fef16b612d18b78016e74732b2de3.tar.gz
Changelog and test re #1955
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index eeae86ef..091fe118 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- :bug:`1955` Server-side support for ``rsa-sha2-256`` and ``ssh-rsa`` wasn't
+ fully operable after 2.9.0's release (signatures for RSA pubkeys were always
+ run through ``rsa-sha2-512`` instead). Report and early stab at a fix
+ courtesy of Jun Omae.
- :release:`2.9.0 <2021-12-23>`
- :feature:`1643` (also :issue:`1925`, :issue:`1644`, :issue:`1326`) Add
support for SHA-2 variants of RSA key verification algorithms (as described