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-hsservice
/
src
/
keys.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
hsclient, hsservice: Use unquoted paths in ctor_path attr
Gabriela Moldovan
2026-04-16
1
-2
/
+2
*
hsservice: Use unquoted type in keypair_specifier attr
Gabriela Moldovan
2026-04-16
1
-2
/
+2
*
hsclient, hsservice: Remove no longer needed conversion functions
Gabriela Moldovan
2026-01-06
1
-58
/
+0
*
keymgr: Use d-d to generate CTorPath<->KeySpecifier conversions
Gabriela Moldovan
2026-01-06
1
-2
/
+2
*
keymgr: Make CTorPath more like the client/service specifiers (fmt)
Gabriela Moldovan
2026-01-06
1
-6
/
+2
*
keymgr: Make CTorPath more like the client/service specifiers
Gabriela Moldovan
2026-01-06
1
-9
/
+5
*
keymgr: Push error handling into the from_ctor_path() functions
Gabriela Moldovan
2026-01-06
1
-8
/
+16
*
keymgr: Specify ctor conversion functions as module
Gabriela Moldovan
2026-01-06
1
-42
/
+46
*
keymgr: Extend KeySpecifier macro to support CTorPath conversions
Gabriela Moldovan
2026-01-06
1
-2
/
+38
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
arti: keys: Add `keys check-integrity` CLI tool
hjrgrn
2025-09-04
1
-42
/
+7
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-hsservice: Implement ctor_path() for service keys.
Gabriela Moldovan
2024-10-08
1
-0
/
+20
*
tor_keymgr: add get_keypair_specifier() to KeySpecifier, and derive it
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+2
*
tor_hsservice: add `impl From<&FooPublicKeySpecifier> for FooKeypairSpecifier...
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+17
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
1
-1
/
+1
*
derive-deftly: Change some docs references
Ian Jackson
2024-04-03
1
-1
/
+1
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-38
/
+38
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix some rustdoc warnings.
Nick Mathewson
2024-03-12
1
-1
/
+1
*
tor-hsservice: prelude: Move imports from keys.rs
Ian Jackson
2024-03-05
1
-14
/
+1
*
tor-keymgr: Rename KeyMgr::remove_with_type to KeyMgr::remove_entry.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry.
Gabriela Moldovan
2024-02-19
1
-4
/
+1
*
tor-keymgr: Make KeyMgr::list_matching return `KeystoreEntry`s.
Gabriela Moldovan
2024-02-19
1
-3
/
+4
*
tor-hsservice: Rename the service keystore dir to "hss".
Gabriela Moldovan
2024-02-01
1
-14
/
+14
*
tor-keymgr: Lowercase the role when building the ArtiPath.
Gabriela Moldovan
2024-01-31
1
-5
/
+5
*
tor-hsservice: Fix typos etc.
gabi-250
2024-01-24
1
-2
/
+2
*
tor-hsservice: key expiry: Code motion and reindenting
Ian Jackson
2024-01-24
1
-26
/
+22
*
tor-hsservice: key expiry: Introduce HsTimePeriodKeySpecifier trait
Ian Jackson
2024-01-24
1
-10
/
+49
*
tor-hsservice: key expiry: Rely on limiting publisher key scan
Ian Jackson
2024-01-24
1
-2
/
+6
*
tor-hsservice: key expiry: Limit publisher key scan
Ian Jackson
2024-01-24
1
-5
/
+5
*
tor-hsservice: key expiry: Break out KeystoreSweeper::expire_keys
Ian Jackson
2024-01-24
1
-0
/
+48
*
tor-keymgr: Fully qualify KeySpecifierPattern in KeySpecifier macro.
Gabriela Moldovan
2024-01-10
1
-1
/
+0
*
KeySpecifier etc: apply deferred rustfmt import churn
Ian Jackson
2024-01-04
1
-1
/
+1
*
KeySpecifier d-a macro: Do not produce fn new()
Ian Jackson
2024-01-04
1
-5
/
+6
*
KeySpecifier: Make KeySpecifierPattern a trait
Ian Jackson
2024-01-04
1
-0
/
+1
*
KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dyn
Ian Jackson
2024-01-04
1
-1
/
+1
*
tor-hsservice: Drop an unused import
Ian Jackson
2024-01-04
1
-1
/
+0
*
KeySpecifier d-a macro: rename from KeySpecifierDefault
Ian Jackson
2024-01-03
1
-7
/
+7
*
tor-hsservice: Fix broken doc link.
Gabriela Moldovan
2023-12-14
1
-1
/
+1
*
tor-hsservice: keys: Remove unused imports (and a blocking todo)
Ian Jackson
2023-12-07
1
-2
/
+0
*
tor-hsservice: tests: IptKeySpecifier: Do round trip test
Ian Jackson
2023-12-07
1
-8
/
+8
*
tor-hsservice: IptKeySpecifier: impl KeySpecifier via macro
Ian Jackson
2023-12-07
1
-14
/
+8
*
tor-hsservice: IptKeySpecifier: make it owned
Ian Jackson
2023-12-07
1
-4
/
+4
*
tor-hsservice: IptKeySpecifier: reorder fields
Ian Jackson
2023-12-07
1
-2
/
+2
*
tor-hsservice: IptKeyRole: impl FromStr and KeySpecifierComponent
Ian Jackson
2023-12-07
1
-1
/
+4
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function (fmt)
Ian Jackson
2023-12-07
1
-12
/
+3
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function
Ian Jackson
2023-12-07
1
-13
/
+8
*
tor-hsservice: Add a cross-reference to KeystoreSweeper.
Gabriela Moldovan
2023-12-05
1
-0
/
+7
[next]