aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src
Commit message (Collapse)AuthorAgeFilesLines
...
* hsclient API: Remove notion of ambient keys fromk this layerIan Jackson2023-03-012-14/+5
|
* HS API: Remove HS client keys from circmgr APIIan Jackson2023-03-011-2/+1
| | | | | | | | *If* we're going to retain any HS knowledge in circmgr, it definitely doesn't need to know about per-operation client secrets. (Maybe there might be ambient secrets, used for .onion diversion, but they don't need to be in this API.)
* HS planning: Discuss whether to remove all HS code from circmgrIan Jackson2023-03-011-1/+2
|
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-083-6/+6
|
* Note a needed isolation API.Nick Mathewson2023-01-241-0/+6
|
* Add a new stub hsclient module to connect to onion services.Nick Mathewson2023-01-243-0/+124