summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* 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