aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Fix a type-complexity warning.Nick Mathewson2023-08-141-7/+17
* proto: Take CircuitBinding one step forward into Reactor::add_hop.Nick Mathewson2023-08-141-2/+5
* proto: Add (not-yet-exposed) code to remember and use KH valuesNick Mathewson2023-08-141-1/+1
* proto::circuit::handshake: downgrade a "TODO HS".Nick Mathewson2023-06-211-2/+2
* tor-proto: Code to construct crypto layers for virtual hops.Nick Mathewson2023-05-181-1/+33
* tor-proto: comment fixes and more TODO hsNick Mathewson2023-01-241-2/+6
* tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-171-0/+33