index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-keymgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-32
/
+42
*
tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use it
Ian Jackson
2023-12-07
2
-26
/
+22
*
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
2
-5
/
+6
*
tor-keymgr: Update wording in TODO.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-keymgr: Call inventory::collect in the dummy keymgr too.
Gabriela Moldovan
2023-12-05
1
-0
/
+2
*
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
2
-7
/
+13
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.
Gabriela Moldovan
2023-12-05
2
-66
/
+25
*
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: Add a cross-reference to register_key_info_extractor.
Gabriela Moldovan
2023-12-05
1
-0
/
+4
*
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-hsservice: Test the TryFrom<&KeyPath> KeySpecifier impl.
Gabriela Moldovan
2023-12-05
2
-3
/
+4
*
tor-keymgr: Add a module for test utilities.
Gabriela Moldovan
2023-12-05
2
-0
/
+15
*
tor-keymgr: Add KeyMgr::remove_with_type.
Gabriela Moldovan
2023-12-05
1
-0
/
+18
*
tor-keymgr: Make DefaultKeySpecifier generate a key info extractor as well.
Gabriela Moldovan
2023-12-05
2
-1
/
+117
*
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
2
-1
/
+16
*
tor-keymgr: Add a function for describing a KeyPath.
Gabriela Moldovan
2023-12-05
2
-2
/
+24
*
tor-keymgr: Add a way of registering key info extractors using inventory.
Gabriela Moldovan
2023-12-05
3
-4
/
+35
*
tor-keymgr: Add types for extracting info out of a KeyPath.
Gabriela Moldovan
2023-12-05
2
-2
/
+28
*
tor-keymgr: Change KeyDenotator error type to KeyPathError.
Gabriela Moldovan
2023-12-05
3
-10
/
+21
*
Merge branch 'remove-impl' into 'main'
Ian Jackson
2023-11-30
1
-9
/
+1
|
\
|
*
tor-keymgr: Remove unnecessary impls for KeystoreCorruptionError.
Gabriela Moldovan
2023-11-29
1
-9
/
+1
*
|
llcrypto: Hide the members of ExpandedKeypair.
Nick Mathewson
2023-11-29
2
-2
/
+2
*
|
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-4
/
+2
*
|
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
2
-13
/
+25
|
/
*
tor-keymgr: Use CheckedDir::read_dir to validate dir permissions in list().
Gabriela Moldovan
2023-11-28
1
-3
/
+13
*
tor-keymgr: Use the new CheckedDir::remove_file API.
Gabriela Moldovan
2023-11-28
1
-20
/
+23
*
tor-keymgr: Fix some broken docs links
Ian Jackson
2023-11-28
1
-3
/
+3
*
Merge branch 'keymgr-derive-builder' into 'main'
gabi-250
2023-11-28
3
-52
/
+127
|
\
|
*
tor-keymgr: Write some KeyMgrBuilder functions by hand.
Gabriela Moldovan
2023-11-28
2
-17
/
+93
|
*
tor-keymgr: Abolish KeyMgr::new.
Gabriela Moldovan
2023-11-27
2
-18
/
+0
[prev]
[next]