summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/hs.rs
Commit message (Expand)AuthorAgeFilesLines
* cell: Make EstablishRendezvous contain a RendCookie.Nick Mathewson2023-05-231-5/+2
* cell: Make Introduce2::new testing-only.Nick Mathewson2023-05-171-1/+6
* cell: Record the text of an INTRODUCE2 headerNick Mathewson2023-05-171-9/+39
* cell: extract introduce headers into a new type.Nick Mathewson2023-05-171-20/+42
* tor-cell: Add code for the payload of an hs-ntor handshake.Nick Mathewson2023-03-061-0/+1
* tor-cell: Rename Rendezvous*::message to handshake_info.Nick Mathewson2023-03-011-15/+18
* tor-cell: Support extensions in INTRODUCE{1,2}Nick Mathewson2023-02-281-10/+22
* tor-cell: Implement IntroduceAck and IntroEstablishedNick Mathewson2023-02-281-19/+85
* tor-cell: Implement rendezvous1 and rendezvous2.Nick Mathewson2023-02-281-4/+38
* tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-151-9/+3
* tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-151-212/+3
* tor-cell: rename onion_service module to hsNick Mathewson2023-02-151-0/+459