summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* keymgr: Add TODO about KeyType refactorings.Gabriela Moldovan2023-06-151-0/+3
* keymgr: Add the key type to the `arti_extension`.Gabriela Moldovan2023-06-151-1/+2
* keymgr: Add TODO regarding some error refactorings.Gabriela Moldovan2023-06-151-0/+14
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-153-115/+0
* keymgr: Expand the TODOs regarding HS service key specifiers.Gabriela Moldovan2023-06-151-3/+18
* keymgr: Expand HsClientSpecifier docs, add TODO about refactoring.Gabriela Moldovan2023-06-151-0/+7
* keymgr: Introduce ToEncodableKey to simplify lookups.Gabriela Moldovan2023-06-153-13/+51
* arti-client: Make the client use the KeyMgr.Gabriela Moldovan2023-06-151-0/+6
* keymgr: Add key manager implementation stub.Gabriela Moldovan2023-06-152-0/+114
* keymgr: Implement `SshKeyType::read_ssh_format_erased` for `KeyType`.Gabriela Moldovan2023-06-151-4/+49
* keymgr: Add ArtiNativeKeyStore implementation skeleton.Gabriela Moldovan2023-06-158-0/+484