summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Make sure that auth tags are truncated to 20 bytesNick Mathewson2023-06-131-3/+13
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-122-7/+16
* proto: Add a commment about a problem in my hs_ntor plans.Nick Mathewson2023-06-121-0/+4
* proto: code movement and reindentation in hs_ntorNick Mathewson2023-06-121-86/+75
* proto: Remove now-unused hs_ntor APIsNick Mathewson2023-06-121-43/+21
* proto: refactor hs_ntor to reuse state.Nick Mathewson2023-06-121-14/+49
* Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-06-121-1/+1
* proto: Have send_control_message take an AnyRelayMsg.Nick Mathewson2023-06-091-4/+2
* proto: Correct the docs on send_control_messageNick Mathewson2023-06-091-2/+7
* Fix a silly clippy warningIan Jackson2023-06-081-0/+1
* Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-063-5/+10
|\
| * tor-proto: Remove use of arrayref.Nick Mathewson2023-06-013-5/+10
* | tor-circmgr: send_control_message: Add reference to MR discussionIan Jackson2023-06-051-0/+2
* | tor-circmgr: send_control_message: Change a rename proposalIan Jackson2023-06-051-1/+1
* | tor-circmgr: send_control_message: Fix reference to circuitIan Jackson2023-06-051-1/+1
* | tor-circmgr: send_control_message: API change proposalIan Jackson2023-06-051-0/+21
* | tor-circmgr: Propose to rename `MetaCellDisposition::UninstallHandler`Ian Jackson2023-06-051-0/+4
* | tor-circmgr: send_control_message: Clarify some corner casesIan Jackson2023-06-052-7/+34
* | Remove semver.md files from 1.1.5Nick Mathewson2023-06-011-2/+0
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-18/+18
* | Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+1
|/
* Merge branch 'stream_ctrl' into 'main'Nick Mathewson2023-05-244-3/+238
|\
| * 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: Add a new experimental stream-ctrl feature.Nick Mathewson2023-05-221-1/+2
| * tor-proto: Move a comment in Cargo.tomlNick Mathewson2023-05-221-1/+2
* | 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-172-5/+5
|/
* Merge branch 'arc_circ' into 'main'gabi-2502023-05-173-18/+24
|\
| * Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-163-18/+24
* | Merge branch 'ticket_759' into 'main'Nick Mathewson2023-05-161-2/+2
|\ \ | |/ |/|
| * Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-2/+2
* | Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-5/+3