aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/keys.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-keymgr: Fix typo in key names.Gabriela Moldovan2023-09-121-4/+4
* hsclient: Make HsClientSpecifier a newtype instead of a type alias.Gabriela Moldovan2023-06-291-1/+11
* arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.Gabriela Moldovan2023-06-291-25/+2
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-1/+77
* hsclient: Change builder error return type to ConfigBuildError.Gabriela Moldovan2023-06-151-1/+1
* Fix a docs reference to refer to HsClientIntroAuthKeypairIan Jackson2023-05-221-1/+1
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-181-3/+3
* hsclient: Use a real HsDesc instead of an unparsed string.Gabriela Moldovan2023-05-031-3/+3
* hsclient keys: Be more explicit about HsClientSecretKeys nullableIan Jackson2023-03-011-5/+9
* hsclient keys: Add a todo to remove spurious OptionIan Jackson2023-03-011-0/+3
* hsclient keys: Compare all empty sets of keys as equalIan Jackson2023-03-011-1/+5
* hsclient keys: Provide :none() and Default and .is_empty()Ian Jackson2023-03-011-1/+22
* hsclient keys: Fix a missing full stopIan Jackson2023-03-011-1/+1
* hsclient state: Test most important code pathsIan Jackson2023-03-011-2/+8
* hsclient: Provide some missing debug impls and trace messagesIan Jackson2023-03-011-0/+12
* HS secret keys: Move aggregate/config to tor-hsclientIan Jackson2023-03-011-0/+79
* hsclient API: Remove notion of ambient keys fromk this layerIan Jackson2023-03-011-9/+5
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-2/+2
* Add a new stub hsclient module to connect to onion services.Nick Mathewson2023-01-241-0/+11