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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'relay-channel-fixes' into 'main'
David Goulet
2026-02-26
1
-2
/
+0
|
\
|
*
proto: Remove/fix some very minor TODO(relay)
David Goulet
2026-02-26
1
-2
/
+0
*
|
proto: The AUTHENTICATE cell requires the SHA256 RSA identity digest
David Goulet
2026-02-26
1
-19
/
+22
|
/
*
proto: Implement the build_certs_cell() helper
David Goulet
2026-02-25
1
-19
/
+10
*
tor-proto: split field into two fields
Steven Engler
2026-02-24
1
-1
/
+1
*
tor-proto: remove unnecessary `Option`s
Steven Engler
2026-02-24
1
-12
/
+2
*
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
1
-2
/
+12
*
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
1
-13
/
+16
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
1
-5
/
+1
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
1
-4
/
+16
*
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
1
-4
/
+6
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-1
/
+3
*
proto: Publicly re-export MaybeVerifiableRelayResponderChannel
David Goulet
2026-02-09
1
-0
/
+2
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-2
/
+10
*
proto: Relay channel code cleanup
David Goulet
2026-02-04
1
-323
/
+4
*
proto: Introduce new relay responder channel types
David Goulet
2026-02-04
1
-0
/
+1
*
proto: Introduce new relay initiator channel types
David Goulet
2026-02-04
1
-0
/
+1
*
proto: Move the ChannelAuthenticationData::build() function into the object i...
David Goulet
2026-02-04
1
-0
/
+85
*
proto: Improve some comments in relay module
David Goulet
2026-01-22
1
-0
/
+6
*
proto: Fix the link auth handling from the AUTH_CHALLENGE
David Goulet
2026-01-22
1
-2
/
+3
*
proto: Use the channel codec channel type
David Goulet
2026-01-22
1
-1
/
+1
*
proto: Improve comments on build_auth_data() about clog/slog
David Goulet
2026-01-22
1
-0
/
+4
*
proto: Remove Option<> around peer_ip for build_netinfo_cell()
David Goulet
2026-01-22
1
-3
/
+4
*
proto: Put rsa_id and rsa_cert_digest together
David Goulet
2026-01-22
1
-3
/
+6
*
proto: Avoid magic hardcoded value for LINK_AUTH
David Goulet
2026-01-22
1
-2
/
+2
*
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
1
-2
/
+1
*
proto: Move cell sending out of check() and into finish()
David Goulet
2026-01-22
1
-32
/
+42
*
proto: Implement FinalizableChannel for an unverified relay channel
David Goulet
2026-01-22
1
-33
/
+62
*
proto: Send relay channel NETINFO in check()
David Goulet
2026-01-22
1
-19
/
+19
*
proto: Authenticate a relay channel
David Goulet
2026-01-22
1
-26
/
+66
*
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
1
-1
/
+2
*
proto: Add CertifiedConn to relay handshake
David Goulet
2026-01-22
1
-9
/
+9
*
proto: Add relay link signing kp to RelayIdentities
David Goulet
2026-01-22
1
-0
/
+5
*
proto: Add UnverifiedRelayChannel::build_auth_data()
David Goulet
2026-01-22
1
-37
/
+101
*
proto: Implement RelayResponderHandshake
David Goulet
2026-01-22
1
-0
/
+21
*
proto: Add helper to build NETINFO cell
David Goulet
2026-01-22
1
-13
/
+25
*
proto: Add a helper function to build CERTS cell
David Goulet
2026-01-22
1
-1
/
+47
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
1
-3
/
+10
*
proto: Move relay channel related structs outside of handshake.rs
David Goulet
2026-01-22
1
-4
/
+266
*
proto: Add UnverifiedRelayChannel implementation
David Goulet
2025-11-19
1
-0
/
+14
*
proto: Use Arc for relay identities object
David Goulet
2025-10-23
1
-1
/
+3
*
proto: Compute authenticate data after validating certificates
David Goulet
2025-10-23
1
-7
/
+7
*
proto: Add a relay channel builder
David Goulet
2025-10-23
1
-0
/
+36
*
proto: Add RelayIdentities object holding our keys
David Goulet
2025-10-23
1
-0
/
+50
*
proto: Add RelayInitiatorHandshake
David Goulet
2025-10-23
1
-0
/
+6