aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/mgr.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-2/+0
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Merge branch 'patch-1' into 'main'David Goulet2026-05-281-0/+1
|\
| * feat: Make KeystoreEntry::new() publicAaron Dewes2025-09-291-0/+1
* | keymgr: Remove a couple unused From<> implsGabriela Moldovan2026-05-181-10/+0
* | keymgr: Update tests to stop using RawKeystoreEntryGabriela Moldovan2026-05-181-11/+12
* | keymgr: Remove RawKeystoreEntryGabriela Moldovan2026-05-181-8/+2
* | tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-291-1/+1
* | tor-keymgr: migrate to web-time-compat.Nick Mathewson2026-03-261-2/+2
* | keymgr: Remove now-addressed XXXGabriela Moldovan2026-03-171-3/+0
* | keymgr: Fix feature-gating in testsGabriela Moldovan2026-03-171-4/+3
* | keymgr: Lower get() logic into get_from_store()Gabriela Moldovan2026-03-171-13/+15
* | keymgr: Add more tests to reveal the get_*() bug for public keysGabriela Moldovan2026-03-171-1/+65
* | keymgr: Pass the item type to entry_descriptor() (fmt)Gabriela Moldovan2026-03-171-1/+5
* | keymgr: Pass the item type to entry_descriptor()Gabriela Moldovan2026-03-171-4/+4
* | keymgr: Preserve item metadata when converting to TestPublicKey (fmt)Gabriela Moldovan2026-03-171-1/+4
* | keymgr: Preserve item metadata when converting to TestPublicKeyGabriela Moldovan2026-03-171-1/+3
* | keymgr: Use the keypair specifier when generating keys.Gabriela Moldovan2026-03-171-1/+9
* | keymgr: Add test retrieving an expired certGabriela Moldovan2026-03-121-1/+77
* | keymgr: Introduce a new TestCert typeGabriela Moldovan2026-03-121-4/+28
* | keymgr: Add tests for the new get_cert() APIGabriela Moldovan2026-03-121-1/+89
* | keymgr: Generate test cert specifiers using d-dGabriela Moldovan2026-03-121-2/+3
* | keymgr: Make make_certificate() a top-level functionGabriela Moldovan2026-03-121-31/+32
* | keymgr: Add new KeyMgr::get_cert_entry() APIGabriela Moldovan2026-03-121-1/+70
* | keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()Gabriela Moldovan2026-03-121-11/+7
* | Merge branch 'cert-denotators2' into 'main'Ian Jackson2026-03-111-5/+2
|\ \
| * | keymgr: Implement KeySpecifier for KeyCertificateSpecifiersGabriela Moldovan2026-03-051-5/+2
* | | keymgr: Remove unnecessary TestItem building (fmt)Gabriela Moldovan2026-03-101-1/+4
* | | keymgr: Remove unnecessary TestItem buildingGabriela Moldovan2026-03-101-4/+1
* | | keymgr: Remove unnecessary parenthesesGabriela Moldovan2026-03-101-1/+1
* | | keymgr: Replace .find(...).is_some() with .any() (fmt)Gabriela Moldovan2026-03-101-9/+4
* | | keymgr: Replace .find(...).is_some() with .any()Gabriela Moldovan2026-03-101-3/+2
* | | keymgr: Replace Result<> with type alias (fmt)Gabriela Moldovan2026-03-101-5/+5
* | | keymgr: Replace match with if letGabriela Moldovan2026-03-101-4/+1
* | | keymgr: Replace Result<> with type alias (fmt)Gabriela Moldovan2026-03-101-3/+5
* | | keymgr: Replace Result<> with type aliasGabriela Moldovan2026-03-101-1/+1
* | | keymgr: Remove unnecessary type annotationGabriela Moldovan2026-03-101-4/+1
* | | keymgr: Replace macro-generated Keystore impls with a single Keystore type (fmt)Gabriela Moldovan2026-03-101-162/+156
* | | keymgr: Replace macro-generated Keystore impls with a single Keystore typeGabriela Moldovan2026-03-101-33/+22
* | | keymgr: Move unrecognized entry building logic out of macro (fmt)Gabriela Moldovan2026-03-101-22/+14
* | | keymgr: Move unrecognized entry building logic out of macroGabriela Moldovan2026-03-101-29/+34
|/ /
* | keymgr: Fix some recently broken doc linksGabriela Moldovan2026-01-061-2/+2
* | keymgr: Resolve a handful of clippy warningsGabriela Moldovan2026-01-061-1/+1
* | keymgr: Move Unrecognized errors out of KeyPathError (fmt)Gabriela Moldovan2026-01-061-3/+3
* | keymgr: Move Unrecognized errors out of KeyPathErrorGabriela Moldovan2026-01-061-8/+8
* | proto: Use describe() unconditionally in validate_entry_integrity()Gabriela Moldovan2026-01-061-12/+5
* | Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* | Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-241-0/+4
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
|/
* tor-keymgr: Fix `KeyMgr::list_keystores` descriptionhjrgrn2025-09-221-1/+1