diff options
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 9d730283..67fb2c67 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +- :feature:`982` (via :issue:`2444`, which was a rebase of :issue:`2157`) Add + support for AES-GCM encryption ciphers (128 and 256 bit variants). Thanks to + Alex Gaynor for the report (& for cryptography review), Shen Cheng for the + original PR, and Chris Mason for the updated PR; plus as usual to everyone + who tested the patches and reported their results! + + This functionality has been tested in client mode against OpenSSH 9.0, 9.2, + and 9.6, as well as against a number of proprietary appliance SSH servers. - :bug:`-` Check for ``None`` transport members inside `~paramiko.channel.Channel` when closing the channel; this likely doesn't come up much in the real world, but was causing warnings in the test suite. |