index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
relay
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
1
-14
/
+4
*
relay: Use the new RelayNtorKeys for the create handler
David Goulet
2026-04-21
1
-9
/
+5
*
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
4
-3
/
+21
*
proto: Add a test helper function for building a CircNetParameters
David Goulet
2026-04-14
1
-0
/
+14
*
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
1
-0
/
+6
*
tor-proto: give our ed ident to the channel reactor
Steven Engler
2026-04-09
4
-1
/
+31
*
proto: Apply deferred rustfmt
Gabriela Moldovan
2026-04-09
1
-1
/
+1
*
proto: Add method for installing ntor keys in the create handler
Gabriela Moldovan
2026-04-09
1
-2
/
+27
*
arti-relays: Pass a CreateRequestHandler to the crypto task
Gabriela Moldovan
2026-04-09
1
-0
/
+1
*
relay: Pass advertise SocketAddr to channel builder instead of IpAddr
David Goulet
2026-04-09
1
-5
/
+5
*
Merge branch 'create-fast' into 'main'
gabi-250
2026-04-09
1
-55
/
+70
|
\
|
*
tor-proto: take `CreateRequest` message by reference
Steven Engler
2026-04-08
1
-5
/
+4
|
*
tor-proto: move a TODO
Steven Engler
2026-04-08
1
-2
/
+1
|
*
tor-proto: remove old TODO
Steven Engler
2026-04-08
1
-4
/
+1
|
*
tor-proto: rustfmt
Steven Engler
2026-04-08
1
-6
/
+3
|
*
tor-proto: move CREATE_FAST handling
Steven Engler
2026-04-08
1
-45
/
+43
|
*
tor-proto: prepare to move CREATE_FAST handling to a helper
Steven Engler
2026-04-08
1
-8
/
+34
|
*
tor-proto: remove old TODO
Steven Engler
2026-04-08
1
-1
/
+0
*
|
proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG
David Goulet
2026-04-08
2
-12
/
+6
*
|
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
3
-11
/
+19
|
/
*
tor-proto: replace use of `ChannelDirection` with `CircIdRange`
Steven Engler
2026-04-08
2
-5
/
+7
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
3
-5
/
+48
*
tor-proto: simplify error handling in `CreateRequestHandler::handle_create()`
Steven Engler
2026-04-08
1
-71
/
+85
*
tor-proto: add `CreateRequestHandler`
Steven Engler
2026-04-08
1
-0
/
+340
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
2
-5
/
+14
*
proto: Import read_msg() instead of refering to it
David Goulet
2026-03-30
1
-19
/
+4
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
3
-24
/
+27
*
proto: Remove noop function for initiator channel
David Goulet
2026-03-30
1
-12
/
+1
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
3
-37
/
+42
*
proto: Transform inner into verified after verification
David Goulet
2026-03-30
1
-7
/
+11
*
proto: Add documentation for the channel verify()
David Goulet
2026-03-30
1
-1
/
+16
*
proto: Remove duplicate use of read_msg() helper
David Goulet
2026-03-30
1
-45
/
+21
*
proto: Fix a set of comments
David Goulet
2026-03-30
2
-6
/
+5
*
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
1
-5
/
+4
*
proto: Add a type alias for SLOG/CLOG digest
David Goulet
2026-03-30
3
-13
/
+9
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
2
-4
/
+5
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
proto: Compare AUTHENTICATE expected body in constant-time
David Goulet
2026-03-19
1
-1
/
+3
*
proto: The relay signing key signs the auth cert
David Goulet
2026-03-19
1
-6
/
+3
*
proto: Check the AUTHENTICATE auth type that we support it
David Goulet
2026-03-19
1
-0
/
+1
*
chanmgr: Clarify the use of no identity ChanTarget
David Goulet
2026-03-19
1
-3
/
+4
*
tor-proto: fix the relay responder's CLOG/SLOG digests
Steven Engler
2026-03-19
2
-20
/
+37
*
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
2
-6
/
+19
*
tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`
Steven Engler
2026-03-19
2
-0
/
+16
*
tor-proto: build AUTHENTICATE after sending CERTS
Steven Engler
2026-03-19
1
-15
/
+22
*
cell: Simplify the Authenticate API
David Goulet
2026-03-19
1
-5
/
+8
*
proto: Fix AUTHENTICATE equality check and signature check
David Goulet
2026-03-19
1
-2
/
+2
*
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
1
-14
/
+13
*
proto: Responder channel properly validates the AUTHENTICATE cell
David Goulet
2026-03-19
1
-11
/
+20
*
proto: Add specialized build functions for ChannelAuthenticationData
David Goulet
2026-03-19
2
-9
/
+6
[next]