aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Remove re-export of MsgBuf in unit testsDavid Goulet2026-04-141-1/+1
* proto: Add channel relay handshake unit testsDavid Goulet2026-04-141-178/+0
* proto: Move channel client handshake tests into client moduleDavid Goulet2026-04-141-0/+225
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-2/+4
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-081-2/+5
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-6/+6
* proto: Add names to ignored variablesDavid Goulet2026-03-301-1/+1
* proto: Add AuthLogAction enum helperDavid Goulet2026-03-301-5/+4
* chanmgr: Always use MaybeSensitive<PeerAddr> when building a channelDavid Goulet2026-03-301-3/+3
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-1/+1
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-191-4/+5
* proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-191-0/+3
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-191-52/+18
* proto: Move cert validation per specialized channelDavid Goulet2026-03-191-2/+41
* proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-191-1/+1
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-031-4/+0
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-1/+1
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-3/+1
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-031-5/+9
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-2/+10
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-9/+3
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-23/+10
* proto: Client channel need to consider PT for the targetDavid Goulet2026-02-121-6/+21
* proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-121-6/+4
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-4/+13
* proto: Add missing clock_skew() to unverified channelsDavid Goulet2026-02-041-6/+3
* proto: Make channel client to use a specific typeDavid Goulet2026-02-041-38/+43
* proto: Use the channel codec channel typeDavid Goulet2026-01-221-1/+0
* proto: Remove async for VerifiableChannel::check()David Goulet2026-01-221-2/+1
* proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-221-1/+2
* proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-221-1/+1
* proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-131-0/+14
* proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-131-12/+6
* proto: Add traits for public channel viewsDavid Goulet2026-01-131-47/+32
* proto: Make cargo doc happyDavid Goulet2025-11-191-1/+1
* proto: Split VerifiedChannel::finish()David Goulet2025-11-191-2/+17
* proto: Use the new client specific channelsDavid Goulet2025-11-191-11/+19
* proto: Add client specific handshake channel structsDavid Goulet2025-11-191-5/+89
* proto: Move client handshake into client channel moduleDavid Goulet2025-11-191-0/+140