summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/keys.rs
Commit message (Expand)AuthorAgeFilesLines
...
* tor-keymgr: Update key summary strings to be less verbose.Gabriela Moldovan2023-12-051-5/+5
* tor-hsservice: Test the TryFrom<&KeyPath> KeySpecifier impl.Gabriela Moldovan2023-12-051-1/+7
* tor-hsservice: Add some useful derives for the key specifiers.Gabriela Moldovan2023-12-051-5/+5
* tor-hsservice: Make the KeySpecifier fields crate-public.Gabriela Moldovan2023-12-051-7/+7
* tor-keymgr: Store an owned type instead.Gabriela Moldovan2023-12-051-15/+20
* tor-hsservice: IptKeySpecifier: add a TODO HSSIan Jackson2023-12-041-0/+2
* tor-hsservice: Use keystore to store and reuse IPT keysIan Jackson2023-12-041-1/+0
* tor-hsservice: Define key specifiers for IPT keysIan Jackson2023-12-041-1/+57
* tor-hsservice: Remove unused macro.Gabriela Moldovan2023-11-201-83/+1
* tor-hsservice: Derive the service key specifier implementations (fmt).Gabriela Moldovan2023-11-201-54/+54
* tor-hsservice: Derive the service key specifier implementations.Gabriela Moldovan2023-11-201-24/+43
* tor-keymgr: Use the new denotator separator instead of underscore.Gabriela Moldovan2023-11-021-3/+3
* tor-keymgr: Fix a broken docs linkIan Jackson2023-11-011-2/+2
* tor-hsservice: Add tests for define_svc_key_specifier.Gabriela Moldovan2023-10-301-0/+62
* tor-hsservice: Define key specifiers using the new helper macro.Gabriela Moldovan2023-10-301-119/+29
* tor-hsservice: Add convenience wrapper around define_key_specifier (fmt).Gabriela Moldovan2023-10-301-2/+2
* tor-hsservice: Add convenience wrapper around define_key_specifier.Gabriela Moldovan2023-10-301-0/+83
* tor-keymgr: Move the KeyDenotator trait to tor-keymgr (fmt).Gabriela Moldovan2023-10-301-1/+3
* tor-keymgr: Move the KeyDenotator trait to tor-keymgr.Gabriela Moldovan2023-10-301-43/+1
* tor-keymgr: Fix broken glob pattern.Gabriela Moldovan2023-10-241-1/+1
* tor-hsservice: Fix cargo doc warnings.Gabriela Moldovan2023-10-191-3/+3
* tor-hsservice: Rename KeyMetadata to KeyDenotator.Gabriela Moldovan2023-10-191-25/+28
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError (fmt).Gabriela Moldovan2023-10-191-1/+1
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.Gabriela Moldovan2023-10-191-5/+6
* tor-keymgr: Remove From<ArtiPathError> impl for KeyPathError.Gabriela Moldovan2023-10-191-4/+6
* tor-hsservice: Add TODO about ArtiPath underscore ambiguity.Gabriela Moldovan2023-10-191-0/+2
* tor-hsservice: Add HsSvcKeySpecifier::arti_pattern helper.Gabriela Moldovan2023-10-191-1/+9
* tor-hsservice: Include the TP offset in the key metadata (fmt).Gabriela Moldovan2023-10-191-1/+6
* tor-hsservice: Include the TP offset in the key metadata.Gabriela Moldovan2023-10-191-2/+2
* tor-hsservice: Hoist the key metadata out of HsSvcKeyRole.Gabriela Moldovan2023-10-191-46/+114
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths.Gabriela Moldovan2023-10-191-3/+7
* tor-hsservice: Add more key roles.Gabriela Moldovan2023-10-031-0/+11
* tor-hsservice: Make HsSvcKeySpecifier borrow the nickname.Gabriela Moldovan2023-09-271-5/+5
* tor-hsservice: Make keys.rs a top-level module.Gabriela Moldovan2023-09-221-0/+73
* tor-hsservice: Remove unused keys module.Gabriela Moldovan2023-09-221-34/+0
* Downgrade every "TODO HS" in tor-hsserviceNick Mathewson2023-06-201-6/+6
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-0/+34