aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-161-0/+1
* tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-091-0/+1
* relay: Pass advertise SocketAddr to channel builder instead of IpAddrDavid Goulet2026-04-091-5/+5
* proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-081-10/+3
* proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-081-5/+13
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-0/+12
* proto: Import read_msg() instead of refering to itDavid Goulet2026-03-301-19/+4
* proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-301-10/+10
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-2/+2
* proto: Remove duplicate use of read_msg() helperDavid Goulet2026-03-301-45/+21
* proto: Fix a set of commentsDavid Goulet2026-03-301-2/+1
* proto: Add AuthLogAction enum helperDavid Goulet2026-03-301-5/+4
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-301-7/+3
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-2/+2
* tor-proto: fix the relay responder's CLOG/SLOG digestsSteven Engler2026-03-191-12/+31
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-191-2/+8
* proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-191-14/+13
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-191-10/+13
* proto: Move cert validation per specialized channelDavid Goulet2026-03-191-2/+3
* 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
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-7/+9
* proto: Implement the build_certs_cell() helperDavid Goulet2026-02-251-6/+1
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-6/+2
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-5/+11
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-3/+12
* proto: Introduce new relay responder channel typesDavid Goulet2026-02-041-20/+34
* proto: Introduce new relay initiator channel typesDavid Goulet2026-02-041-4/+9
* 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
* proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-221-1/+1
* proto: Move relay channel related structs outside of handshake.rsDavid Goulet2026-01-221-265/+6
* proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-131-0/+14
* proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-131-0/+6
* proto: Add traits for public channel viewsDavid Goulet2026-01-131-44/+19
* proto: Add clock_skew() helper to relay unverified channelDavid Goulet2026-01-131-1/+13