summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay
Commit message (Expand)AuthorAgeFilesLines
...
* 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-19/+7
* tor-proto: improve error messages during handshakeSteven Engler2026-03-031-1/+2
* tor-proto: during handshake ensure circ id is 0Steven Engler2026-03-031-2/+9
* tor-proto: require cells from initiator to be orderedSteven Engler2026-03-031-61/+112
* tor-proto: make receiving AUTH_CHALLENGE non-optionalSteven Engler2026-03-031-4/+0
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-031-4/+0
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-032-3/+4
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-3/+5
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-032-7/+19
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-033-20/+17
* tor-proto: rename 'SLOG'/'CLOG' and related codeSteven Engler2026-03-021-6/+8
* Merge branch 'relay-channel-fixes' into 'main'David Goulet2026-02-262-5/+0
|\
| * proto: Remove/fix some very minor TODO(relay)David Goulet2026-02-262-5/+0
* | proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-261-19/+22
|/
* proto: Implement the build_certs_cell() helperDavid Goulet2026-02-253-27/+13
* tor-proto: split field into two fieldsSteven Engler2026-02-241-1/+1
* tor-proto: remove unnecessary `Option`sSteven Engler2026-02-241-12/+2
* chanmgr: Don't allow to build relay channel to ourselfDavid Goulet2026-02-241-2/+12
* proto: Modify RelayIdentities to have encodable certDavid Goulet2026-02-231-13/+16
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-194-18/+17
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-194-35/+33
* Merge branch 'relay-own-cert' into 'main'David Goulet2026-02-163-6/+20
|\
| * relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-123-6/+20
* | Merge branch 'early-relay' into 'main'gabi-2502026-02-121-41/+104
|\ \ | |/ |/|
| * proto: Remove unused function in relay FWD reactorGabriela Moldovan2026-02-121-7/+1
| * proto: Move decode_relay_cell() out of ForwardHandlerGabriela Moldovan2026-02-121-27/+36
| * proto: Forbid EXTEND2 from RELAY cellsGabriela Moldovan2026-02-121-1/+9
| * proto: Return a protocol error if we get too many RELAY_EARLYGabriela Moldovan2026-02-121-1/+20
| * proto: Overhaul forward cell handlingGabriela Moldovan2026-02-121-8/+37
| * proto: Give handle_forward_cell() a handle to the hopmgrGabriela Moldovan2026-02-121-1/+5
* | Merge branch 'channel-canonical' into 'main'David Goulet2026-02-124-29/+57
|\ \ | |/ |/|
| * proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-122-22/+11
| * proto: Channel finish() now handles canonicityDavid Goulet2026-02-124-20/+59
* | proto: Return internal error on TRUNCATEGabriela Moldovan2026-02-121-1/+1
|/
* proto: Implement validate_backward_cell() for relaysGabriela Moldovan2026-02-111-3/+34
* proto: Extend BWD handler with a backward cell handling functionGabriela Moldovan2026-02-111-1/+10
* proto: Relay responder channel allow to be non_exhaustiveDavid Goulet2026-02-091-1/+1
* proto: Publicly re-export MaybeVerifiableRelayResponderChannelDavid Goulet2026-02-092-0/+3
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-2/+10
* proto: Say why it's okay not to have timeouts in a couple of placesGabriela Moldovan2026-02-091-0/+6
* proto: Remove the EXTEND2 timeout for nowGabriela Moldovan2026-02-091-26/+11
* proto: Reject EXTEND2 cells even if we already have an extension in progressGabriela Moldovan2026-02-091-1/+12
* proto: Ensure DESTROY gets sent on circuit dropGabriela Moldovan2026-02-051-3/+9
* proto: Make handle_extend2() synchronousGabriela Moldovan2026-02-051-3/+2
* proto: Implement EXTEND2 handlingGabriela Moldovan2026-02-051-17/+248
* proto: Reword an error message for clarityGabriela Moldovan2026-02-051-1/+1
* proto: Give handle_meta_msg() a handle to the runtimeGabriela Moldovan2026-02-051-1/+2
* proto: Add an implementation-dependent reactor event streamGabriela Moldovan2026-02-052-1/+23