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
/
channel
/
handshake.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Use PeerInfo to log responder channel addr
David Goulet
2026-07-29
1
-2
/
+2
*
tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`
Ian Jackson
2026-07-23
1
-1
/
+1
*
tor-checkable: TimeBound: Make wrapped type an associated type
Ian Jackson
2026-07-23
1
-3
/
+3
*
tor-checkable: TimeBound: remove Error associated type
Ian Jackson
2026-07-23
1
-1
/
+1
*
proto: Return the incoming streams from the create handler
Gabriela Moldovan
2026-07-22
1
-3
/
+4
*
Apply deferred rustfmt churn
Ian Jackson
2026-07-16
1
-1
/
+1
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-2
/
+2
*
proto: Pass the allowed incoming commands to CreateRequestHandler
Gabriela Moldovan
2026-06-30
1
-0
/
+3
*
proto: Pass an IncomingStreamRequestFilter factory to the create handler
Gabriela Moldovan
2026-06-29
1
-0
/
+2
*
tor-proto: Remove a now-redundant .iter() in a call to iter_join
Ian Jackson
2026-06-11
1
-1
/
+1
*
proto: add regression tests for verify_link_auth_cert
moumenalaoui
2026-06-02
1
-0
/
+79
*
proto: Fix inverted cert sig and AUTHENTICATE compare
David Goulet
2026-06-02
1
-1
/
+1
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-7
/
+5
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
1
-0
/
+16
*
proto: Remove unused imports in unit tests
David Goulet
2026-04-14
1
-1
/
+1
*
proto: Fix relay unit tests with new CreateRequestHandler
David Goulet
2026-04-14
1
-1
/
+13
*
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
1
-4
/
+268
*
proto: Move test certs module at the top
David Goulet
2026-04-14
1
-31
/
+31
*
proto: Move channel client handshake tests into client module
David Goulet
2026-04-14
1
-218
/
+10
*
proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG
David Goulet
2026-04-08
1
-1
/
+3
*
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
1
-2
/
+2
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
1
-5
/
+12
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
1
-4
/
+10
*
proto: Improve check_relay_identities() documentation
David Goulet
2026-03-30
1
-3
/
+7
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
1
-74
/
+86
*
proto: Add documentation for the channel verify()
David Goulet
2026-03-30
1
-1
/
+15
*
proto: Remove duplicate use of read_msg() helper
David Goulet
2026-03-30
1
-37
/
+37
*
proto: Fix a set of comments
David Goulet
2026-03-30
1
-4
/
+4
*
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
1
-3
/
+22
*
proto: Add a type alias for SLOG/CLOG digest
David Goulet
2026-03-30
1
-3
/
+2
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-4
/
+4
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-2
/
+2
*
proto: The relay signing key signs the auth cert
David Goulet
2026-03-19
1
-3
/
+3
*
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
1
-3
/
+23
*
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
1
-3
/
+9
*
proto: Fix unit tests
David Goulet
2026-03-19
1
-7
/
+17
*
proto: Improve logging in channel handshake
David Goulet
2026-03-19
1
-2
/
+2
*
proto: Add specialized build functions for ChannelAuthenticationData
David Goulet
2026-03-19
1
-8
/
+1
*
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
1
-66
/
+109
*
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
1
-81
/
+14
*
proto: Add the verify_link_auth_cert() helper
David Goulet
2026-03-19
1
-1
/
+57
*
proto: Use RelayIds in a VerifiedChannel
David Goulet
2026-03-19
1
-59
/
+37
*
proto: Move into a helper function the TLS cert validation
David Goulet
2026-03-19
1
-28
/
+61
*
proto: Split relay identity checks from CERTS into its own function
David Goulet
2026-03-19
1
-90
/
+109
*
proto: Extract inline helpers into struct itself
David Goulet
2026-03-19
1
-40
/
+46
*
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
-16
/
+10
*
tor-proto: improve error messages during handshake
Steven Engler
2026-03-03
1
-4
/
+5
*
tor-proto: during handshake ensure circ id is 0
Steven Engler
2026-03-03
1
-2
/
+9
[next]