summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Port to web-time-compatNick Mathewson2026-03-262-4/+5
* 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-192-20/+37
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-192-6/+19
* tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`Steven Engler2026-03-192-0/+16
* tor-proto: build AUTHENTICATE after sending CERTSSteven Engler2026-03-191-15/+22
* cell: Simplify the Authenticate APIDavid Goulet2026-03-191-5/+8
* proto: Fix AUTHENTICATE equality check and signature checkDavid Goulet2026-03-191-2/+2
* proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-191-14/+13
* proto: Responder channel properly validates the AUTHENTICATE cellDavid Goulet2026-03-191-11/+20
* proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-192-9/+6
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-193-56/+19
* proto: Move cert validation per specialized channelDavid Goulet2026-03-193-11/+98
* proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-192-3/+5
* tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`Steven Engler2026-03-041-1/+1
* tor-proto: small code cleanupSteven Engler2026-03-031-9/+3
* tor-proto: improve error messages using `RestrictedMsg`Steven Engler2026-03-031-19/+7
* tor-proto: improve error messages during handshakeSteven Engler2026-03-031-1/+2
* tor-proto: during handshake ensure circ id is 0Steven Engler2026-03-031-2/+9
* tor-proto: require cells from initiator to be orderedSteven Engler2026-03-031-61/+112
* tor-proto: make receiving AUTH_CHALLENGE non-optionalSteven Engler2026-03-031-4/+0
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-031-4/+0
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-032-3/+4
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-3/+5
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-032-7/+19
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-032-11/+14
* proto: Implement the build_certs_cell() helperDavid Goulet2026-02-252-8/+3
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-193-13/+16
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-193-31/+17
* relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-122-2/+14
* proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-122-22/+11
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-123-19/+56
* 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-042-2/+12
* proto: Introduce new relay responder channel typesDavid Goulet2026-02-042-20/+210
* proto: Introduce new relay initiator channel typesDavid Goulet2026-02-042-4/+187
* proto: Enforce condition with type systemDavid Goulet2026-01-221-5/+6
* proto: Use the channel codec channel typeDavid Goulet2026-01-221-4/+0
* proto: Remove Option<> around peer_ip for build_netinfo_cell()David Goulet2026-01-221-1/+1
* proto: Avoid magic hardcoded value for LINK_AUTHDavid Goulet2026-01-221-1/+1
* proto: Enforce CERTS and AUTHENTICATE are always expected togetherDavid Goulet2026-01-221-0/+6
* proto: Send relay channel NETINFO in check()David Goulet2026-01-221-0/+6
* proto: Authenticate a relay channelDavid Goulet2026-01-221-6/+3
* proto: Add CertifiedConn to relay handshakeDavid Goulet2026-01-221-8/+8
* proto: Implement RelayResponderHandshakeDavid Goulet2026-01-221-2/+243