Skip to content

Implement proposal 351

Nick Mathewson requested to merge nickm/tor:impl-prop-351 into main

This proposal adds new syntax to the SOCKS5 username/password extension scheme, so that requests with usernames starting with are now reserved.

For C tor, all we need to do is reject every username starting with unless it is exactly "0".

@dgoulet, what do you think? Please look very closely, as I have likely forgotten C.

Merge request reports