index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-keymgr
/
src
/
key_specifier.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-keymgr: KeySpecifierComponent::to_component: rename from as_component
Ian Jackson
2023-12-07
1
-7
/
+7
*
tor-keymgr: Make KeySpecifierComponent::as_component fallible (fmt)
Ian Jackson
2023-12-07
1
-3
/
+8
*
tor-keymgr: Make KeySpecifierComponent::as_component fallible
Ian Jackson
2023-12-07
1
-28
/
+35
*
tor-keymgr: Introduce InvalidKeyPathComponentValue errors (fmt)
Ian Jackson
2023-12-07
1
-2
/
+1
*
tor-keymgr: Introduce InvalidKeyPathComponentValue errors
Ian Jackson
2023-12-07
1
-8
/
+60
*
tor-keymgr: Have KeySpecifierComponent::from_component take a ref
Ian Jackson
2023-12-07
1
-6
/
+6
*
tor-keymgr: KeySpecifierDefault: role: allow runtime value
Ian Jackson
2023-12-07
1
-15
/
+72
*
tor-keymgr: KeySpecifierDefault: Use meta as str
Ian Jackson
2023-12-07
1
-3
/
+6
*
tor-keymgr: KeySpecifierDefault: fixed_path_component feature
Ian Jackson
2023-12-07
1
-0
/
+29
*
tor-keymgr: KeySpecifierDefault: recast field loop
Ian Jackson
2023-12-07
1
-1
/
+2
*
tor-keymgr: KeySpecifierDefault: ctor_path feature
Ian Jackson
2023-12-07
1
-8
/
+47
*
tor-keymgr: KeySpecifierDefault: Document attributes more formally
Ian Jackson
2023-12-07
1
-1
/
+20
*
tor-keymgr: KeySpecifierDefault: Move dead code allow
Ian Jackson
2023-12-07
1
-5
/
+1
*
tor-keymgr: KeyPathInfo: Provide builder() method
Ian Jackson
2023-12-07
1
-4
/
+11
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function (fmt)
Ian Jackson
2023-12-07
1
-14
/
+5
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function
Ian Jackson
2023-12-07
1
-21
/
+11
*
tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use it
Ian Jackson
2023-12-07
1
-25
/
+21
*
ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)
Ian Jackson
2023-12-07
1
-2
/
+14
*
ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname
Ian Jackson
2023-12-07
1
-0
/
+2
*
tor-keymgr: Fix some docs warnings
Ian Jackson
2023-12-06
1
-2
/
+2
*
tor-keymgr: Update wording in TODO.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-keymgr: Mention KeyMgr::describe in the KeyInfoExtractor docs.
Gabriela Moldovan
2023-12-05
1
-0
/
+3
*
tor-keymgr: Remove outdated references to KeyDenotator.
Gabriela Moldovan
2023-12-05
1
-6
/
+6
*
tor-keymgr: Explain when KeySpecifierComponent should be implemented.
Gabriela Moldovan
2023-12-05
1
-0
/
+6
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).
Gabriela Moldovan
2023-12-05
1
-4
/
+10
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.
Gabriela Moldovan
2023-12-05
1
-65
/
+24
*
tor-keymgr: Use Bug instead of KeyPathInfoBuild.
Gabriela Moldovan
2023-12-05
1
-6
/
+5
*
tor-keymgr: Describe the key, not the specifier in the test key summaries.
Gabriela Moldovan
2023-12-05
1
-5
/
+5
*
tor-keymgr: Add some helpers to KeyPathInfoBuilder.
Gabriela Moldovan
2023-12-05
1
-1
/
+84
*
tor-keymgr: Use a BTreeMap for the extra_info.
Gabriela Moldovan
2023-12-05
1
-2
/
+2
*
tor-keymgr: Add TODO about allowing users to specify the spec_name.
Gabriela Moldovan
2023-12-05
1
-2
/
+1
*
tor-keymgr: Update summary docs based on review.
Gabriela Moldovan
2023-12-05
1
-1
/
+3
*
tor-keymgr: s/register_key_validator/register_key_info_extractor
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-keymgr: Test the derived TryFrom<&KeyPath> key specifier impl.
Gabriela Moldovan
2023-12-05
1
-9
/
+19
*
tor-keymgr: Make DefaultKeySpecifier generate a key info extractor as well.
Gabriela Moldovan
2023-12-05
1
-0
/
+116
*
tor-keymgr: Use KeySpecifierComponent instead of Display.
Gabriela Moldovan
2023-12-05
1
-1
/
+14
*
tor-keymgr: Add more variants to KeyPathError.
Gabriela Moldovan
2023-12-05
1
-0
/
+13
*
tor-keymgr: Make all arguments of arti_pattern optional.
Gabriela Moldovan
2023-12-05
1
-8
/
+12
*
tor-keymgr: Introduce a KeySpecifierComponent trait.
Gabriela Moldovan
2023-12-05
1
-0
/
+15
*
tor-keymgr: Add a function for describing a KeyPath.
Gabriela Moldovan
2023-12-05
1
-0
/
+7
*
tor-keymgr: Add a way of registering key info extractors using inventory.
Gabriela Moldovan
2023-12-05
1
-0
/
+8
*
tor-keymgr: Add types for extracting info out of a KeyPath.
Gabriela Moldovan
2023-12-05
1
-0
/
+25
*
tor-keymgr: Change KeyDenotator error type to KeyPathError.
Gabriela Moldovan
2023-12-05
1
-6
/
+15
*
tor-keymgr: Move ArtiPathError, KeystoreCorruptionError to err.rs.
Gabriela Moldovan
2023-11-21
1
-50
/
+1
*
tor-keymgr: Update ArtiPath docs.
Gabriela Moldovan
2023-11-20
1
-5
/
+9
*
tor-keymgr: Remove now-outdated TODO HSSs.
Gabriela Moldovan
2023-11-20
1
-6
/
+0
*
tor-keymgr: Support encoding more than one denotator in an ArtiPath.
Gabriela Moldovan
2023-11-20
1
-3
/
+74
*
tor-keymgr: Add TODO about possibly abolishing arti_pattern.
Gabriela Moldovan
2023-11-20
1
-0
/
+3
*
tor-keymgr: Make the arti_path_prefix() helper private.
Gabriela Moldovan
2023-11-20
1
-1
/
+1
*
tor-keymgr: Abolish the `role()` public key specifier function.
Gabriela Moldovan
2023-11-20
1
-9
/
+0
[prev]
[next]