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
/
channel
/
handshake.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
proto: Introduce a ChannelBaseHandshake trait
David Goulet
2025-09-02
1
-37
/
+96
*
proto: Put in a ChannelFrame<T> into the client handshake
David Goulet
2025-09-02
1
-10
/
+9
*
proto: Only allow VERSIONS cell for the new handshake state
David Goulet
2025-08-27
1
-20
/
+7
*
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
1
-15
/
+1
*
proto: Return AUTHORIZE, VPADDING and VERSIONS at handshake
David Goulet
2025-08-21
1
-9
/
+37
*
proto: Rename OutboundClientHandshake
David Goulet
2025-08-20
1
-6
/
+6
*
proto: Make the OutboundClientHandshake use new cell handler
David Goulet
2025-08-20
1
-112
/
+52
*
proto: Add ChannelType enum
David Goulet
2025-08-20
1
-1
/
+10
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-16
/
+24
*
tor-proto: Log channel, circuit, stream identifiers as structured fields.
Gabriela Moldovan
2025-06-12
1
-15
/
+17
*
tor-proto: remove `use asynchronous_codec as futures_codec`
Neel Chauhan
2025-02-06
1
-4
/
+4
*
tor-proto: Pass a StreamOps handle to the channel reactor.
Gabriela Moldovan
2025-01-15
1
-0
/
+8
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
1
-10
/
+16
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
1
-4
/
+20
*
tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+5
*
tor-proto: channel: Make construction fallible
Ian Jackson
2024-10-03
1
-2
/
+2
*
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)
Ian Jackson
2024-10-01
1
-4
/
+14
*
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders
Ian Jackson
2024-10-01
1
-8
/
+8
*
UnverifiedChannel: Clarify check's peer_cert
Clara Engler
2024-07-11
1
-1
/
+1
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-1
/
+1
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
1
-1
/
+1
[next]