aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel/responder.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Fix inverted cert sig and AUTHENTICATE compareDavid Goulet2026-06-021-4/+1
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-161-2/+14
* tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-091-0/+12
* proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-081-3/+3
* tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven Engler2026-04-081-3/+4
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-3/+23
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-081-3/+9
* proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-301-4/+4
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-26/+31
* proto: Transform inner into verified after verificationDavid Goulet2026-03-301-7/+11
* proto: Add documentation for the channel verify()David Goulet2026-03-301-1/+16
* proto: Fix a set of commentsDavid Goulet2026-03-301-4/+4
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-301-3/+3
* 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