diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-12-16 16:17:58 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-12-16 16:17:58 -0500 |
commit | 75e311d3c0845a316b6e7b3fae2488d86ad5a270 (patch) | |
tree | 6702433a8f92b31c6b5ad52786ee3d05ba42c8d0 /sites | |
parent | 73f079f5a4bbba7f3048dadbe05b24242206745e (diff) |
Enforce zero seqno on kexinit
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 44d3d445..4915eaca 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +- :feature:`-` `Transport` grew a new ``packetizer_class`` kwarg for overriding + the packet-handler class used internally. Mostly for testing, but advanced + users may find this useful when doing deep hacks. - :bug:`-` Address `CVE 2023-48795<https://terrapin-attack.com/>`_ (aka the "Terrapin Attack", a vulnerability found in the SSH protocol re: treatment of packet sequence numbers) as follows: |