summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-7/+7
* Upgrade to bitflags 2.0Nick Mathewson2023-03-132-1/+2
* 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-064-0/+192
* 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-012-12/+12
* | tor-cell: Fix compilation for fuzzersNick Mathewson2023-03-013-4/+5
* | tor-cell: Make EstablishIntro do signaturesNick Mathewson2023-03-013-60/+302
|/
* Change several cfgs to refer to new feature names.Nick Mathewson2023-02-283-17/+17
* Mark new tests as onion-service-onlyNick Mathewson2023-02-281-0/+3
* tor-cell: Support extensions in INTRODUCE{1,2}Nick Mathewson2023-02-282-22/+26
* tor-cell: Implement IntroduceAck and IntroEstablishedNick Mathewson2023-02-282-19/+104
* tor-cell: Implement rendezvous1 and rendezvous2.Nick Mathewson2023-02-282-4/+60
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-12/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-1/+1
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-285-20/+21
* Rearrange cfg_attr in relaycell::msgNick Mathewson2023-02-211-2/+2
* Merge branch 'hs-cells-1' into 'main'Nick Mathewson2023-02-167-490/+689
|\
| * 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-154-79/+264
| * tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-154-215/+223
| * tor-cell: rename onion_service module to hsNick Mathewson2023-02-154-7/+7
* | 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-152-2/+60
* | tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-155-42/+70
|/
* 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-0910-34/+51
* 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-094-8/+32