summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stream_ctrl' into 'main'Nick Mathewson2023-05-243-1/+234
|\
| * Add "TODO RPC" notes around DataStreamCtrl per review.Nick Mathewson2023-05-242-0/+16
| * proto: Add stream-status functionality to DataStreamCtrl.Nick Mathewson2023-05-241-2/+106
| * proto: Create a `DataStreamCtrl` type.Nick Mathewson2023-05-223-1/+114
* | proto: Make PathEntry::Virtual feature-conditional.Nick Mathewson2023-05-232-0/+3
|/
* Merge branch 'virtual_hop' into 'main'Nick Mathewson2023-05-185-38/+245
|\
| * proto: Explain "virtual" hops better.Nick Mathewson2023-05-181-0/+4
| * proto: Try to improve the documentation in crypto/cell.rsNick Mathewson2023-05-181-24/+86
| * proto: Allow circuit Paths to represent virtual hops.Nick Mathewson2023-05-183-14/+57
| * proto: Implement Circuit::extend_virtual.Nick Mathewson2023-05-182-2/+59
| * tor-proto: Code to construct crypto layers for virtual hops.Nick Mathewson2023-05-183-1/+42
* | tor-guardmgr, tor-proto: minor logging tweakseta2023-05-181-2/+2
* | hs_ntor: several documentation cleanups.Nick Mathewson2023-05-171-6/+14
* | hs_ntor: make encrypt_and_mac take a typed public keyNick Mathewson2023-05-171-10/+6
* | hs_ntor: remove the last lingering AsRef<[u8]>Nick Mathewson2023-05-171-7/+7
* | hs_ntor: Add a test vector case extracted from C tor.Nick Mathewson2023-05-171-0/+104
* | hs_ntor: Calculate MAC on introduce1 message correctly.Nick Mathewson2023-05-171-3/+12
* | hs_ntor: Make internal no-rng variants of the handshake functions.Nick Mathewson2023-05-171-2/+25
* | hs_ntor: Move extra data outside of the "input" fields.Nick Mathewson2023-05-171-59/+33
* | hs_ntor: Use MAC implementation from tor-hscryptoNick Mathewson2023-05-171-35/+16
* | hs_ntor: Use correct PK types from tor_hscrypto.Nick Mathewson2023-05-171-20/+24
* | hs_ntor: Use Subcredential type from tor-hscryptoNick Mathewson2023-05-171-4/+3
|/
* Merge branch 'arc_circ' into 'main'gabi-2502023-05-172-18/+22
|\
| * Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-162-18/+22
* | Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-2/+2
|/
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-133-13/+13
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-102-7/+9
* async-utils: rename SinkExt to SinkPrepareExtNick Mathewson2023-04-191-1/+1
* tor-proto: Be explicit about an into().Nick Mathewson2023-04-121-1/+1
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-1/+1
* Add some missing importsIan Jackson2023-03-281-1/+4
* Add an experimental circuit accessor to DataStream.Nick Mathewson2023-03-232-2/+34
* tor-proto: Feature-conditionalise some enum variantsIan Jackson2023-03-231-0/+6
* tor-proto: Split off send-control-msg featureIan Jackson2023-03-232-5/+5
* tor-proto: document deep-copy in ClientCirc::path()Nick Mathewson2023-03-221-0/+4
* proto: Stabilize ClientCirc::n_hops.Nick Mathewson2023-03-221-1/+6
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-1/+0
* tor-proto: Document limitation on send_control_messageNick Mathewson2023-03-081-0/+7
* tor-proto: Say "control message" a little more consistentlyNick Mathewson2023-03-081-1/+2
* tor-proto: Make send_control_message wait for the reactor.Nick Mathewson2023-03-082-5/+22
* tor-proto: Have send_control_message install a handler, not return a streamNick Mathewson2023-03-083-98/+73
* tor-proto: Implement functionality to send a message and accept repliesNick Mathewson2023-03-083-52/+159
* tor-proto: Change semantics of MetaCellHandlerNick Mathewson2023-03-081-72/+126
* tor-proto: Give Path a method to access final hop num.Nick Mathewson2023-03-082-10/+16
* tor-proto: Give circ Reactor a constructor, and make its fields private.Nick Mathewson2023-03-082-30/+48
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-284-8/+8
* proto: Tweak documentation and names around CmdChecker.Nick Mathewson2023-02-275-9/+33
* tor-proto: Rename end_received.Nick Mathewson2023-02-172-8/+9
* Use CmdChecker in our stream handling code.Nick Mathewson2023-02-174-96/+92
* tor-proto: Introduce CmdChecker, and define it for our streams.Nick Mathewson2023-02-174-0/+150