summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* Push HandshakeRole down one level.Nick Mathewson2024-03-261-5/+4
* Provide spec links for relay crypto formats.Nick Mathewson2024-03-261-2/+10
* Clean up match statement a little.Nick Mathewson2024-03-261-7/+7
* We now need circuit::handshake to exist unconditionally.Nick Mathewson2024-03-261-2/+11
* Refactor the logic for constructing crypt layers.Nick Mathewson2024-03-261-18/+60
* Add and use RelayCellFormatTraitJim Newsome2024-03-201-5/+4
* Propagate RelayCellFormat selection up to where format decisions will be madeJim Newsome2024-03-201-3/+2
* Paramaterize layer crypto objects by cell formatJim Newsome2024-03-201-1/+5
* 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