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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
arti: keys: Add arti keys-raw
hjrgrn
2025-07-14
1
-1
/
+5
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-keymgr: BREAKING: Refactor API: Keystore::list
hjrgrn
2025-05-30
1
-1
/
+2
*
Add some allow(unused)
Ian Jackson
2025-03-27
1
-0
/
+3
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
tor-key-forge: Rename EncodableKey to EncodableItem.
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-keymgr: Add a KeyCertificateSpecifier trait (fmt).
Gabriela Moldovan
2024-12-04
1
-3
/
+2
*
tor-keymgr: Add a KeyCertificateSpecifier trait.
Gabriela Moldovan
2024-12-04
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-keymgr: Remove now-unnecessary cfg_attr.
Gabriela Moldovan
2024-11-20
1
-6
/
+0
*
Disable a lot of dead code warnings (fmt)
Ian Jackson
2024-10-17
1
-1
/
+4
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
arti-client: Use the configured C Tor client keystores.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
arti-client: Use the configured C Tor keystores, if any.
Gabriela Moldovan
2024-10-08
1
-0
/
+4
*
tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt).
Gabriela Moldovan
2024-10-08
1
-4
/
+4
*
tor-keymgr: Rename KeyPathRange to ArtiPathRange.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
tor-keymgr: Reimagine CTorPath as an enum.
Gabriela Moldovan
2024-10-08
1
-3
/
+3
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-2
/
+2
*
tor-keymgr: put ephemeral keystore behind experimental feature
Steven Engler
2024-09-17
1
-1
/
+7
*
Rename tor-keys crate to tor-key-forge
David Goulet
2024-09-04
1
-1
/
+1
*
tor-keymgr: Use tor-keys crate and remove dead code
David Goulet
2024-09-04
1
-7
/
+9
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
1
-1
/
+1
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+1
*
Merge branch 'keymgr-ephemeral-refactor' into 'main'
gabi-250
2024-05-09
1
-0
/
+2
|
\
|
*
tor-keymgr: Move arti-specific ssh code to arti module.
Gabriela Moldovan
2024-05-07
1
-0
/
+2
*
|
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
|
/
*
tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystore
Richard Pospesel
2024-04-10
1
-0
/
+1
*
tor-keymgr: Export KeyMgrBuilderError.
Gabriela Moldovan
2024-04-08
1
-1
/
+1
*
derive-deftly: Call pub_template_semver_check
Ian Jackson
2024-04-03
1
-0
/
+2
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-1
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-keymgr: Downgrade a documentation TODO.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Make InvalidKeyPathComponentValue public.
Gabriela Moldovan
2024-02-19
1
-3
/
+4
*
tor-keymgr: Derive From for KeystoreSelector.
Gabriela Moldovan
2024-02-19
1
-2
/
+2
*
tor-keymgr: Add KeystoreEntry.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor (fmt).
Gabriela Moldovan
2024-02-05
1
-2
/
+2
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor.
Gabriela Moldovan
2024-02-05
1
-1
/
+1
*
tor-keymgr: Abolish ArtiPathComponent.
Gabriela Moldovan
2024-01-31
1
-1
/
+1
*
tor-keymgr: Turn some TODOs into #1115.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
tor-keymgr: Turn a TODO HSS into #1193.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
KeySpecifier d-a macro: Use doc-hidden re-exports
Ian Jackson
2024-01-04
1
-1
/
+1
*
KeySpecifier: Make KeySpecifierPattern a trait
Ian Jackson
2024-01-04
1
-1
/
+1
*
KeySpecifier d-a macro: Move to its own module
Ian Jackson
2024-01-04
1
-0
/
+3
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)
Ian Jackson
2023-12-07
1
-3
/
+3
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError
Ian Jackson
2023-12-07
1
-1
/
+1
*
tor-keymgr: Move ArtiPath etc. into new module
Ian Jackson
2023-12-07
1
-2
/
+4
*
tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use it
Ian Jackson
2023-12-07
1
-1
/
+1
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).
Gabriela Moldovan
2023-12-05
1
-3
/
+3
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
[next]