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
*
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
*
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
3
-56
/
+19
*
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
3
-11
/
+98
*
proto: Use RelayIds in a VerifiedChannel
David Goulet
2026-03-19
2
-3
/
+5
*
tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`
Steven Engler
2026-03-04
1
-1
/
+1
*
tor-proto: small code cleanup
Steven Engler
2026-03-03
1
-9
/
+3
*
tor-proto: improve error messages using `RestrictedMsg`
Steven Engler
2026-03-03
1
-19
/
+7
*
tor-proto: improve error messages during handshake
Steven Engler
2026-03-03
1
-1
/
+2
*
tor-proto: during handshake ensure circ id is 0
Steven Engler
2026-03-03
1
-2
/
+9
*
tor-proto: require cells from initiator to be ordered
Steven Engler
2026-03-03
1
-61
/
+112
*
tor-proto: make receiving AUTH_CHALLENGE non-optional
Steven Engler
2026-03-03
1
-4
/
+0
*
tor-proto: remove `is_expecting_auth_challenge()`
Steven Engler
2026-03-03
1
-4
/
+0
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
2
-3
/
+4
*
proto: Channel handshake minor cleanup
David Goulet
2026-03-03
1
-3
/
+5
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
2
-7
/
+19
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
2
-11
/
+14
*
proto: Implement the build_certs_cell() helper
David Goulet
2026-02-25
2
-8
/
+3
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
3
-13
/
+16
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
3
-31
/
+17
*
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
2
-2
/
+14
*
proto: Enforce that channel method as unique SocketAddr
David Goulet
2026-02-12
2
-22
/
+11
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
3
-19
/
+56
*
proto: Relay responder channel allow to be non_exhaustive
David Goulet
2026-02-09
1
-1
/
+1
*
proto: Publicly re-export MaybeVerifiableRelayResponderChannel
David Goulet
2026-02-09
1
-0
/
+1
*
proto: Add missing clock_skew() to unverified channels
David Goulet
2026-02-04
2
-2
/
+12
*
proto: Introduce new relay responder channel types
David Goulet
2026-02-04
2
-20
/
+210
*
proto: Introduce new relay initiator channel types
David Goulet
2026-02-04
2
-4
/
+187
*
proto: Enforce condition with type system
David Goulet
2026-01-22
1
-5
/
+6
*
proto: Use the channel codec channel type
David Goulet
2026-01-22
1
-4
/
+0
*
proto: Remove Option<> around peer_ip for build_netinfo_cell()
David Goulet
2026-01-22
1
-1
/
+1
*
proto: Avoid magic hardcoded value for LINK_AUTH
David Goulet
2026-01-22
1
-1
/
+1
*
proto: Enforce CERTS and AUTHENTICATE are always expected together
David Goulet
2026-01-22
1
-0
/
+6
*
proto: Send relay channel NETINFO in check()
David Goulet
2026-01-22
1
-0
/
+6
*
proto: Authenticate a relay channel
David Goulet
2026-01-22
1
-6
/
+3
*
proto: Add CertifiedConn to relay handshake
David Goulet
2026-01-22
1
-8
/
+8
*
proto: Implement RelayResponderHandshake
David Goulet
2026-01-22
1
-2
/
+243
[next]