summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-136-53/+9
|\
| * cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-132-3/+3
| * cell: Remove relaycell::restrictNick Mathewson2023-06-132-35/+0
| * cell: Remove some TODOsNick Mathewson2023-06-133-10/+2
| * cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-133-5/+4
* | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
|/
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-122-1/+19
* cell: Add an accessor for the body of a Rendezvous2.Nick Mathewson2023-06-121-0/+6
* tor-cell: remove use of arrayrefNick Mathewson2023-06-012-6/+16
* 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
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-101-3/+3
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-3/+3
* Move responsibility for linkspec sorting to CircTarget.Nick Mathewson2023-05-101-3/+1
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-0/+1
* 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-062-0/+143
* Merge branch 'rename_rend_message' into 'main'Nick Mathewson2023-03-011-15/+18
|\
| * tor-cell: Rename Rendezvous*::message to handshake_info.Nick Mathewson2023-03-011-15/+18
* | 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
|/
* Change several cfgs to refer to new feature names.Nick Mathewson2023-02-282-13/+13
* 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
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-282-13/+13
* Rearrange cfg_attr in relaycell::msgNick Mathewson2023-02-211-2/+2
* Merge branch 'hs-cells-1' into 'main'Nick Mathewson2023-02-166-464/+671
|\
| * 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-153-56/+249
| * tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-153-214/+222
| * tor-cell: rename onion_service module to hsNick Mathewson2023-02-153-3/+3
* | tor-cell: add a TODO comment about simplifying Body away.Nick Mathewson2023-02-152-0/+8
* | tor-cell: Add another debug_assert to relay cell encodingNick Mathewson2023-02-151-3/+6
* | slicewriter: rename a local variable.Nick Mathewson2023-02-151-4/+4
* | Move slicewriter to tor-cell and make it private.Nick Mathewson2023-02-153-1/+137
* | tor-cell: Add RelayCell::into_msg.Nick Mathewson2023-02-151-0/+4