aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: require cells from responder to be orderedSteven Engler2026-03-031-60/+97
* tor-proto: make receiving AUTH_CHALLENGE non-optionalSteven Engler2026-03-031-4/+3
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-031-6/+1
* tor-proto: send an AUTH_CHALLENGE during testsSteven Engler2026-03-031-0/+2
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-3/+6
* linkspec: Implement a RelayIdsBuilder::from_relay_ids()David Goulet2026-03-031-6/+2
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-5/+6
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-031-48/+39
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-3/+6
* proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-261-8/+14
* tor-proto: improve debug tracing messageSteven Engler2026-02-241-2/+2
* tor-proto: split field into two fieldsSteven Engler2026-02-241-6/+10
* tor-proto: remove unnecessary `Option`sSteven Engler2026-02-241-14/+8
* proto: Filter the IP address in the channel's OwnedChanTargetDavid Goulet2026-02-191-23/+35
* proto: Reuse the RelayIds builder during the handshakeDavid Goulet2026-02-191-18/+11
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-38/+13
* proto: Use constructor for PeerInfo instead of BuilderDavid Goulet2026-02-191-15/+10
* proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-191-8/+23
* proto: Put a PeerInfo in ChannelDavid Goulet2026-02-191-2/+30
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-7/+20
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-4/+18
* proto: Add missing use for testsDavid Goulet2026-01-221-1/+1
* proto: Use the channel codec channel typeDavid Goulet2026-01-221-10/+17
* proto: Put rsa_id and rsa_cert_digest togetherDavid Goulet2026-01-221-11/+7
* proto: Remove uneeded code in the unverified inner check()David Goulet2026-01-221-25/+3
* proto: Implement FinalizableChannel for an unverified relay channelDavid Goulet2026-01-221-0/+66
* proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-221-16/+48
* proto: Remove unused code from testDavid Goulet2025-11-191-1/+0
* proto: Remove a .expect() of a digest array conversionDavid Goulet2025-11-191-17/+15
* proto: Update generic channel commentsDavid Goulet2025-11-191-9/+12
* proto: Split VerifiedChannel::finish()David Goulet2025-11-191-23/+3
* proto: Use the new client specific channelsDavid Goulet2025-11-191-17/+7
* proto: Move client handshake into client channel moduleDavid Goulet2025-11-191-127/+3
* proto: Add UnverifiedRelayChannel implementationDavid Goulet2025-11-191-101/+22
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-231-18/+35
* proto: Feature flag some relay specific codeDavid Goulet2025-10-231-8/+14
* proto: Add relay todos for the handshakeDavid Goulet2025-10-231-0/+2
* proto: Use Arc for relay identities objectDavid Goulet2025-10-231-1/+1
* proto: Re-arrange some importsDavid Goulet2025-10-231-3/+1
* proto: Add a note about channel canonicityDavid Goulet2025-10-231-0/+5
* proto: Compute authenticate data after validating certificatesDavid Goulet2025-10-231-5/+50
* proto: Add the channel authentication dataDavid Goulet2025-10-231-0/+7
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-231-1/+7
* proto: Change visibility for some channel objectsDavid Goulet2025-10-231-14/+14
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-1/+4
* proto: Move is_authenticating() into the base initiator handshake traitDavid Goulet2025-09-021-7/+10
* proto: Various channel handshake fixesDavid Goulet2025-09-021-21/+38
* proto: Fix unit tests after changesDavid Goulet2025-09-021-5/+5
* proto: Add a helper to calculate the handshake clock skewDavid Goulet2025-09-021-12/+33
* proto: Add a channel initiator handshake base traitDavid Goulet2025-09-021-76/+118