summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel
Commit message (Expand)AuthorAgeFilesLines
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-291-3/+42
* proto: Return IncomingStreams stream from relay reactor constructorGabriela Moldovan2026-06-291-2/+5
* proto: Support passing a stream request filter to the reactorGabriela Moldovan2026-06-291-0/+3
* tor-proto: add some comments about handshake server argumentsSteven Engler2026-06-251-0/+5
* tor-proto: implement the ntor (non-v3) handshakeSteven Engler2026-06-241-5/+65
* tor-proto: update a comment in `CreateRequestHandler`Steven Engler2026-06-241-4/+2
* tor-proto: move `RelayLayer` split into helperSteven Engler2026-06-241-4/+21
* tor-proto: prepare for ntor handshakesSteven Engler2026-06-241-9/+34
* tor-proto: circ handshake now always uses NONE destroy reasonSteven Engler2026-06-121-15/+5
* proto: Replace CircuitRx{Sender,Receiver} with new channel typeGabriela Moldovan2026-06-081-0/+1
* proto: Fix inverted cert sig and AUTHENTICATE compareDavid Goulet2026-06-021-4/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* proto: Make the CreateRequestHandler::new() take the ntor keysDavid Goulet2026-04-211-14/+4
* relay: Use the new RelayNtorKeys for the create handlerDavid Goulet2026-04-211-9/+5
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-164-3/+21
* proto: Add a test helper function for building a CircNetParametersDavid Goulet2026-04-141-0/+14
* proto: Add channel relay handshake unit testsDavid Goulet2026-04-141-0/+6
* tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-094-1/+31
* proto: Apply deferred rustfmtGabriela Moldovan2026-04-091-1/+1
* proto: Add method for installing ntor keys in the create handlerGabriela Moldovan2026-04-091-2/+27
* arti-relays: Pass a CreateRequestHandler to the crypto taskGabriela Moldovan2026-04-091-0/+1
* relay: Pass advertise SocketAddr to channel builder instead of IpAddrDavid Goulet2026-04-091-5/+5
* Merge branch 'create-fast' into 'main'gabi-2502026-04-091-55/+70
|\
| * tor-proto: take `CreateRequest` message by referenceSteven Engler2026-04-081-5/+4
| * tor-proto: move a TODOSteven Engler2026-04-081-2/+1
| * tor-proto: remove old TODOSteven Engler2026-04-081-4/+1
| * tor-proto: rustfmtSteven Engler2026-04-081-6/+3
| * tor-proto: move CREATE_FAST handlingSteven Engler2026-04-081-45/+43
| * tor-proto: prepare to move CREATE_FAST handling to a helperSteven Engler2026-04-081-8/+34
| * tor-proto: remove old TODOSteven Engler2026-04-081-1/+0
* | proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-082-12/+6
* | proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-083-11/+19
|/
* tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven Engler2026-04-082-5/+7
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-083-5/+48
* tor-proto: simplify error handling in `CreateRequestHandler::handle_create()`Steven Engler2026-04-081-71/+85
* tor-proto: add `CreateRequestHandler`Steven Engler2026-04-081-0/+340
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-082-5/+14
* proto: Import read_msg() instead of refering to itDavid Goulet2026-03-301-19/+4
* proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-303-24/+27
* proto: Remove noop function for initiator channelDavid Goulet2026-03-301-12/+1
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-303-37/+42
* proto: Transform inner into verified after verificationDavid Goulet2026-03-301-7/+11
* proto: Add documentation for the channel verify()David Goulet2026-03-301-1/+16
* proto: Remove duplicate use of read_msg() helperDavid Goulet2026-03-301-45/+21
* proto: Fix a set of commentsDavid Goulet2026-03-302-6/+5
* proto: Add AuthLogAction enum helperDavid Goulet2026-03-301-5/+4
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-303-13/+9
* tor-proto: Port to web-time-compatNick Mathewson2026-03-262-4/+5
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Compare AUTHENTICATE expected body in constant-timeDavid Goulet2026-03-191-1/+3