diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-05-13 14:26:21 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-05-13 14:26:21 -0400 |
commit | d603ef12b76edca27b713c76c4544502961ff894 (patch) | |
tree | 8fb23cd2b63c01c093f704b6092a697525224249 /sites | |
parent | 82a08a8fb61cae03334db960e273266262e23da6 (diff) |
Changelog re #2038, 2039
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 060963b8..831d319e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,12 @@ Changelog ========= +- :support:`2038` (via :issue:`2039`) Recent versions of Cryptography have + deprecated Blowfish algorithm support; in lieu of an easy method for users to + remove it from the list of algorithms Paramiko tries to import and use, we've + decided to remove it from our "preferred algorithms" list. This will both + discourage use of a weak algorithm, and avoid warnings. Credit for + report/patch goes to Mike Roest. - :bug:`2008` (via :issue:`2010`) Windows-native SSH agent support as merged in 2.10 could encounter ``Errno 22`` ``OSError`` exceptions in some scenarios (eg server not cleanly closing a relevant named pipe). This has been worked |