summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* | proto: Check the AUTHENTICATE auth type that we support itDavid Goulet2026-03-193-1/+19
* | chanmgr: Clarify the use of no identity ChanTargetDavid Goulet2026-03-191-3/+4
* | tor-proto: fix the relay responder's CLOG/SLOG digestsSteven Engler2026-03-192-20/+37
* | tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-194-13/+47
* | 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
* | proto: Move criterion-cycles-per-byte to dev-dependenciesNick Mathewson2026-03-131-1/+1
|/
* Merge branch 'upgrade-polyval' into 'main'Nick Mathewson2026-03-052-3/+10
|\
| * proto: Upgrade to latest polyval.Nick Mathewson2026-03-042-3/+10
* | 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
* Merge branch 'slog-clog' into 'main'opara2026-03-032-54/+84
|\
| * tor-proto: rename 'SLOG'/'CLOG' and related codeSteven Engler2026-03-022-54/+84
* | Remove semver.md files post-releaseGabriela Moldovan2026-03-031-3/+0
* | Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-20/+20
* | Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-4/+4
|/