summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`Steven Engler2026-03-193-10/+24
* | tor-proto: improve chan send/recv-log error messagesSteven Engler2026-03-191-2/+6
* | tor-proto: build AUTHENTICATE after sending CERTSSteven Engler2026-03-191-15/+22
* | cell: Simplify the Authenticate APIDavid Goulet2026-03-191-5/+8
* | proto: Fix AUTHENTICATE equality check and signature checkDavid Goulet2026-03-191-2/+2
* | proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-193-17/+25
* | proto: Fix unit testsDavid Goulet2026-03-191-7/+17
* | proto: Improve logging in channel handshakeDavid Goulet2026-03-191-2/+2
* | proto: Responder channel properly validates the AUTHENTICATE cellDavid Goulet2026-03-192-17/+39
* | proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-194-67/+69
* | proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-195-174/+146
* | proto: Move cert validation per specialized channelDavid Goulet2026-03-195-94/+153
* | proto: Add the verify_link_auth_cert() helperDavid Goulet2026-03-192-2/+58
* | proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-195-64/+50
* | 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
|/
* Merge branch 'circ-react-logs' into 'main'David Goulet2026-03-162-2/+44
|\
| * proto: Add more logging to the new circuit reactorsGabriela Moldovan2026-03-122-2/+44
* | Fix grammar typosTobias Stoeckmann2026-03-151-2/+2
* | Fix word duplicate typosTobias Stoeckmann2026-03-157-8/+8
|/
* Merge branch 'upgrade-polyval' into 'main'Nick Mathewson2026-03-051-2/+9
|\
| * proto: Upgrade to latest polyval.Nick Mathewson2026-03-041-2/+9
* | tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`Steven Engler2026-03-042-2/+2
* | tor-proto: small code cleanupSteven Engler2026-03-032-18/+6
* | tor-proto: improve error messages using `RestrictedMsg`Steven Engler2026-03-032-35/+17
* | tor-proto: improve error messages during handshakeSteven Engler2026-03-032-5/+7
|/
* tor-proto: during handshake ensure circ id is 0Steven Engler2026-03-032-4/+18
* tor-proto: require cells from initiator to be orderedSteven Engler2026-03-031-61/+112
* tor-proto: require cells from responder to be orderedSteven Engler2026-03-032-61/+97
* tor-proto: make receiving AUTH_CHALLENGE non-optionalSteven Engler2026-03-032-8/+3
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-033-14/+1
* tor-proto: send an AUTH_CHALLENGE during testsSteven Engler2026-03-031-0/+2
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-036-10/+14
* linkspec: Implement a RelayIdsBuilder::from_relay_ids()David Goulet2026-03-031-6/+2
* proto: Channel handshake minor cleanupDavid Goulet2026-03-033-11/+12
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-036-67/+73
* proto: Make PeerInfo accessors pub(crate)David Goulet2026-03-031-2/+8
* proto: Implement Display for PeerAddrDavid Goulet2026-03-031-1/+1
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-035-25/+33
* tor-proto: rename 'SLOG'/'CLOG' and related codeSteven Engler2026-03-022-54/+84
* Merge branch 'relay-channel-fixes' into 'main'David Goulet2026-02-263-5/+4
|\
| * proto: Remove/fix some very minor TODO(relay)David Goulet2026-02-262-5/+0
| * proto: Add 'CreateFast/CreatedFast' to relay message filterSteven Engler2026-02-261-0/+4
* | proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-262-27/+36
|/
* proto: Implement the build_certs_cell() helperDavid Goulet2026-02-253-27/+13
* chanmgr: Use CircIdRange::Low for relay channelsDavid Goulet2026-02-251-1/+5
* tor-proto: improve debug tracing messageSteven Engler2026-02-241-2/+2
* tor-proto: split field into two fieldsSteven Engler2026-02-242-7/+11
* tor-proto: remove unnecessary `Option`sSteven Engler2026-02-242-26/+10