summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/hs
Commit message (Expand)AuthorAgeFilesLines
* cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-161-0/+15
* cell, docs: Clarify what we mean by "Unrecognized".Nick Mathewson2023-08-151-2/+3
* cell: make establish_intro accept impl<Into<HsMacKey>>Nick Mathewson2023-08-141-15/+14
* Fix typosDimitris Apostolou2023-07-221-1/+1
* tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-161-1/+1
* cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-131-2/+2
* cell: Remove some TODOsNick Mathewson2023-06-132-8/+2
* cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-132-3/+3
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-3/+3
* Serval rustdoc link fixes.Nick Mathewson2023-03-081-2/+2
* intro_payload: various doc fixes and TODOs from review.Nick Mathewson2023-03-081-4/+16
* tor-cell: Be a little more pedantic about INTRODUCE cell types.Nick Mathewson2023-03-081-3/+3
* tor-cell: Better describe the parts of intro payload.Nick Mathewson2023-03-081-3/+23
* tor-cell: Add code for the payload of an hs-ntor handshake.Nick Mathewson2023-03-061-0/+142
* tor-cell: Use a match when checking auth_key_typeNick Mathewson2023-03-011-6/+8
* tor_cell: Use nested readers and writers for EstablishIntroNick Mathewson2023-03-011-18/+12
* tor-cell: tweak comments on EstablishIntro members.Nick Mathewson2023-03-011-2/+2
* Introduce a constant for the length of the output of hs_mac()Nick Mathewson2023-03-011-3/+3
* tor-cell: Rename EstablishIntro{Body => Details}Nick Mathewson2023-03-011-8/+8
* tor-cell: Make EstablishIntro do signaturesNick Mathewson2023-03-011-38/+229
* Mark a quoted block as text, so doctest ignores it.Nick Mathewson2023-02-161-1/+1
* Add a TODO about combining several macros and patternsNick Mathewson2023-02-161-0/+4
* Make a comment more accurateIan Jackson2023-02-161-1/+3
* tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-152-47/+246
* tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-151-0/+217