aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* keymgr: Add a convenience function for boxing keystore errors.Gabriela Moldovan2023-07-202-7/+7
* keymgr: Add an error type for misuse errors.Gabriela Moldovan2023-07-201-2/+28
* keymgr: Add type for specifying which keystore to access.Gabriela Moldovan2023-07-201-0/+13
* keymgr: Add a function for looking keystores up by ID.Gabriela Moldovan2023-07-201-0/+5
* keymgr: Add an `id` function to `Keystore`.Gabriela Moldovan2023-07-202-0/+12
* keymgr: Iterate over all the stores, not just the secondary ones.Gabriela Moldovan2023-07-201-1/+7
* keymgr: Explicitly specify the default keystore for `KeyMgr`.Gabriela Moldovan2023-07-202-5/+12
* keymgr: Add a type alias for `Box<dyn Keystore>`.Gabriela Moldovan2023-07-201-2/+5
* keymgr-config: Make fields private, add function for checking if keystore is ...Gabriela Moldovan2023-07-201-2/+17
* tor-keymgr: Add ArtiNativeKeystoreConfig.Gabriela Moldovan2023-07-133-0/+73
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-115-0/+5
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-105-0/+5
* | keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>.Gabriela Moldovan2023-07-103-10/+19
|/
* Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-061-1/+0
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* keymgr: Explain why the TODO regarding EncodableKey can't be addressed.Gabriela Moldovan2023-07-051-1/+12
* Merge branch 'arti-path-bug' into 'main'gabi-2502023-06-301-9/+22
|\
| * keymgr: Update ArtiPath and ArtiPathComponent docs.Gabriela Moldovan2023-06-301-2/+2
| * keymgr: Allow periods in ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-301-9/+22
* | keymgr: Downgrade "TODO hs" to "TODO HSS"Gabriela Moldovan2023-06-301-0/+3
|/
* keymgr: Rename KeyStore to Keystore globally.Gabriela Moldovan2023-06-298-35/+35
* keymgr: Remove unstable ErrorKind, use internal! for ArtiPath errors.Gabriela Moldovan2023-06-291-21/+7
* keymgr: Validate the individual ArtiPahtComponents of ArtiPath.Gabriela Moldovan2023-06-291-37/+25
* keymgr: Rephrase ArtiPath docs.Gabriela Moldovan2023-06-291-14/+5
* keymgr: Remove ArtiPath normalization, introduce additional restrictions.Gabriela Moldovan2023-06-291-45/+45
* keymgr: Document how ArtiPath validation is actually supposed to work.Gabriela Moldovan2023-06-291-7/+11
* keymgr: Move validation requirements to the ArtiPath docs.Gabriela Moldovan2023-06-291-12/+15
* keymgr: Make ArtiPath platform-independent by always using '/' as a separator.Gabriela Moldovan2023-06-291-10/+10
* keymgr: Add tests for ArtiPath validation.Gabriela Moldovan2023-06-291-0/+90
* keymgr: Validate ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-291-12/+45
* keymgr: Derive Into for ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-291-1/+3
* keymgr: Define an error type for bad `ArtiPathComponents`.Gabriela Moldovan2023-06-291-1/+18
* keymgr: Derive Display for ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-291-3/+4
* keymgr: Define `ArtiPathComponent`.Gabriela Moldovan2023-06-292-1/+22
* keymgr: Fix dummy keymgr doc links.Gabriela Moldovan2023-06-291-3/+3
* keymgr: Add missing dummy implementation for KeyType::arti_extension.Gabriela Moldovan2023-06-291-0/+9
* keymgr: Fix wrong_key_type test.Gabriela Moldovan2023-06-291-1/+5
* Merge branch 'keymgr-tests' into 'main'gabi-2502023-06-292-0/+270
|\
| * keymgr: Add a TODO about implementing and testing has_key_bundle.Gabriela Moldovan2023-06-291-0/+8
| * keymgr: Add some basic insert and remove tests.Gabriela Moldovan2023-06-291-0/+52
| * keymgr: Add assert_found! test helper.Gabriela Moldovan2023-06-291-8/+13
| * keymgr: Add some key retrieval tests for ArtiNativeKeyStore.Gabriela Moldovan2023-06-291-5/+54
| * keymgr: Add a gen_keys param to init_keystore.Gabriela Moldovan2023-06-291-2/+16
| * keymgr: Add tests for ArtiNativeKeyStore::key_path.Gabriela Moldovan2023-06-291-0/+89
| * keymgr: Derive Debug for ArtiNativeKeyStore.Gabriela Moldovan2023-06-291-0/+1
| * keymgr: Add tests for ssh key handling.Gabriela Moldovan2023-06-291-0/+52
| * keymgr: Return the key, not Box<()>.Gabriela Moldovan2023-06-291-1/+1
* | Merge branch 'keymgr-x25519-keys' into 'main'gabi-2502023-06-291-28/+59
|\ \ | |/ |/|
| * keymgr: Remove unneeded error variant.Gabriela Moldovan2023-06-271-5/+0
| * keymgr: Add support for x25519 keys.Gabriela Moldovan2023-06-271-11/+9