summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* channel padding: Properly advertise link protocol 5Ian Jackson2022-08-171-3/+2
* tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-101-27/+15
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-10/+26
* Remove some testing-only reimplementations of OwnedChanTarget.Nick Mathewson2022-08-021-17/+1
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-5/+3
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-1/+5
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-5/+14
* tor-proto: Split CellErr based on activity.Nick Mathewson2022-06-231-2/+6
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-13/+13
* Plumb a SleepProvider into the channel reactorIan Jackson2022-06-081-34/+77
* handshake.rs: Document the time for clock skew authentication.Nick Mathewson2022-04-111-3/+25
* chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-071-1/+1
* Channel: Expose our view of whether the clock is skewed, and the ageNick Mathewson2022-04-071-0/+9
* Merge branch 'netinfo-clock-skew' into 'main'Nick Mathewson2022-03-231-20/+104
|\
| * tor-proto: better errors when handshake fails due to untimely certsNick Mathewson2022-03-231-10/+40
| * tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-231-10/+64
* | tor-proto: Remember peer information in circuit and channelNick Mathewson2022-03-171-3/+8
|/
* proto: Refactor conversion from CodecError to ErrorNick Mathewson2022-02-241-16/+22
* tor-proto: refactor handshake protocol errors to a different typeNick Mathewson2022-02-231-49/+68
* tor-proto: Split IoErr based on when it occursNick Mathewson2022-02-231-5/+19
* Update tor-proto errors to latest API.Nick Mathewson2022-02-151-1/+1
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-3/+4
* handshake: Use read_exact, not read and checking lenIan Jackson2022-01-191-3/+7
* clippy: Rename a `from_foo` method that doesn't do conversionIan Jackson2022-01-191-1/+3
* Fix two bugs related to incomplete read/writeIan Jackson2022-01-191-3/+3
* fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-6/+6
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-120/+132
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-11/+6
* Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+8
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+840