summaryrefslogtreecommitdiff
path: root/crates/tor-cell/tests/testvec_relaymsg.rs
Commit message (Expand)AuthorAgeFilesLines
* cell, proto: Use correct Data sizes for v1 relay cellsNick Mathewson2025-04-161-1/+2
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-091-1/+1
* tor_bytes: Rename new_truncated_for_test to new_incomplete_for_testIan Jackson2024-09-121-2/+2
* tor-bytes: Only report Truncated for errors at the outer levelIan Jackson2024-09-111-2/+2
* tor-bytes: Add a Reader constructor for use in testsIan Jackson2024-09-111-4/+4
* Introduce and use tor_bytes::Error::new_truncated_for_test (fmt)Ian Jackson2024-09-101-1/+5
* Introduce and use tor_bytes::Error::new_truncated_for_testIan Jackson2024-09-101-4/+4
* tor_cell: never construct empty DATA messages.Nick Mathewson2024-02-131-1/+1
* clippy: consequential rustfmtIan Jackson2024-01-021-2/+1
* clippy: Use infallible callsIan Jackson2024-01-021-2/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-2/+2
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
* Use HandshakeType in Extend2 and CircuitExtender::beginJim Newsome2023-11-271-2/+3
* cell: Make EstablishRendezvous contain a RendCookie.Nick Mathewson2023-05-231-1/+1
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-101-1/+5
* linkspec: Make LinkSpecType public.Nick Mathewson2023-05-101-4/+7
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-4/+4
* tor-cell: Add code for the payload of an hs-ntor handshake.Nick Mathewson2023-03-061-0/+48
* tor-cell: Rename EstablishIntro{Body => Details}Nick Mathewson2023-03-011-4/+4
* tor-cell: Make EstablishIntro do signaturesNick Mathewson2023-03-011-22/+72
* Change several cfgs to refer to new feature names.Nick Mathewson2023-02-281-4/+4
* Mark new tests as onion-service-onlyNick Mathewson2023-02-281-0/+3
* tor-cell: Support extensions in INTRODUCE{1,2}Nick Mathewson2023-02-281-12/+4
* tor-cell: Implement IntroduceAck and IntroEstablishedNick Mathewson2023-02-281-0/+19
* tor-cell: Implement rendezvous1 and rendezvous2.Nick Mathewson2023-02-281-0/+22
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-4/+4
* tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-151-23/+15
* tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-151-1/+1
* tor-cell: rename onion_service module to hsNick Mathewson2023-02-151-4/+4
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-8/+8
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-14/+14
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-071-1/+1
* tor-cell: Change all variants of RelayMsg to have a body.Nick Mathewson2023-02-071-3/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+2
* Fix various typos (using typos tool and hand-inspection)Nick Mathewson2022-10-181-2/+2
* Implement Introduce2 tor cellYuan Lyu2022-09-211-1/+3
* Implement onion service Introduce1Yuan Lyu2022-09-081-5/+56
* Clean up EstablishIntro cellYuan Lyu2022-08-251-0/+68
* Implement establish rendezvous cellYuan Lyu2022-08-051-0/+38
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-2/+4
* tor-cell: udp: Remove manual length calculationsIan Jackson2022-06-091-3/+3
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-1/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* | udp: New AddressPort used in cellsDavid Goulet2022-06-071-14/+12
* | udp: Allow empty hostname and no nul byteIan Jackson2022-06-071-21/+44
* | cell: Don't use NUL terminated string in CONNECT_UDPDavid Goulet2022-06-071-25/+23
* | cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-071-7/+13
* | cell: Implement CONNECTED_UDP cell from prop339David Goulet2022-06-071-0/+51
* | cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-071-0/+62
|/
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+1