aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Use PeerInfo to log responder channel addrDavid Goulet2026-07-291-2/+2
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-231-1/+1
* tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-231-3/+3
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-1/+1
* proto: Return the incoming streams from the create handlerGabriela Moldovan2026-07-221-3/+4
* Apply deferred rustfmt churnIan Jackson2026-07-161-1/+1
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-2/+2
* proto: Pass the allowed incoming commands to CreateRequestHandlerGabriela Moldovan2026-06-301-0/+3
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-291-0/+2
* tor-proto: Remove a now-redundant .iter() in a call to iter_joinIan Jackson2026-06-111-1/+1
* proto: add regression tests for verify_link_auth_certmoumenalaoui2026-06-021-0/+79
* proto: Fix inverted cert sig and AUTHENTICATE compareDavid Goulet2026-06-021-1/+1
* relay: Modify RelayNtorKeys to use a constructorDavid Goulet2026-04-211-7/+5
* proto: Make the CreateRequestHandler::new() take the ntor keysDavid Goulet2026-04-211-0/+16
* proto: Remove unused imports in unit testsDavid Goulet2026-04-141-1/+1
* proto: Fix relay unit tests with new CreateRequestHandlerDavid Goulet2026-04-141-1/+13
* proto: Add channel relay handshake unit testsDavid Goulet2026-04-141-4/+268
* proto: Move test certs module at the topDavid Goulet2026-04-141-31/+31
* proto: Move channel client handshake tests into client moduleDavid Goulet2026-04-141-218/+10
* proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-081-1/+3
* proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-081-2/+2
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-5/+12
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-081-4/+10
* proto: Improve check_relay_identities() documentationDavid Goulet2026-03-301-3/+7
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-74/+86
* proto: Add documentation for the channel verify()David Goulet2026-03-301-1/+15
* proto: Remove duplicate use of read_msg() helperDavid Goulet2026-03-301-37/+37
* proto: Fix a set of commentsDavid Goulet2026-03-301-4/+4
* proto: Add AuthLogAction enum helperDavid Goulet2026-03-301-3/+22
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-301-3/+2
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-4/+4
* Fix typosTobias Stoeckmann2026-03-241-2/+2
* proto: The relay signing key signs the auth certDavid Goulet2026-03-191-3/+3
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-191-3/+23
* proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-191-3/+9
* proto: Fix unit testsDavid Goulet2026-03-191-7/+17
* proto: Improve logging in channel handshakeDavid Goulet2026-03-191-2/+2
* proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-191-8/+1
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-191-66/+109
* proto: Move cert validation per specialized channelDavid Goulet2026-03-191-81/+14
* proto: Add the verify_link_auth_cert() helperDavid Goulet2026-03-191-1/+57
* proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-191-59/+37
* proto: Move into a helper function the TLS cert validationDavid Goulet2026-03-191-28/+61
* proto: Split relay identity checks from CERTS into its own functionDavid Goulet2026-03-191-90/+109
* proto: Extract inline helpers into struct itselfDavid Goulet2026-03-191-40/+46
* tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`Steven Engler2026-03-041-1/+1
* tor-proto: small code cleanupSteven Engler2026-03-031-9/+3
* tor-proto: improve error messages using `RestrictedMsg`Steven Engler2026-03-031-16/+10
* tor-proto: improve error messages during handshakeSteven Engler2026-03-031-4/+5
* tor-proto: during handshake ensure circ id is 0Steven Engler2026-03-031-2/+9