summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* proto: Introduce a ChannelBaseHandshake traitDavid Goulet2025-09-021-37/+96
* proto: Put in a ChannelFrame<T> into the client handshakeDavid Goulet2025-09-021-10/+9
* proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-271-20/+7
* proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-211-15/+1
* proto: Return AUTHORIZE, VPADDING and VERSIONS at handshakeDavid Goulet2025-08-211-9/+37
* proto: Rename OutboundClientHandshakeDavid Goulet2025-08-201-6/+6
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-112/+52
* proto: Add ChannelType enumDavid Goulet2025-08-201-1/+10
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-16/+24
* tor-proto: Log channel, circuit, stream identifiers as structured fields.Gabriela Moldovan2025-06-121-15/+17
* tor-proto: remove `use asynchronous_codec as futures_codec`Neel Chauhan2025-02-061-4/+4
* tor-proto: Pass a StreamOps handle to the channel reactor.Gabriela Moldovan2025-01-151-0/+8
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-10/+16
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-031-4/+20
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-031-1/+5
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-031-2/+2
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)Ian Jackson2024-10-011-4/+14
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProvidersIan Jackson2024-10-011-8/+8
* UnverifiedChannel: Clarify check's peer_certClara Engler2024-07-111-1/+1
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-1/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* test: add a test for missing NETINFO cellsEmil Engler2023-08-121-0/+15
* tor-proto: Remove use of arrayref.Nick Mathewson2023-06-011-2/+5
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-2/+2
* tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-091-14/+26
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-071-2/+2
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-071-1/+1