aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel/initiator.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-161-0/+1
* proto: Add channel relay handshake unit testsDavid Goulet2026-04-141-0/+6
* tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-091-0/+1
* proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-081-2/+3
* proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-081-3/+3
* tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven Engler2026-04-081-2/+3
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-2/+13
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-081-2/+5
* proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-301-10/+13
* proto: Remove noop function for initiator channelDavid Goulet2026-03-301-12/+1
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-9/+9
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-301-3/+3
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-191-4/+11
* tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`Steven Engler2026-03-191-0/+8
* tor-proto: build AUTHENTICATE after sending CERTSSteven Engler2026-03-191-15/+22
* proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-191-3/+3
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-191-45/+5
* proto: Move cert validation per specialized channelDavid Goulet2026-03-191-2/+45
* proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-191-1/+1
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-1/+2
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-3/+5
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-031-2/+6
* proto: Implement the build_certs_cell() helperDavid Goulet2026-02-251-2/+2
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-3/+4
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-10/+3
* relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-121-0/+1
* proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-121-9/+4
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-5/+5
* proto: Add missing clock_skew() to unverified channelsDavid Goulet2026-02-041-1/+6
* proto: Introduce new relay initiator channel typesDavid Goulet2026-02-041-0/+178