index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
1
-0
/
+1
*
tor-proto: give our ed ident to the channel reactor
Steven Engler
2026-04-09
1
-0
/
+1
*
relay: Pass advertise SocketAddr to channel builder instead of IpAddr
David Goulet
2026-04-09
1
-5
/
+5
*
proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG
David Goulet
2026-04-08
1
-10
/
+3
*
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
1
-5
/
+13
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
1
-0
/
+12
*
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
1
-10
/
+10
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
1
-2
/
+2
*
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
1
-2
/
+1
*
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
1
-7
/
+3
*
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
[next]