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
/
handshake.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-2
/
+2
*
tor-proto: fix the relay responder's CLOG/SLOG digests
Steven Engler
2026-03-19
1
-12
/
+31
*
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
1
-2
/
+8
*
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
1
-14
/
+13
*
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
1
-10
/
+13
*
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
1
-2
/
+3
*
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
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
1
-7
/
+9
*
proto: Implement the build_certs_cell() helper
David Goulet
2026-02-25
1
-6
/
+1
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
1
-6
/
+2
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
1
-5
/
+11
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-3
/
+12
*
proto: Introduce new relay responder channel types
David Goulet
2026-02-04
1
-20
/
+34
*
proto: Introduce new relay initiator channel types
David Goulet
2026-02-04
1
-4
/
+9
*
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
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
1
-1
/
+1
*
proto: Move relay channel related structs outside of handshake.rs
David Goulet
2026-01-22
1
-265
/
+6
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
1
-0
/
+14
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
1
-0
/
+6
*
proto: Add traits for public channel views
David Goulet
2026-01-13
1
-44
/
+19
*
proto: Add clock_skew() helper to relay unverified channel
David Goulet
2026-01-13
1
-1
/
+13
*
proto: Move comment in relay handshake.rs
David Goulet
2025-11-19
1
-1
/
+1
*
proto: Implement part of UnverifiedRelayChannel::finish()
David Goulet
2025-11-19
1
-10
/
+37
*
proto: Add VerifiedRelayChannel implementation
David Goulet
2025-11-19
1
-1
/
+31
*
proto: Add UnverifiedRelayChannel implementation
David Goulet
2025-11-19
1
-17
/
+86
*
proto: Introduce relay specific channel structs
David Goulet
2025-11-19
1
-2
/
+38
*
proto: Remove relay ChannelAuthenticationData builder
David Goulet
2025-10-23
1
-64
/
+11
*
proto: Use Arc for relay identities object
David Goulet
2025-10-23
1
-3
/
+3
*
proto: Remove LOG_PREFIX in relay handshake
David Goulet
2025-10-23
1
-5
/
+1
*
proto: Compute authenticate data after validating certificates
David Goulet
2025-10-23
1
-2
/
+1
*
proto: Add a relay channel builder
David Goulet
2025-10-23
1
-1
/
+0
*
proto: Add RelayIdentities object holding our keys
David Goulet
2025-10-23
1
-1
/
+11
*
proto: Add the channel authentication data
David Goulet
2025-10-23
1
-2
/
+147
*
proto: Add RelayInitiatorHandshake
David Goulet
2025-10-23
1
-0
/
+126