diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-01 18:24:37 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-01 18:24:37 -0800 |
commit | 9c12f12a08f25a2135e0f17832d2acdc8bafbf1b (patch) | |
tree | d18cdb053ed739fb9d5ad4d89f8cbeddf55ee338 | |
parent | e2bce29615c7418b51995aa008bc8c79849971b0 (diff) |
Add note re: logging tweaks to changelog.
Better safe than sorry.
-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 f1e33bcf..3aa2b84b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -6,6 +6,10 @@ Changelog :issue:`581`, and a bunch of other duplicates besides) Add support for SHA-2 based key exchange (kex) algorithm ``diffie-hellman-group-exchange-sha256`` and (H)MAC algorithms ``hmac-sha2-256`` and ``hmac-sha2-512``. + + This change includes tweaks to debug-level logging regarding + algorithm-selection handshakes; the old all-in-one log line is now multiple + easier-to-read, printed-at-handshake-time log lines. Thanks to the many people who submitted patches for this functionality and/or assisted in testing those patches. That list includes but is not limited to, |