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
*
test: add a test for missing NETINFO cells
Emil Engler
2023-08-12
1
-0
/
+15
*
tor-proto: Remove use of arrayref.
Nick Mathewson
2023-06-01
1
-2
/
+5
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
1
-2
/
+2
*
tor-proto: only parse allowed ChanMsg types during handshake.
Nick Mathewson
2023-02-09
1
-14
/
+26
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
1
-2
/
+2
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
tor-proto: rustfmt
Ian Jackson
2023-01-06
1
-1
/
+2
*
tor-proto: When relay IDs mismatch, the IDs are sensitive in errors
Ian Jackson
2023-01-06
1
-2
/
+4
*
Use parse_rfc3339() in the tor-proto crate
Neel Chauhan
2022-12-16
1
-1
/
+2
*
Tackling issue #663 (Use humantime in tests)
coral
2022-12-12
1
-1
/
+1
*
Merge branch 'rename_for_to_from' into 'main'
Nick Mathewson
2022-10-25
1
-2
/
+2
|
\
|
*
tor-cell: Rename for_client and for_relay
Emil Engler
2022-10-21
1
-2
/
+2
*
|
linkspec: Remove now-useless declared_peer_addr
Nick Mathewson
2022-10-24
1
-3
/
+4
|
/
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
1
-2
/
+2
*
Clarify limits on socket address from ChannelMethod
Nick Mathewson
2022-10-06
1
-2
/
+2
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-4
/
+10
*
tor-proto: Preserve the ChannelMethod, not the SocketAddr
Nick Mathewson
2022-10-06
1
-21
/
+42
*
channel padding: Properly advertise link protocol 5
Ian Jackson
2022-08-17
1
-3
/
+2
*
tor-proto: Unify the check_match code in channel and handshake
Nick Mathewson
2022-08-10
1
-27
/
+15
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-10
/
+26
*
Remove some testing-only reimplementations of OwnedChanTarget.
Nick Mathewson
2022-08-02
1
-17
/
+1
*
change usage of PublicKey to Ed25519 in tor-cert
trinity-1686a
2022-07-23
1
-5
/
+3
*
change check_key to take a Option<&_> instead of &Option<_>
trinity-1686a
2022-07-23
1
-2
/
+2
*
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
1
-1
/
+5
*
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
1
-5
/
+14
*
tor-proto: Split CellErr based on activity.
Nick Mathewson
2022-06-23
1
-2
/
+6
*
tor-proto: clean up error names and messages
Nick Mathewson
2022-06-23
1
-13
/
+13
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
1
-34
/
+77
*
handshake.rs: Document the time for clock skew authentication.
Nick Mathewson
2022-04-11
1
-3
/
+25
*
chanmgr: bubble ClockSkew up through the Error object.
Nick Mathewson
2022-04-07
1
-1
/
+1
*
Channel: Expose our view of whether the clock is skewed, and the age
Nick Mathewson
2022-04-07
1
-0
/
+9
*
Merge branch 'netinfo-clock-skew' into 'main'
Nick Mathewson
2022-03-23
1
-20
/
+104
|
\
|
*
tor-proto: better errors when handshake fails due to untimely certs
Nick Mathewson
2022-03-23
1
-10
/
+40
|
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-10
/
+64
*
|
tor-proto: Remember peer information in circuit and channel
Nick Mathewson
2022-03-17
1
-3
/
+8
|
/
*
proto: Refactor conversion from CodecError to Error
Nick Mathewson
2022-02-24
1
-16
/
+22
*
tor-proto: refactor handshake protocol errors to a different type
Nick Mathewson
2022-02-23
1
-49
/
+68
*
tor-proto: Split IoErr based on when it occurs
Nick Mathewson
2022-02-23
1
-5
/
+19
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
1
-1
/
+1
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
1
-3
/
+4
*
handshake: Use read_exact, not read and checking len
Ian Jackson
2022-01-19
1
-3
/
+7
*
clippy: Rename a `from_foo` method that doesn't do conversion
Ian Jackson
2022-01-19
1
-1
/
+3
*
Fix two bugs related to incomplete read/write
Ian Jackson
2022-01-19
1
-3
/
+3
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-2
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-6
/
+6
*
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
1
-120
/
+132
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
1
-11
/
+6
*
Use coarsetime to build an incoming traffic timestamp.
Nick Mathewson
2021-11-02
1
-0
/
+8
[next]