summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-13 09:58:16 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-13 09:58:16 -0500
commitd4672273233d539889f85cad1676395e46e48ef7 (patch)
tree57cd287e4f6db9cd5e1f2b54b92f1a6d8ca014cd /changes
parentaccb726db6ebd7cf55df719a254b7681402c2aa9 (diff)
parent9d019a7db725dca3dfdbf8d4dbc3b51835e0b49e (diff)
downloadtor-d4672273233d539889f85cad1676395e46e48ef7.tar.gz
tor-d4672273233d539889f85cad1676395e46e48ef7.zip
Merge remote-tracking branch 'public/ticket11150_client_only'
Diffstat (limited to 'changes')
-rw-r--r--changes/111506
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/11150 b/changes/11150
new file mode 100644
index 0000000000..b4d40ed07c
--- /dev/null
+++ b/changes/11150
@@ -0,0 +1,6 @@
+ o Removed features:
+ - Remove client-side support for connecting to Tor servers running
+ versions of Tor before 0.2.3.6-alpha. These servers didn't
+ support the v3 TLS handshake protocol, and are no longer allowed
+ on the Tor network. Implements the client side of ticket
+ 11150. Based on patches by Tom van der Woerdt.