]> git.ipfire.org Git - thirdparty/tor.git/commit
Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Fri, 8 Jul 2016 04:46:00 +0000 (14:46 +1000)
committerteor <teor2345@gmail.com>
Wed, 24 Aug 2016 01:02:00 +0000 (11:02 +1000)
commit10aa913accaf81d72dba6f1bcd9dcc128d9d8703
tree8e7d4db300c9bc8c5a5b1f25c45aa9107ea6f3b7
parentcad9046632aa168eabda1694775393b38922a03e
Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor

Rely on onion_populate_cpath to check that we're only using
TAP for the rare hidden service cases.

Check and log if handshakes only support TAP when they should support
ntor.
changes/reject-tap
doc/tor.1.txt
src/or/circuitbuild.c
src/or/circuitbuild.h
src/or/config.c
src/or/nodelist.c
src/or/or.h
src/or/rendclient.c