Skip to content

Deliberately close OR connections if proxies leave extra data

Nick Mathewson requested to merge nickm/tor:ticket40017 into master

We already did this, but we did it by accident, which is pretty risky: if we hadn't, then our code would have treated extra data in the inbuf as having been transmitted as TLS-authenticated data.

Closes #40017 (closed); Found by opara.

Merge request reports