summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore
Commit message (Expand)AuthorAgeFilesLines
* tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-103-4/+322
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Use tor_basic_utils::PathExt::display_lossyIan Jackson2024-03-051-4/+6
* Merge branch 'analyzer_windows_problems' into 'main'gabi-2502024-03-041-0/+1
|\
| * tor-keymgr: Fix compilation on WindowsTobias Stoeckmann2024-02-291-0/+1
* | keystore: Fix slugs creations on WindowsTobias Stoeckmann2024-03-011-2/+8
|/
* tor-keymgr: Use keystore_error_kind() to get the error kind.Gabriela Moldovan2024-01-151-1/+2
* tor-keymgr: Turn a TODO HSS into #1118.Gabriela Moldovan2024-01-101-1/+1
* tor-keymgr: Turn a TODO HSS into #1095.Gabriela Moldovan2024-01-101-1/+1
* tor-keymgr: Update docs referencing outdated SSH algo names.Gabriela Moldovan2023-12-141-2/+2
* tor-keymgr: path errors: Add some xrefsIan Jackson2023-12-071-1/+6
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-071-2/+2
* tor-keymgr: Use CheckedDir::read_dir to validate dir permissions in list().Gabriela Moldovan2023-11-281-3/+13
* tor-keymgr: Use the new CheckedDir::remove_file API.Gabriela Moldovan2023-11-281-20/+23
* tor-keymgr: Add an Arti keystore error type for keys with invalid key data.Gabriela Moldovan2023-11-211-0/+5
* tor-keymgr: Add a top-level error type.Gabriela Moldovan2023-11-211-0/+6
* tor-keymgr: Inline SshKeyError variants into ArtiNativeKeystoreError.Gabriela Moldovan2023-11-201-2/+29
* tor-keymgr: Expand the ArtiNativeKeystore docs.Gabriela Moldovan2023-11-131-1/+19
* tor-keymgr: Clarify what ArtiPath are used for.Gabriela Moldovan2023-11-131-1/+3
* tor-keymgr: Fix broken doc link.Gabriela Moldovan2023-10-191-1/+1
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError (fmt).Gabriela Moldovan2023-10-191-2/+3
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.Gabriela Moldovan2023-10-191-6/+6
* tor-keymgr: Apply cargo fmt.Gabriela Moldovan2023-10-192-4/+10
* tor-keymgr: Make error handling less repetitive using a closure.Gabriela Moldovan2023-10-191-9/+8
* tor-keymgr: Rework the ArtiPath error types.Gabriela Moldovan2023-10-192-14/+13
* tor-keymgr: Add function for listing all entries in a keystore.Gabriela Moldovan2023-10-191-3/+153
* tor-keymgr: Give KeyType an Unknown variant.Gabriela Moldovan2023-10-192-48/+51
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths.Gabriela Moldovan2023-10-191-6/+31
* tor-keymgr: Add an error type for invalid key paths.Gabriela Moldovan2023-10-191-1/+29
* tor-keymgr: Encode whether the key is public or private in the file extension.Gabriela Moldovan2023-10-131-2/+2
* tor-keymgr: Implement ArtiNativeKeystore::insert for public keys.Gabriela Moldovan2023-10-031-3/+7
* tor-keymgr: Rename as_ssh_keypair_data to as_ssh_key_data.Gabriela Moldovan2023-09-261-1/+1
* tor-keymgr: Make EncodableKey support public keys too.Gabriela Moldovan2023-09-251-7/+17
* tor-keymgr: Represent unparsed ssh key as strings.Gabriela Moldovan2023-09-251-2/+2
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-251-1/+1
* tor-keymgr: Remove redundant _private suffix from key extension.Gabriela Moldovan2023-09-121-2/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-error: Remove KeystoreFsPermissions variant.Gabriela Moldovan2023-08-081-1/+1
* keymgr: Implement SshEncodableKey for ed25519::Keypair.Gabriela Moldovan2023-08-021-3/+2
* keymgr: Remove KeyType::to_ssh_format.Gabriela Moldovan2023-08-021-1/+13
* keymgr: Test whether insert() creates the missing directories.Gabriela Moldovan2023-07-241-9/+21
* keymgr: Create the parent directories as neededGabriela Moldovan2023-07-241-1/+12
* keymgr: Add a Keystore::contains accessor.Gabriela Moldovan2023-07-241-0/+4
* keymgr: Use KeystoreId instead of a static string.Gabriela Moldovan2023-07-211-7/+9
* keymgr: Remove unimplemented/unnecessary has_key_bundle function.Gabriela Moldovan2023-07-201-13/+0
* keymgr: Add an `id` function to `Keystore`.Gabriela Moldovan2023-07-201-0/+7
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-111-0/+1
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* | keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>.Gabriela Moldovan2023-07-101-5/+6
|/
* keymgr: Rename KeyStore to Keystore globally.Gabriela Moldovan2023-06-292-12/+12