summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2024-09-15 19:09:54 -0400
committerJeff Forcier <jeff@bitprophet.org>2024-09-15 19:39:43 -0400
commiteb7dbbc262f1ff41567152ab8e8d03c6436774f9 (patch)
tree2d3993d21b1aeda5862f5efb4221c24b0d97efd6 /sites/www
parent977913f5004862528c9a5d53c281048f19d8d9b7 (diff)
Changelog closes #982, re #2444, re #2157
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst8
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.