summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/hs.rs
Commit message (Expand)AuthorAgeFilesLines
* cell: Add accessors to Introduce2.Nick Mathewson2023-08-161-0/+17
* cell: Add code to iterate over IntroEstablished extensionsNick Mathewson2023-08-151-1/+7
* tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-161-1/+1
* tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)Ian Jackson2023-06-141-1/+1
* tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAYIan Jackson2023-06-141-1/+1
* tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...Ian Jackson2023-06-141-0/+4
* tor-cell: impl HasRetryTime for IntroduceAckStatusIan Jackson2023-06-141-0/+14
* Merge branch 'tor-cell-todos' into 'main'Nick Mathewson2023-06-131-4/+1
|\
| * cell: Remove some TODOsNick Mathewson2023-06-131-2/+0
| * cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-131-2/+1
* | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
|/
* cell: Add an accessor for the body of a Rendezvous2.Nick Mathewson2023-06-121-0/+6
* 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