diff options
author | Roger Dingledine <arma@torproject.org> | 2019-01-07 12:41:02 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-01-07 12:41:02 -0500 |
commit | 9beb085c10562a257c08abcee43434533d4fa96e (patch) | |
tree | 032f6455a5d374ba2e83cdc448e4ccca88368b4d | |
parent | fb2af84a3fd4723e1357e5061568ddea2703705b (diff) | |
download | tor-0.3.5.7.tar.gz tor-0.3.5.7.zip |
mark #27841 as majortor-0.3.5.7
-rw-r--r-- | ReleaseNotes | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ReleaseNotes b/ReleaseNotes index 9707fb9b5f..71cd5df049 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -130,6 +130,13 @@ Changes in version 0.3.5.7 - 2019-01-07 when a client port was set (Socks, Trans, NATD, DNS or HTTPTunnel port). Fixes bug 27849; bugfix on 0.3.4.1-alpha. + o Major bugfixes (onion service v3): + - On an intro point for a version 3 onion service, stop closing + introduction circuits on a NACK. This lets the client decide + whether to reuse the circuit or discard it. Previously, we closed + intro circuits when sending NACKs. Fixes bug 27841; bugfix on + 0.3.2.1-alpha. Patch by Neel Chaunan. + o Major bugfixes (OpenSSL, portability): - Fix our usage of named groups when running as a TLS 1.3 client in OpenSSL 1.1.1. Previously, we only initialized EC groups when @@ -526,11 +533,6 @@ Changes in version 0.3.5.7 - 2019-01-07 - When the onion service directory can't be created or has the wrong permissions, do not log a stack trace. Fixes bug 27335; bugfix on 0.3.2.1-alpha. - - On an intro point for a version 3 onion service, stop closing - introduction circuits on an NACK. This lets the client decide - whether to reuse the circuit or discard it. Previously, we closed - intro circuits when sending NACKs. Fixes bug 27841; bugfix on - 0.3.2.1-alpha. Patch by Neel Chaunan. - When replacing a descriptor in the client cache, make sure to close all client introduction circuits for the old descriptor, so we don't end up with unusable leftover circuits. Fixes bug 27471; |