summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handler.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-271-31/+13
* proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-211-4/+1
* proto: Add a channel handler comment and a fixDavid Goulet2025-08-211-3/+8
* proto: Return AUTHORIZE, VPADDING and VERSIONS at handshakeDavid Goulet2025-08-211-15/+28
* proto: Cleanup allow(unused)David Goulet2025-08-201-2/+0
* proto: Unit tests for channel handlerDavid Goulet2025-08-201-1/+107
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-4/+4
* proto: Add channel cell handlerDavid Goulet2025-08-201-0/+561