aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-keymgr: Re-export ssh-key.Gabriela Moldovan2023-08-161-1/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* keymgr: Replace EncodableKey::to_bytes() with SSH-specific function.Gabriela Moldovan2023-08-021-1/+1
* keymgr: Add function for generating EncodableKeys.Gabriela Moldovan2023-07-241-1/+1
* keymgr: Use KeystoreId instead of a static string.Gabriela Moldovan2023-07-211-2/+2
* keymgr: Add a newtype for keystore identifiers.Gabriela Moldovan2023-07-211-0/+22
* keymgr: Remove unused KeystoreSelector::All variant.Gabriela Moldovan2023-07-211-2/+0
* keymgr: Add type for specifying which keystore to access.Gabriela Moldovan2023-07-201-0/+13
* tor-keymgr: Add ArtiNativeKeystoreConfig.Gabriela Moldovan2023-07-131-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* keymgr: Downgrade "TODO hs" to "TODO HSS"Gabriela Moldovan2023-06-301-0/+3
* keymgr: Rename KeyStore to Keystore globally.Gabriela Moldovan2023-06-291-2/+2
* keymgr: Define `ArtiPathComponent`.Gabriela Moldovan2023-06-291-1/+1
* keymgr: Create a KeyStoreError trait for keystore errors.Gabriela Moldovan2023-06-261-1/+1
* keymgr: Remove unnecessary dummy types.Gabriela Moldovan2023-06-221-2/+1
* keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-221-5/+22
* keymgr: Remove unnecessary pub(crate).Gabriela Moldovan2023-06-221-5/+5
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-1/+0
* keymgr: Introduce ToEncodableKey to simplify lookups.Gabriela Moldovan2023-06-151-1/+1
* keymgr: Add key manager implementation stub.Gabriela Moldovan2023-06-151-0/+2
* keymgr: Add ArtiNativeKeyStore implementation skeleton.Gabriela Moldovan2023-06-151-0/+54