summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/arti
Commit message (Expand)AuthorAgeFilesLines
* keymgr: Rename KeyStore to Keystore globally.Gabriela Moldovan2023-06-291-3/+3
* keymgr: Implement HasKind for ArtiNativeKeystoreError.Gabriela Moldovan2023-06-281-2/+7
* keymgr: Remove AsRef<dyn StdError> trait bound and unneeded impls.Gabriela Moldovan2023-06-261-7/+0
* keymgr: Add the path to ArtiNativeKeystoreError Display impl.Gabriela Moldovan2023-06-261-3/+3
* keymgr: Replace Error with Box<dyn KeystoreError>.Gabriela Moldovan2023-06-261-2/+0
* keymgr: Define an error type for ArtiNativeKeyStore.Gabriela Moldovan2023-06-261-0/+73