summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-keymgr: Move the KeyDenotator trait to tor-keymgr.Gabriela Moldovan2023-10-302-2/+41
* | Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-2/+2
* | Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-2/+2
|/
* tor-keymgr: Use a macro to declare the KeyType enum (fmt).Gabriela Moldovan2023-10-241-46/+46
* tor-keymgr: Use a macro to declare the KeyType enum.Gabriela Moldovan2023-10-241-40/+62
* tor-keymgr: Stop open-coding range operations.Gabriela Moldovan2023-10-241-6/+1
* tor-keymgr: Rename key_stores to secondary_stores for clarity.Gabriela Moldovan2023-10-241-8/+8
* tor-keymgr: list() should include the keys from the default key store.Gabriela Moldovan2023-10-241-2/+1
* tor-keymgr: Remove now-outdated TODO HSS.Gabriela Moldovan2023-10-241-9/+0
* tor-keymgr: Add TODO explaining why we're not using strum.Gabriela Moldovan2023-10-241-0/+7
* tor-keymgr: Use the right extension for expanded ed25519 keys.Gabriela Moldovan2023-10-241-1/+1
* tor-keymgr: Fix substring bounds check.Gabriela Moldovan2023-10-241-1/+16
* tor-keymgr: Add tests for get_or_generate.Gabriela Moldovan2023-10-191-0/+63
* tor-keymgr: Add KeyMgr::get_or_generate.Gabriela Moldovan2023-10-191-0/+23
* tor-keymgr: Add get_or_create_with_derived.Gabriela Moldovan2023-10-191-0/+34
* tor-keymgr: Fix broken doc link.Gabriela Moldovan2023-10-191-1/+1
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError (fmt).Gabriela Moldovan2023-10-195-11/+23
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.Gabriela Moldovan2023-10-194-16/+16
* tor-keymgr: Remove From<ArtiPathError> impl for KeyPathError.Gabriela Moldovan2023-10-191-6/+0
* tor-keymgr: Make KeyType::Unknown a fields-variant.Gabriela Moldovan2023-10-192-10/+16
* tor-keymgr: Expand on the KeyPathError docs.Gabriela Moldovan2023-10-191-0/+3
* tor-keymgr: Apply cargo fmt.Gabriela Moldovan2023-10-193-8/+11
* 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-193-22/+30
* tor-keymgr: Add TODO about removing metadata handling from keymgr.Gabriela Moldovan2023-10-191-0/+3
* tor-keymgr: Add TODO about using derive-adhoc.Gabriela Moldovan2023-10-191-0/+2
* tor-keymgr: Add KeyPathPattern constructor that does not match any valid paths.Gabriela Moldovan2023-10-191-0/+7
* tor-keymgr: Add a get_with_type keymgr function.Gabriela Moldovan2023-10-191-1/+28
* tor-keymgr: Add KeyMgr::list_matching for retrieving keys that match a given ...Gabriela Moldovan2023-10-192-3/+33
* tor-keymgr: Add function for listing all entries in a keystore.Gabriela Moldovan2023-10-194-5/+164
* tor-keymgr: Add From<&str> impl for KeyType.Gabriela Moldovan2023-10-191-0/+45
* tor-keymgr: Give KeyType an Unknown variant.Gabriela Moldovan2023-10-197-95/+121
* tor-keymgr: Add matching functionality and types for representing patterns.Gabriela Moldovan2023-10-193-1/+77
* tor-keymgr: Implement KeySpecifier for ArtiPath, CTorPath, KeyPath.Gabriela Moldovan2023-10-191-0/+36
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths (fmt).Gabriela Moldovan2023-10-191-2/+10
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths.Gabriela Moldovan2023-10-193-65/+112
* tor-keymgr: Add an error type for invalid key paths.Gabriela Moldovan2023-10-191-1/+29
* tor-keymgr: Add ArtiPathError, KeyPathError (fmt).Gabriela Moldovan2023-10-191-1/+3
* tor-keymgr: Add ArtiPathError, KeyPathError.Gabriela Moldovan2023-10-192-1/+34
* tor-keymgr: Add an enum for representing an ArtiPath or a CTorPath.Gabriela Moldovan2023-10-192-2/+30
* tor-keymgr: Add some more derives for ArtiPath and CTorPath.Gabriela Moldovan2023-10-191-2/+2
* tor-keymgr: Disallow consecutive . in pathsNeel Chauhan2023-10-161-6/+6
* tor-keymgr: Encode whether the key is public or private in the file extension.Gabriela Moldovan2023-10-132-5/+7
* tor-keymgr: Make generate_with_derived validate any existing key pairs.Gabriela Moldovan2023-10-091-4/+40
* tor-keymgr: Add KeyMgr::generate_with_derived for generating keypairs.Gabriela Moldovan2023-10-091-6/+130
* tor-keymgr: Factor the generate() function into a separate trait.Gabriela Moldovan2023-10-093-51/+52
* tor-keymgr: Implement ArtiNativeKeystore::insert for public keys.Gabriela Moldovan2023-10-031-3/+7
* tor-hsservice: Add more key roles.Gabriela Moldovan2023-10-031-2/+26
* Remove semver.md files now that 1.1.9 is out.Nick Mathewson2023-10-021-6/+0
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-1/+1