summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel/responder.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-2/+3
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Compare AUTHENTICATE expected body in constant-timeDavid Goulet2026-03-191-1/+3
* proto: The relay signing key signs the auth certDavid Goulet2026-03-191-6/+3
* proto: Check the AUTHENTICATE auth type that we support itDavid Goulet2026-03-191-0/+1
* chanmgr: Clarify the use of no identity ChanTargetDavid Goulet2026-03-191-3/+4
* tor-proto: fix the relay responder's CLOG/SLOG digestsSteven Engler2026-03-191-8/+6
* tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`Steven Engler2026-03-191-0/+8
* cell: Simplify the Authenticate APIDavid Goulet2026-03-191-5/+8
* proto: Fix AUTHENTICATE equality check and signature checkDavid Goulet2026-03-191-2/+2
* proto: Responder channel properly validates the AUTHENTICATE cellDavid Goulet2026-03-191-11/+20
* proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-191-6/+3
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-191-1/+1
* proto: Move cert validation per specialized channelDavid Goulet2026-03-191-7/+50
* proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-191-2/+4
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-2/+2
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-031-5/+13
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-4/+5
* 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