Skip to content

Resolve two bugs in our pt-socks implementation

Nick Mathewson requested to merge nickm/arti:fix_pt_protocol into main
  1. We never sent our initial handshake!
  2. We sent an empty password field, which obfs4proxy apparently rejects.

Closes #676 (closed). Made obfs4proxy work for me.

This is based on top of !911 (merged), since it has to change those tests.

Merge request reports