aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Move comment in relay handshake.rsDavid Goulet2025-11-191-1/+1
* proto: Implement part of UnverifiedRelayChannel::finish()David Goulet2025-11-191-10/+37
* proto: Add VerifiedRelayChannel implementationDavid Goulet2025-11-191-1/+31
* proto: Add UnverifiedRelayChannel implementationDavid Goulet2025-11-191-17/+86
* proto: Introduce relay specific channel structsDavid Goulet2025-11-191-2/+38
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-231-64/+11
* proto: Use Arc for relay identities objectDavid Goulet2025-10-231-3/+3
* proto: Remove LOG_PREFIX in relay handshakeDavid Goulet2025-10-231-5/+1
* proto: Compute authenticate data after validating certificatesDavid Goulet2025-10-231-2/+1
* proto: Add a relay channel builderDavid Goulet2025-10-231-1/+0
* proto: Add RelayIdentities object holding our keysDavid Goulet2025-10-231-1/+11
* proto: Add the channel authentication dataDavid Goulet2025-10-231-2/+147
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-231-0/+126