aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
Commit message (Expand)AuthorAgeFilesLines
...
* | 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, key-forge: Use our ssh-* forksGabriela Moldovan2026-03-161-1/+1
* | 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-122-52/+1
* | 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
* | keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier() (fmt)Gabriela Moldovan2026-03-121-3/+1
* | keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()Gabriela Moldovan2026-03-124-49/+12
* | keymgr: Add a new trait for cert specifier patternsGabriela Moldovan2026-03-122-0/+31
* | Merge branch 'cert-denotators2' into 'main'Ian Jackson2026-03-114-30/+143
|\ \
| * | keymgr: Do not elide leading empty denotator groupsGabriela Moldovan2026-03-051-2/+5
| * | keymgr: Replace literal value with constantGabriela Moldovan2026-03-051-1/+1
| * | keymgr: Add test for paths with empty denotator groups (fmt)Gabriela Moldovan2026-03-051-1/+4
| * | keymgr: Add test for paths with empty denotator groupsGabriela Moldovan2026-03-051-0/+12
| * | keymgr: Add more tests for cert ArtiPath construction (fmt)Gabriela Moldovan2026-03-052-9/+9
| * | keymgr: Add more tests for cert ArtiPath constructionGabriela Moldovan2026-03-051-2/+17
| * | keymgr: Update cert ArtiPath building to use denotator groupsGabriela Moldovan2026-03-051-7/+18
| * | keymgr: Support having multiple denotator groups within an ArtiPathGabriela Moldovan2026-03-052-4/+14
| * | keymgr: Move denotator group validation to a separate functionGabriela Moldovan2026-03-051-3/+10
| * | keymgr: Update ArtiPath docs with the new denotator rulesGabriela Moldovan2026-03-051-3/+21
| * | keymgr: Implement KeySpecifier for KeyCertificateSpecifiersGabriela Moldovan2026-03-052-5/+39
* | | 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