summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 77c7dbcd..cba0c889 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- :bug:`2419` (fixed in :issue:`2421`) Massage our import of the TripleDES
+ cipher to support Cryptography >=43; this should prevent
+ ``CryptographyDeprecationWarning`` from appearing upon import. Thanks to
+ Erick Alejo for the report and Bryan Banda for the patch.
- :bug:`2420` Modify a test-harness skiptest check to work with newer versions
of Cryptography. Props to Paul Howarth for the patch.
- :bug:`-` Tweak ``ext-info-(c|s)`` detection during KEXINIT protocol phase;