summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tor-cell: Implement {Relay,Chan}Msg for every body typeNick Mathewson2023-02-153-5/+97
* | tor-cell: Note an opportunity for future optimizationNick Mathewson2023-02-151-0/+5
* | tor-cell: Add a new UnparsedRelayCellNick Mathewson2023-02-151-0/+46
* | tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-153-40/+66
|/
* tor-cell: Return a useful error when restrist_msg rejects a command.Nick Mathewson2023-02-091-2/+3
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-097-22/+34
* tor-cell: Re-export paste so restrict_msg can work outside the crate.Nick Mathewson2023-02-091-3/+3
* tor-cell: Remove chancell::msg::Body::into_message.Nick Mathewson2023-02-091-52/+1
* tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-092-8/+30
* tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-095-102/+70
* cell: Parameterize ChannelCodec::decode and encode.Nick Mathewson2023-02-091-7/+14
* tor-cell: documentation cleanups related to restricted_msgNick Mathewson2023-02-073-4/+6
* tor-cell: correct handling of optional msg types.Nick Mathewson2023-02-072-12/+17
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-075-59/+59
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-074-51/+51
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-071-15/+0
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-072-23/+4
* tor-cell: Use macro to generate ChanMsg too.Nick Mathewson2023-02-071-105/+34