diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-09 20:34:41 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-09 20:34:41 -0400 |
commit | 78a148556d4b0b08e2045d6668eb2a273a66169b (patch) | |
tree | 743a0adfb74728aa6c361c581b9ebe7f128d070d | |
parent | 96f5b4f76b64fe78042f73cee9ed08bbd70da06d (diff) |
Changelog closes #1233, closes #1229, closes #1332
-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 dd00254d..eb1818f0 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +- :feature:`1233` (also :issue:`1229`, :issue:`1332`) Add support for + encrypt-then-MAC (ETM) schemes (``hmac-sha2-256-etm@openssh.com``, + ``hmac-sha2-512-etm@openssh.com``) and two newer Diffie-Hellman group key + exchange algorithms (``group14``, using SHA256; and ``group16``, using + SHA512). Patch courtesy of Edgar Sousa. - :feature:`532` (via :issue:`1384` and :issue:`1258`) Add support for Curve25519 key exchange (aka ``curve25519-sha256@libssh.org``). Thanks to Alex Gaynor and Dan Fuhry for supplying patches. |