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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
2
-17
/
+39
*
|
proto: Add specialized build functions for ChannelAuthenticationData
David Goulet
2026-03-19
3
-59
/
+68
*
|
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: Add the verify_link_auth_cert() helper
David Goulet
2026-03-19
1
-1
/
+1
*
|
proto: Use RelayIds in a VerifiedChannel
David Goulet
2026-03-19
3
-4
/
+12
|
/
*
proto: Add more logging to the new circuit reactors
Gabriela Moldovan
2026-03-12
1
-1
/
+28
*
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
3
-20
/
+17
*
tor-proto: rename 'SLOG'/'CLOG' and related code
Steven Engler
2026-03-02
1
-6
/
+8
*
Merge branch 'relay-channel-fixes' into 'main'
David Goulet
2026-02-26
2
-5
/
+0
|
\
|
*
proto: Remove/fix some very minor TODO(relay)
David Goulet
2026-02-26
2
-5
/
+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
3
-27
/
+13
*
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
4
-18
/
+17
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
4
-35
/
+33
*
Merge branch 'relay-own-cert' into 'main'
David Goulet
2026-02-16
3
-6
/
+20
|
\
|
*
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
3
-6
/
+20
*
|
Merge branch 'early-relay' into 'main'
gabi-250
2026-02-12
1
-41
/
+104
|
\
\
|
|
/
|
/
|
|
*
proto: Remove unused function in relay FWD reactor
Gabriela Moldovan
2026-02-12
1
-7
/
+1
|
*
proto: Move decode_relay_cell() out of ForwardHandler
Gabriela Moldovan
2026-02-12
1
-27
/
+36
|
*
proto: Forbid EXTEND2 from RELAY cells
Gabriela Moldovan
2026-02-12
1
-1
/
+9
|
*
proto: Return a protocol error if we get too many RELAY_EARLY
Gabriela Moldovan
2026-02-12
1
-1
/
+20
|
*
proto: Overhaul forward cell handling
Gabriela Moldovan
2026-02-12
1
-8
/
+37
|
*
proto: Give handle_forward_cell() a handle to the hopmgr
Gabriela Moldovan
2026-02-12
1
-1
/
+5
*
|
Merge branch 'channel-canonical' into 'main'
David Goulet
2026-02-12
4
-29
/
+57
|
\
\
|
|
/
|
/
|
|
*
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
4
-20
/
+59
*
|
proto: Return internal error on TRUNCATE
Gabriela Moldovan
2026-02-12
1
-1
/
+1
|
/
*
proto: Implement validate_backward_cell() for relays
Gabriela Moldovan
2026-02-11
1
-3
/
+34
*
proto: Extend BWD handler with a backward cell handling function
Gabriela Moldovan
2026-02-11
1
-1
/
+10
*
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
2
-0
/
+3
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-2
/
+10
[prev]
[next]