aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src
Commit message (Expand)AuthorAgeFilesLines
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-1/+1
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-152-4/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* arti, keymgr: s/IDEA/TODOGabriela Moldovan2026-06-171-1/+2
* arti: subcommands: keys: Rework output of keys listhjrgrn2026-06-171-0/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0912-0/+12
* Merge branch 'patch-1' into 'main'David Goulet2026-05-282-1/+5
|\
| * feat: Make KeystoreEntry::new() publicAaron Dewes2025-09-292-1/+5
* | keymgr: Add a TODO about possibly removing RawEntryId::EphemeralGabriela Moldovan2026-05-181-0/+11
* | keymgr: Rephrase the remove_unchecked docs for clarityGabriela Moldovan2026-05-181-5/+5
* | keymgr: Clarify that not all keystores support stringly-typed entry IDsGabriela Moldovan2026-05-181-0/+12
* | keymgr: Remove a couple unused From<> implsGabriela Moldovan2026-05-182-20/+0
* | keymgr: Update tests to stop using RawKeystoreEntry (fmt)Gabriela Moldovan2026-05-181-3/+1
* | keymgr: Update tests to stop using RawKeystoreEntryGabriela Moldovan2026-05-182-15/+15
* | keymgr: Remove RawKeystoreEntry (fmt)Gabriela Moldovan2026-05-184-6/+6
* | keymgr: Remove RawKeystoreEntryGabriela Moldovan2026-05-187-76/+32
* | tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-292-2/+2
* | keymgr: Remove outdated references to derive-adhocGabriela Moldovan2026-04-161-3/+3
* | keymgr: Use CAPS for metasyntactic variables in macroGabriela Moldovan2026-04-161-6/+6
* | keymgr: Don't require ctor_path attr to be quotedGabriela Moldovan2026-04-162-2/+2
* | keymgr: Use unquoted keypair_specifier in testsGabriela Moldovan2026-04-161-1/+1
* | keymgr: Make KeySpecifier take an unquoted keypair_specifierGabriela Moldovan2026-04-161-2/+2
* | keymgr: Require keypair_specifier to be a typeGabriela Moldovan2026-04-161-1/+1
* | keymgr: Update outdated KeySpecifier docGabriela Moldovan2026-04-161-1/+1
* | keymgr: Fix ephemeral keystore cert encoding bug (fmt)Gabriela Moldovan2026-04-081-6/+3
* | keymgr: Fix ephemeral keystore cert encoding bugGabriela Moldovan2026-04-081-4/+25
* | tor-keymgr: migrate to web-time-compat.Nick Mathewson2026-03-262-3/+3
* | Fix typosTobias Stoeckmann2026-03-241-2/+4
* | 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: Update cert testsGabriela Moldovan2026-03-171-1/+16
* | 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-122-24/+26
* | keymgr: Reexport the d-d helpersGabriela Moldovan2026-03-121-0/+5
* | keymgr: Make make_certificate() a top-level functionGabriela Moldovan2026-03-121-31/+32
* | keymgr: Add test for the auto-generated cert patternsGabriela Moldovan2026-03-121-0/+34
* | keymgr: Add new KeyMgr::get_cert_entry() APIGabriela Moldovan2026-03-121-1/+70
* | keymgr: Remove old has_certificate() optionGabriela Moldovan2026-03-121-52/+0
* | keymgr: Add a new experimental CertSpecifier macroGabriela Moldovan2026-03-121-0/+303
* | keymgr: Move extract() out of parse_arti_path()Gabriela Moldovan2026-03-121-41/+41