summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tor-proto: require cells from responder to be orderedSteven Engler2026-03-031-60/+97
* tor-proto: make receiving AUTH_CHALLENGE non-optionalSteven Engler2026-03-031-4/+3
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-031-6/+1
* tor-proto: send an AUTH_CHALLENGE during testsSteven Engler2026-03-031-0/+2
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-032-4/+7
* linkspec: Implement a RelayIdsBuilder::from_relay_ids()David Goulet2026-03-031-6/+2
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-5/+6
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-032-49/+40
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-3/+6
* tor-proto: rename 'SLOG'/'CLOG' and related codeSteven Engler2026-03-021-48/+76
* Merge branch 'relay-channel-fixes' into 'main'David Goulet2026-02-261-0/+4
|\
| * 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-261-8/+14
|/
* tor-proto: improve debug tracing messageSteven Engler2026-02-241-2/+2
* tor-proto: split field into two fieldsSteven Engler2026-02-241-6/+10
* tor-proto: remove unnecessary `Option`sSteven Engler2026-02-241-14/+8
* proto: Filter the IP address in the channel's OwnedChanTargetDavid Goulet2026-02-191-23/+35
* proto: Reuse the RelayIds builder during the handshakeDavid Goulet2026-02-191-18/+11
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-38/+13
* proto: Use constructor for PeerInfo instead of BuilderDavid Goulet2026-02-191-15/+10
* proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-192-9/+25
* proto: Put a PeerInfo in ChannelDavid Goulet2026-02-192-2/+31
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-7/+20
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-122-5/+20
* Merge branch 'unused-async-lint' into 'main'gabi-2502026-01-281-2/+3
|\
| * proto: Add an exception for clippy::unused_asyncGabriela Moldovan2026-01-271-0/+1
| * proto: Remove unnecessary async in channel reactorGabriela Moldovan2026-01-271-2/+2
* | clippy: Fix missing doc for non-Linux buildsClara Engler2026-01-271-0/+1
|/
* proto: Add missing use for testsDavid Goulet2026-01-221-1/+1
* proto: Use the channel codec channel typeDavid Goulet2026-01-223-15/+67
* proto: Put rsa_id and rsa_cert_digest togetherDavid Goulet2026-01-221-11/+7
* proto: Remove uneeded code in the unverified inner check()David Goulet2026-01-221-25/+3
* proto: Implement FinalizableChannel for an unverified relay channelDavid Goulet2026-01-221-0/+66
* proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-221-16/+48
* proto: Move unit tests and minor fixDavid Goulet2025-12-101-3/+3
* proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-102-5/+5
* proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-101-2/+1
* proto: Remove extra slashes in doc commentsGabriela Moldovan2025-12-011-2/+2
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-1/+5