diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2024-08-11 14:50:43 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2024-08-11 14:50:43 -0400 |
commit | 8e6aa00217cb4d26341f3af6f2ec16c5165279ac (patch) | |
tree | 4e4ffb7e9780eda7370d6d4f2ede7a3c9028b010 /sites | |
parent | 5ca3df2f69b6124d0c3c4cca90c144cbae4850fc (diff) |
Changelog re #2419, fixes #2419, closes #2421
Diffstat (limited to 'sites')
-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 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; |