summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel/responder.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-4/+10
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-16/+3
* relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-121-2/+13
* proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-121-13/+7
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-11/+39
* proto: Relay responder channel allow to be non_exhaustiveDavid Goulet2026-02-091-1/+1
* proto: Publicly re-export MaybeVerifiableRelayResponderChannelDavid Goulet2026-02-091-0/+1
* proto: Add missing clock_skew() to unverified channelsDavid Goulet2026-02-041-1/+6
* proto: Introduce new relay responder channel typesDavid Goulet2026-02-041-0/+176