summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use itIan Jackson2023-12-072-26/+22
* ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)Ian Jackson2023-12-071-2/+14
* ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNicknameIan Jackson2023-12-071-0/+2
* tor-keymgr: Fix some docs warningsIan Jackson2023-12-062-5/+6
* tor-keymgr: Update wording in TODO.Gabriela Moldovan2023-12-051-1/+1
* tor-keymgr: Call inventory::collect in the dummy keymgr too.Gabriela Moldovan2023-12-051-0/+2
* tor-keymgr: Mention KeyMgr::describe in the KeyInfoExtractor docs.Gabriela Moldovan2023-12-051-0/+3
* tor-keymgr: Remove outdated references to KeyDenotator.Gabriela Moldovan2023-12-051-6/+6
* tor-keymgr: Explain when KeySpecifierComponent should be implemented.Gabriela Moldovan2023-12-051-0/+6
* tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).Gabriela Moldovan2023-12-052-7/+13
* tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.Gabriela Moldovan2023-12-052-66/+25
* tor-keymgr: Use Bug instead of KeyPathInfoBuild.Gabriela Moldovan2023-12-051-6/+5
* tor-keymgr: Describe the key, not the specifier in the test key summaries.Gabriela Moldovan2023-12-051-5/+5
* tor-keymgr: Add some helpers to KeyPathInfoBuilder.Gabriela Moldovan2023-12-051-1/+84
* tor-keymgr: Use a BTreeMap for the extra_info.Gabriela Moldovan2023-12-051-2/+2
* tor-keymgr: Add TODO about allowing users to specify the spec_name.Gabriela Moldovan2023-12-051-2/+1
* tor-keymgr: Update summary docs based on review.Gabriela Moldovan2023-12-051-1/+3
* tor-keymgr: Add a cross-reference to register_key_info_extractor.Gabriela Moldovan2023-12-051-0/+4
* tor-keymgr: s/register_key_validator/register_key_info_extractorGabriela Moldovan2023-12-051-1/+1
* tor-keymgr: Test the derived TryFrom<&KeyPath> key specifier impl.Gabriela Moldovan2023-12-051-9/+19
* tor-hsservice: Test the TryFrom<&KeyPath> KeySpecifier impl.Gabriela Moldovan2023-12-052-3/+4
* tor-keymgr: Add a module for test utilities.Gabriela Moldovan2023-12-052-0/+15
* tor-keymgr: Add KeyMgr::remove_with_type.Gabriela Moldovan2023-12-051-0/+18
* tor-keymgr: Make DefaultKeySpecifier generate a key info extractor as well.Gabriela Moldovan2023-12-052-1/+117
* tor-keymgr: Use KeySpecifierComponent instead of Display.Gabriela Moldovan2023-12-051-1/+14
* tor-keymgr: Add more variants to KeyPathError.Gabriela Moldovan2023-12-051-0/+13
* tor-keymgr: Make all arguments of arti_pattern optional.Gabriela Moldovan2023-12-051-8/+12
* tor-keymgr: Introduce a KeySpecifierComponent trait.Gabriela Moldovan2023-12-052-1/+16
* tor-keymgr: Add a function for describing a KeyPath.Gabriela Moldovan2023-12-052-2/+24
* tor-keymgr: Add a way of registering key info extractors using inventory.Gabriela Moldovan2023-12-053-4/+35
* tor-keymgr: Add types for extracting info out of a KeyPath.Gabriela Moldovan2023-12-052-2/+28
* tor-keymgr: Change KeyDenotator error type to KeyPathError.Gabriela Moldovan2023-12-053-10/+21
* Merge branch 'remove-impl' into 'main'Ian Jackson2023-11-301-9/+1
|\
| * tor-keymgr: Remove unnecessary impls for KeystoreCorruptionError.Gabriela Moldovan2023-11-291-9/+1
* | llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-292-2/+2
* | Remove RngCompatExt.Nick Mathewson2023-11-291-4/+2
* | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-292-13/+25
|/
* 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: Fix some broken docs linksIan Jackson2023-11-281-3/+3
* Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-283-52/+127
|\
| * tor-keymgr: Write some KeyMgrBuilder functions by hand.Gabriela Moldovan2023-11-282-17/+93
| * tor-keymgr: Abolish KeyMgr::new.Gabriela Moldovan2023-11-272-18/+0
| * tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-271-8/+11
| * tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-273-37/+51
* | Merge branch 'keymgr-errors' into 'main'gabi-2502023-11-276-160/+155
|\ \
| * | tor-keymgr: Return InvalidSshKeyData if the ssh key data is invalid (fmt).Gabriela Moldovan2023-11-211-2/+5
| * | tor-keymgr: Return InvalidSshKeyData if the ssh key data is invalid.Gabriela Moldovan2023-11-211-27/+20
| * | tor-keymgr: Add an Arti keystore error type for keys with invalid key data.Gabriela Moldovan2023-11-211-0/+5
| * | tor-keymgr: Remove a TODO that is no longer relevant.Gabriela Moldovan2023-11-211-3/+0