summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'ticket_2304' into 'main'Nick Mathewson2026-01-271-6/+4
|\ \ | |/ |/|
| * Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2026-01-271-1/+1
| * tor-proto: Report CircuitClosed on unexpected stream rx closeNick Mathewson2026-01-221-6/+4
* | proto: Improve some comments in relay moduleDavid Goulet2026-01-222-1/+8
* | proto: Enforce condition with type systemDavid Goulet2026-01-221-5/+6
* | proto: Fix the link auth handling from the AUTH_CHALLENGEDavid Goulet2026-01-221-2/+3
* | proto: Add missing use for testsDavid Goulet2026-01-221-1/+1
* | proto: Use the channel codec channel typeDavid Goulet2026-01-226-21/+68
* | proto: Improve comments on build_auth_data() about clog/slogDavid Goulet2026-01-221-0/+4
* | proto: Remove Option<> around peer_ip for build_netinfo_cell()David Goulet2026-01-222-4/+5
* | proto: Put rsa_id and rsa_cert_digest togetherDavid Goulet2026-01-222-14/+13
* | proto: Avoid magic hardcoded value for LINK_AUTHDavid Goulet2026-01-222-3/+3
* | proto: Enforce CERTS and AUTHENTICATE are always expected togetherDavid Goulet2026-01-221-0/+6
* | proto: Remove async for VerifiableChannel::check()David Goulet2026-01-223-6/+3
* | proto: Move cell sending out of check() and into finish()David Goulet2026-01-222-37/+42
* | 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-222-33/+128
* | proto: Send relay channel NETINFO in check()David Goulet2026-01-222-19/+25
* | proto: Authenticate a relay channelDavid Goulet2026-01-223-32/+76
* | proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-223-3/+6
* | proto: Add CertifiedConn to relay handshakeDavid Goulet2026-01-222-17/+17
* | proto: Add relay link signing kp to RelayIdentitiesDavid Goulet2026-01-221-0/+5
* | proto: Add UnverifiedRelayChannel::build_auth_data()David Goulet2026-01-221-37/+101
* | proto: Implement RelayResponderHandshakeDavid Goulet2026-01-222-2/+264
* | proto: Add helper to build NETINFO cellDavid Goulet2026-01-221-13/+25
* | proto: Add a helper function to build CERTS cellDavid Goulet2026-01-221-1/+47
* | proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-225-21/+67
* | proto: Move relay channel related structs outside of handshake.rsDavid Goulet2026-01-222-269/+272
|/
* Merge branch 'ticket1599_02' into 'main'David Goulet2026-01-137-92/+164
|\
| * proto: Fix comments documentationDavid Goulet2026-01-133-4/+4
| * proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-133-2/+38
| * chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-131-7/+5
| * proto: Improve channel trait commentsDavid Goulet2026-01-131-0/+7
| * proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-133-12/+16
| * chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-131-2/+4
| * proto: Add traits for public channel viewsDavid Goulet2026-01-135-93/+106
| * proto: Add clock_skew() helper to relay unverified channelDavid Goulet2026-01-131-1/+13
* | Merge branch 'dedupe-handler' into 'main'gabi-2502026-01-136-58/+48
|\ \ | |/ |/|
| * proto: Fix docs post-refactoringGabriela Moldovan2026-01-131-2/+2
| * proto: Dedupe IncomingStreamRequestHandlerGabriela Moldovan2026-01-126-62/+47
| * proto: Give IncomingStreamRequestHandler a HopNumGabriela Moldovan2026-01-122-1/+6
* | proto: Update outdated reference to rxs in StreamMap docsGabriela Moldovan2026-01-121-1/+1
|/
* proto: Add an immediate order for client CircuitEvent orderingDavid Goulet2025-12-101-4/+7
* proto: Rename CircuitAction and cie to CircuitEventDavid Goulet2025-12-102-75/+67
* proto: #[macro_use] be gone!Gabriela Moldovan2025-12-104-2/+4
* proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolationDavid Goulet2025-12-103-11/+12
* proto: Add TODO in client reactor for bad cellDavid Goulet2025-12-101-0/+6
* proto: Move relay specific unit test to relay moduleDavid Goulet2025-12-102-25/+41
* proto: Relay circuit reactor now handles AnyChanMsgDavid Goulet2025-12-103-12/+14
* proto: Make ClientCircChanMsg pub(super)David Goulet2025-12-101-1/+1