diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-18 18:21:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-18 18:21:33 -0700 |
commit | 852176d2d776b183a39e100009d3e18b6896323b (patch) | |
tree | d31be0ef59abfec60961ac839d4cb7effebc47e6 /sites/www | |
parent | 0b2e154b02befa1cd96ebaf39ec597855cf2f8fb (diff) |
Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itself
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index b00f03f0..207bfe59 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +- :bug:`-` Modify protocol message handling such that ``Transport`` does not + respond to ``MSG_UNIMPLEMENTED`` with its own ``MSG_UNIMPLEMENTED`` message. + This behavior probably didn't cause any outright errors, but it doesn't seem + to conform to the RFCs and could cause (non-infinite) feedback loops in some + scenarios (usually those involving Paramiko on both ends). - :support:`1292 backported` Backport changes from :issue:`979` (added in Paramiko 2.3) to Paramiko 2.0-2.2, using duck-typing to preserve backwards compatibility. This allows these older versions to use newer Cryptography |