summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: remove `use asynchronous_codec as futures_codec`Neel Chauhan2025-02-061-4/+4
* tor-proto: Pass a StreamOps handle to the channel reactor.Gabriela Moldovan2025-01-151-0/+8
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-10/+16
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-031-4/+20
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-031-1/+5
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-031-2/+2
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)Ian Jackson2024-10-011-4/+14
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProvidersIan Jackson2024-10-011-8/+8
* UnverifiedChannel: Clarify check's peer_certClara Engler2024-07-111-1/+1
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-1/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* test: add a test for missing NETINFO cellsEmil Engler2023-08-121-0/+15
* tor-proto: Remove use of arrayref.Nick Mathewson2023-06-011-2/+5
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-2/+2
* tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-091-14/+26
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-071-2/+2
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-071-1/+1
* tor-cell: Use macro to generate ChanMsg too.Nick Mathewson2023-02-071-1/+1
* tor-proto: rustfmtIan Jackson2023-01-061-1/+2
* tor-proto: When relay IDs mismatch, the IDs are sensitive in errorsIan Jackson2023-01-061-2/+4
* Use parse_rfc3339() in the tor-proto crateNeel Chauhan2022-12-161-1/+2
* Tackling issue #663 (Use humantime in tests)coral2022-12-121-1/+1
* Merge branch 'rename_for_to_from' into 'main'Nick Mathewson2022-10-251-2/+2
|\
| * tor-cell: Rename for_client and for_relayEmil Engler2022-10-211-2/+2
* | linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-241-3/+4
|/
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-111-2/+2
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+2
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-4/+10
* tor-proto: Preserve the ChannelMethod, not the SocketAddrNick Mathewson2022-10-061-21/+42
* 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