nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Port old V3 handshake code to new Connection framework #35

Closed nskinkel closed 9 years ago

nskinkel commented 9 years ago

Our old V3 handshake stuff needs to be hacked into the shiny new state-machine connection model (it's so pretty...), new cell code, etc.

This should be done in demo/master.

nskinkel commented 9 years ago

done in 1190d11aae

Needs:

  1. significant cleanup
  2. much more robust error-checking
  3. documentation
  4. unittests

Will do 1, 2, and 4 today/night

nskinkel commented 9 years ago

Issues will get filed and documentation will be written on 'issue day' after our demo.