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
...
*
tor-proto: require cells from responder to be ordered
Steven Engler
2026-03-03
1
-60
/
+97
*
tor-proto: make receiving AUTH_CHALLENGE non-optional
Steven Engler
2026-03-03
1
-4
/
+3
*
tor-proto: remove `is_expecting_auth_challenge()`
Steven Engler
2026-03-03
1
-6
/
+1
*
tor-proto: send an AUTH_CHALLENGE during tests
Steven Engler
2026-03-03
1
-0
/
+2
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
1
-3
/
+6
*
linkspec: Implement a RelayIdsBuilder::from_relay_ids()
David Goulet
2026-03-03
1
-6
/
+2
*
proto: Channel handshake minor cleanup
David Goulet
2026-03-03
1
-5
/
+6
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
1
-48
/
+39
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
1
-3
/
+6
*
proto: The AUTHENTICATE cell requires the SHA256 RSA identity digest
David Goulet
2026-02-26
1
-8
/
+14
*
tor-proto: improve debug tracing message
Steven Engler
2026-02-24
1
-2
/
+2
*
tor-proto: split field into two fields
Steven Engler
2026-02-24
1
-6
/
+10
*
tor-proto: remove unnecessary `Option`s
Steven Engler
2026-02-24
1
-14
/
+8
*
proto: Filter the IP address in the channel's OwnedChanTarget
David Goulet
2026-02-19
1
-23
/
+35
*
proto: Reuse the RelayIds builder during the handshake
David Goulet
2026-02-19
1
-18
/
+11
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
1
-38
/
+13
*
proto: Use constructor for PeerInfo instead of Builder
David Goulet
2026-02-19
1
-15
/
+10
*
proto: Remove Default of PeerInfo/Addr and use const instead
David Goulet
2026-02-19
1
-8
/
+23
*
proto: Put a PeerInfo in Channel
David Goulet
2026-02-19
1
-2
/
+30
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
1
-7
/
+20
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-4
/
+18
*
proto: Add missing use for tests
David Goulet
2026-01-22
1
-1
/
+1
*
proto: Use the channel codec channel type
David Goulet
2026-01-22
1
-10
/
+17
*
proto: Put rsa_id and rsa_cert_digest together
David Goulet
2026-01-22
1
-11
/
+7
*
proto: Remove uneeded code in the unverified inner check()
David Goulet
2026-01-22
1
-25
/
+3
*
proto: Implement FinalizableChannel for an unverified relay channel
David Goulet
2026-01-22
1
-0
/
+66
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
1
-16
/
+48
*
proto: Remove unused code from test
David Goulet
2025-11-19
1
-1
/
+0
*
proto: Remove a .expect() of a digest array conversion
David Goulet
2025-11-19
1
-17
/
+15
*
proto: Update generic channel comments
David Goulet
2025-11-19
1
-9
/
+12
*
proto: Split VerifiedChannel::finish()
David Goulet
2025-11-19
1
-23
/
+3
*
proto: Use the new client specific channels
David Goulet
2025-11-19
1
-17
/
+7
*
proto: Move client handshake into client channel module
David Goulet
2025-11-19
1
-127
/
+3
*
proto: Add UnverifiedRelayChannel implementation
David Goulet
2025-11-19
1
-101
/
+22
*
proto: Remove relay ChannelAuthenticationData builder
David Goulet
2025-10-23
1
-18
/
+35
*
proto: Feature flag some relay specific code
David Goulet
2025-10-23
1
-8
/
+14
*
proto: Add relay todos for the handshake
David Goulet
2025-10-23
1
-0
/
+2
*
proto: Use Arc for relay identities object
David Goulet
2025-10-23
1
-1
/
+1
*
proto: Re-arrange some imports
David Goulet
2025-10-23
1
-3
/
+1
*
proto: Add a note about channel canonicity
David Goulet
2025-10-23
1
-0
/
+5
*
proto: Compute authenticate data after validating certificates
David Goulet
2025-10-23
1
-5
/
+50
*
proto: Add the channel authentication data
David Goulet
2025-10-23
1
-0
/
+7
*
proto: Add RelayInitiatorHandshake
David Goulet
2025-10-23
1
-1
/
+7
*
proto: Change visibility for some channel objects
David Goulet
2025-10-23
1
-14
/
+14
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+4
*
proto: Move is_authenticating() into the base initiator handshake trait
David Goulet
2025-09-02
1
-7
/
+10
*
proto: Various channel handshake fixes
David Goulet
2025-09-02
1
-21
/
+38
*
proto: Fix unit tests after changes
David Goulet
2025-09-02
1
-5
/
+5
*
proto: Add a helper to calculate the handshake clock skew
David Goulet
2025-09-02
1
-12
/
+33
*
proto: Add a channel initiator handshake base trait
David Goulet
2025-09-02
1
-76
/
+118
[prev]
[next]