summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make a new empty tor-async-utils crate.Nick Mathewson2023-03-293-0/+71
|/ /
* | Merge branch 'blind' into 'main'Ian Jackson2023-03-292-29/+34
|\ \
| * | tor-hscrypto: key blinding: Use consistent terminologyIan Jackson2023-03-281-10/+12
| * | tor-llcrypto: key blinding: Use consistent terminologyIan Jackson2023-03-281-19/+22
* | | Merge branch 'hspre' into 'main'Ian Jackson2023-03-298-14/+34
|\ \ \
| * | | Tidy up an unused import warningIan Jackson2023-03-281-1/+3
| * | | Pass HS identity to hsclient connection functionIan Jackson2023-03-282-2/+10
| * | | Pass HsCircPool to hsclient connect function, not CircMgr (fmt)Ian Jackson2023-03-281-5/+5
| * | | Pass HsCircPool to hsclient connect function, not CircMgrIan Jackson2023-03-283-7/+11
| * | | Add some missing importsIan Jackson2023-03-283-3/+9
| |/ /
* | | arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
* | | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
* | | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
* | | tor-netdir: Use `pos` not `idx` in test network constructorsIan Jackson2023-03-271-14/+14
* | | tor-netdir: Use `hsdir_index` for hidden service directory hashval (fmt)Ian Jackson2023-03-271-1/+4
* | | tor-netdir: Use `hsdir_index` for hidden service directory hashvalIan Jackson2023-03-271-11/+11
* | | tor-netdir: eliminate ref to abolished MdEntryIan Jackson2023-03-271-2/+2
* | | tor-netdir: Use `rsidx` consistent for `RouterStatusIdx`Ian Jackson2023-03-272-42/+42
|/ /
* / Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-275-29/+79
|/
* tor_client: Add some example code for BridgeConfig.Nick Mathewson2023-03-241-0/+49
* arti-client: Make TransportConfigListBuilder public.Nick Mathewson2023-03-241-1/+8
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-244-100/+95
* Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-246-66/+21
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-242-21/+55
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-243-17/+19
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-2415-44/+1278
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
* Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
* Merge branch 'openssl_update' into 'main'Ian Jackson2023-03-241-1/+1
|\
| * Update required openssl versionNick Mathewson2023-03-241-1/+1
* | Fix typosDimitris Apostolou2023-03-241-1/+1
|/
* Merge branch 'paths' into 'main'Alexander Færøy2023-03-232-5/+64
|\
| * tor-config: Apply deferred rustfmt churnIan Jackson2023-03-211-4/+4
| * tor-config: Do minimal $ and ~ handling even without expand-pathsIan Jackson2023-03-212-2/+58
| * tor-config: Make CfgPathError PartialEq but only when testingIan Jackson2023-03-211-0/+1
| * tor-config: Fix build when expand-paths is disabledIan Jackson2023-03-211-2/+5
| * tor-config: paths, unexpanded: use infallible conversionIan Jackson2023-03-211-2/+1
* | Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-233-4/+4
|\ \
| * | Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-223-4/+4
* | | Add an experimental circuit accessor to DataStream.Nick Mathewson2023-03-232-2/+34
* | | Apply deferred rustfmt churnIan Jackson2023-03-231-1/+4
* | | arti-client: Include redacted HsId in ObtainHsCircuit errorIan Jackson2023-03-233-5/+5
* | | safelog: impl From<T> for Redacted<T>Ian Jackson2023-03-232-0/+2
* | | arti-client: Fix wording of docs for TorClient::isolationIan Jackson2023-03-231-1/+1
* | | arti-client: Strengthen an HS todoNick Mathewson2023-03-231-1/+1
* | | tor-proto: Feature-conditionalise some enum variantsIan Jackson2023-03-231-0/+6
* | | tor-proto: Split off send-control-msg featureIan Jackson2023-03-234-7/+8
* | | arti: Provide onion-service-client featureIan Jackson2023-03-232-1/+4