summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-01-082-3/+3
* Merge branch 'keyspec' into 'main'Ian Jackson2024-01-084-348/+751
|\
| * tor-keymgr: KeySpecifierPattern: fix grammarIan Jackson2024-01-081-1/+1
| * tor-keymgr: KeySpecifierPattern: fix docsIan Jackson2024-01-081-3/+3
| * tor-keymgr: Fix typosgabi-2502024-01-082-4/+4
| * KeyPathInfo: Add role fieldIan Jackson2024-01-042-2/+27
| * KeySpecifier d-a macro: Populate extra_infoIan Jackson2024-01-042-2/+20
| * KeySpecifier d-a macro: Use dyn for describingIan Jackson2024-01-042-24/+75
| * KeySpecifier d-a macro: Add a test for describingIan Jackson2024-01-041-0/+16
| * KeySpecifier d-a macro: Mnaully wrap two long linesIan Jackson2024-01-041-2/+6
| * KeySpecifier d-a macro: Use doc-hidden re-exportsIan Jackson2024-01-042-9/+7
| * KeySpecifier d-a macro: Name result by whole pathIan Jackson2024-01-041-2/+2
| * KeySpecifier d-a macro: Use derive-adhoc's pasting featureIan Jackson2024-01-041-6/+4
| * KeySpecifier d-a macro: Use dyn for parsingIan Jackson2024-01-041-91/+181
| * KeyPathError::PatternNotMatched: Remove pattern from errorIan Jackson2024-01-042-3/+3
| * KeySpecifier d-a macro: Do not produce fn new()Ian Jackson2024-01-041-15/+1
| * KeySpecifier d-a macro: Say what we produce, in the docsIan Jackson2024-01-041-1/+17
| * KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-043-11/+21
| * KeySpecifier d-a macro: Abolish prefix fnsIan Jackson2024-01-042-55/+0
| * KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dynIan Jackson2024-01-042-40/+72
| * KeySpecifier d-a macro: Use dyn for arti_pathIan Jackson2024-01-041-11/+153
| * KeySpecifier tests: add a TimePeriod testIan Jackson2024-01-041-2/+36
| * KeySpecifierComponent: Add .fmt_pretty() methodIan Jackson2024-01-041-1/+21
| * KeySpecifier d-a macro: Move to its own moduleIan Jackson2024-01-043-318/+336
| * KeySpecifier d-a macro: insist on structsIan Jackson2024-01-031-1/+1
| * KeySpecifier d-a macro: rename from KeySpecifierDefaultIan Jackson2024-01-032-11/+11
* | Remove an unneeded allowIan Jackson2024-01-021-2/+0
|/
* rustdoc: linkify a url properlyIan Jackson2024-01-021-2/+2
* clippy: An an allow for fallible ed25519 conversionIan Jackson2024-01-021-0/+5
* tor-keymgr: Wrap a long doc comment line.Gabriela Moldovan2023-12-141-3/+3
* tor-keymgr: Update docs referencing outdated SSH algo names.Gabriela Moldovan2023-12-142-3/+3
* tor-keymgr: Remove the TODOs about adding a protocol name registry.Gabriela Moldovan2023-12-141-68/+3
* tor-keymgr: Use spec.torproject.org for the SSH algo name domain.Gabriela Moldovan2023-12-141-2/+2
* arti-client: use sub_builder for ArtiNativeKeystoreConfigNick Mathewson2023-12-131-0/+2
* tor-keymgr: ArtiPath[Component]: Manually reformat derive listsIan Jackson2023-12-071-32/+8
* tor-keymgr: ArtiPath: impl serdeIan Jackson2023-12-071-0/+3
* tor-keymgr: ArtiPathComponent: Use unqualified namesIan Jackson2023-12-071-3/+3
* tor-keymgr: ArtiPath[Component]: Don't DerefMutIan Jackson2023-12-071-3/+1
* tor-keymgr: ArtiPath[Component]: Add some more test aspectsIan Jackson2023-12-071-1/+10
* tor-keymgr: ArtiPath[Component]: Properly validate in FromStrIan Jackson2023-12-071-2/+11
* tor-keymgr: ArtiPath[Component]: Use d-a to generate various methodsIan Jackson2023-12-071-30/+36
* tor-keymgr: ArtiPath: Introduce validate_strIan Jackson2023-12-071-3/+8
* tor-keymgr: ArtiPath tests: Add a test for a multi-component pathIan Jackson2023-12-071-2/+6
* tor-keymgr: ArtiPath tests: separate path from component testsIan Jackson2023-12-071-2/+4
* tor-keymgr: ArtiPath::new: Rename a confusing variableIan Jackson2023-12-071-2/+2
* tor-keymgr: ArtiPathSyntaxError: impl EqIan Jackson2023-12-071-1/+1
* tor-keymgr: arti_path tests: Add two TODOsIan Jackson2023-12-071-0/+3
* tor-keymgr: path errors: Add some xrefsIan Jackson2023-12-072-1/+9
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)Ian Jackson2023-12-072-11/+43
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-075-38/+37