diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-24 20:13:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-24 20:13:25 -0400 |
commit | 62a49c0cc85037d3e79468961ff625ec5e8aad65 (patch) | |
tree | 8eef06b22c549348652c4b9ed0181a959d455514 /changes | |
parent | b99457d4295b2329e65f3e01b24b57d5c78ca017 (diff) | |
download | tor-62a49c0cc85037d3e79468961ff625ec5e8aad65.tar.gz tor-62a49c0cc85037d3e79468961ff625ec5e8aad65.zip |
Only disable TLS tickets when being/acting as a server.
Fix for bug 7189.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7189_server_only | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7189_server_only b/changes/bug7189_server_only new file mode 100644 index 0000000000..6c2462141e --- /dev/null +++ b/changes/bug7189_server_only @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Only disable TLS session ticket support when running as a TLS + server. It's important for clients to remain hard to distinguish + from regular firefox connections. Fixes bug 7189; bugfix on + Tor 0.2.3.23-rc. |