summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | CircMgr: Draft API to construct targeted multihop circuits.Nick Mathewson2023-01-241-1/+24
| * | | CircMgr: Draft APIs used to implement onion service clients.Nick Mathewson2023-01-244-1/+88
| | |/ | |/|
* | | Merge branch 'onion-proto-apis' into 'main'Nick Mathewson2023-01-247-20/+252
|\ \ \ | |_|/ |/| |
| * | tor-proto: comment fixes and more TODO hsNick Mathewson2023-01-242-2/+18
| * | tor-proto: Draft API to handle incoming BEGIN requests.Nick Mathewson2023-01-173-0/+98
| * | tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-174-17/+79
| * | tor-proto: Draft APIs for handling control messagesNick Mathewson2023-01-172-1/+54
| * | tor-proto: Rename "hs" experimental feature to "onion-common"Nick Mathewson2023-01-172-3/+6
* | | Merge branch 'bug736' into 'main'eta2023-01-241-0/+12
|\ \ \ | |_|/ |/| |
| * | Prop304: Add extended SOCKS result codes for onion servicesNeel Chauhan2023-01-181-0/+12
* | | Merge branch 'ignore' into 'main'Nick Mathewson2023-01-207-7/+0
|\ \ \
| * | | Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-207-7/+0
* | | | tor-llcrypto: Tolerate some warnings (fmt)Ian Jackson2023-01-201-1/+4
* | | | tor-llcrypto: Tolerate some warningsIan Jackson2023-01-201-0/+4
|/ / /
* | | Upgrade to latest rsa crate.Nick Mathewson2023-01-202-2/+2
* | | Upgrade to latest async-broadcastNick Mathewson2023-01-201-1/+1
* | | upgrade to latest serial_testNick Mathewson2023-01-201-1/+1
* | | Complete our migration to base64ct.Nick Mathewson2023-01-2011-26/+22
* | | Upgrade to latest rlimit crate.Nick Mathewson2023-01-191-1/+1
|/ /
* / made TorClient::set_stream_prefs publicMichael van Straten2023-01-181-4/+1
|/
* Make a top-level API for connecting to onion services.Nick Mathewson2023-01-124-5/+26
* Merge branch 'onion-netdir-apis' into 'main'Nick Mathewson2023-01-1110-33/+345
|\
| * Adjust onion service ring APIs in light of prop#342Nick Mathewson2023-01-114-38/+99
| * Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-114-4/+232
| * Netdoc: Refactor SharedRandVal.Nick Mathewson2023-01-113-27/+37
| * hscrypto: Add several derivesNick Mathewson2023-01-113-1/+14
* | netdir: add network parameters related to onion servicesNick Mathewson2023-01-111-1/+80
* | tor-units: Add an IntegerMinutes.Nick Mathewson2023-01-112-0/+87
|/
* Merge branch 'blind_privkey' into 'main'Ian Jackson2023-01-092-17/+161
|\
| * llcrypto: Implement secret-key blinding.Nick Mathewson2023-01-062-17/+161
* | Merge branch 'typos' into 'main'eta2023-01-094-7/+7
|\ \
| * | Fix typosDimitris Apostolou2023-01-074-7/+7
* | | Merge branch 'arti-hyper-fixing-715' into 'main'eta2023-01-093-2/+20
|\ \ \ | |/ / |/| |
| * | Removed unnecessary "all()" cfg constraintMichael van Straten2023-01-071-1/+1
| * | Added x86_64-apple-darwin to fallback to "tls-api-openssl"Michael van Straten2023-01-073-5/+5
| * | fixed "broken_intra_doc_link"Michael van Straten2023-01-061-2/+1
| * | Temporary fix for #715 and #569Michael van Straten2023-01-053-3/+22
* | | Merge branch 'onion-api-v0.2' into 'main'Nick Mathewson2023-01-0619-20/+686
|\ \ \
| * | | Sketch a solution for arti#525Nick Mathewson2023-01-062-0/+35
| * | | Sketch out new required APIs in tor-cellNick Mathewson2023-01-063-10/+129
| * | | tor-cert: add a few hs TODOsNick Mathewson2023-01-061-0/+3
| * | | netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-064-1/+245
| * | | Create a new tor-hscrypto crate.Nick Mathewson2023-01-066-0/+250
| * | | netdoc: note some changes we will have to make to srvNick Mathewson2023-01-061-0/+6
| * | | llcrypto: fix a comment.Nick Mathewson2023-01-061-1/+1
| * | | llcrypto: clarify meaning of "Identity".Nick Mathewson2023-01-062-8/+17
* | | | Merge branch 'sensitive' into 'main'Ian Jackson2023-01-065-6/+24
|\ \ \ \ | |/ / / |/| | |
| * | | tor-proto: rustfmtIan Jackson2023-01-061-1/+2
| * | | tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshakeIan Jackson2023-01-062-3/+3
| * | | tor-proto: impl Display for CreateResponseIan Jackson2023-01-061-0/+12