summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-1/+5
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-301-1/+2
* Add some allow(unused)Ian Jackson2025-03-271-0/+3
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-1/+1
* tor-keymgr: Add a KeyCertificateSpecifier trait (fmt).Gabriela Moldovan2024-12-041-3/+2
* tor-keymgr: Add a KeyCertificateSpecifier trait.Gabriela Moldovan2024-12-041-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-keymgr: Remove now-unnecessary cfg_attr.Gabriela Moldovan2024-11-201-6/+0
* Disable a lot of dead code warnings (fmt)Ian Jackson2024-10-171-1/+4
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* arti-client: Use the configured C Tor client keystores.Gabriela Moldovan2024-10-081-1/+1
* arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-081-0/+4
* tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt).Gabriela Moldovan2024-10-081-4/+4
* tor-keymgr: Rename KeyPathRange to ArtiPathRange.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Reimagine CTorPath as an enum.Gabriela Moldovan2024-10-081-3/+3
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-2/+2
* tor-keymgr: put ephemeral keystore behind experimental featureSteven Engler2024-09-171-1/+7
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-1/+1
* tor-keymgr: Use tor-keys crate and remove dead codeDavid Goulet2024-09-041-7/+9
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-171-1/+1
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+1
* Merge branch 'keymgr-ephemeral-refactor' into 'main'gabi-2502024-05-091-0/+2
|\
| * tor-keymgr: Move arti-specific ssh code to arti module.Gabriela Moldovan2024-05-071-0/+2
* | Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
|/
* tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-101-0/+1
* tor-keymgr: Export KeyMgrBuilderError.Gabriela Moldovan2024-04-081-1/+1
* derive-deftly: Call pub_template_semver_checkIan Jackson2024-04-031-0/+2
* Switch to derive-deftlyIan Jackson2024-04-031-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-keymgr: Downgrade a documentation TODO.Gabriela Moldovan2024-02-191-1/+1
* tor-keymgr: Make InvalidKeyPathComponentValue public.Gabriela Moldovan2024-02-191-3/+4
* tor-keymgr: Derive From for KeystoreSelector.Gabriela Moldovan2024-02-191-2/+2
* tor-keymgr: Add KeystoreEntry.Gabriela Moldovan2024-02-191-1/+1
* tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor (fmt).Gabriela Moldovan2024-02-051-2/+2
* tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor.Gabriela Moldovan2024-02-051-1/+1
* tor-keymgr: Abolish ArtiPathComponent.Gabriela Moldovan2024-01-311-1/+1
* tor-keymgr: Turn some TODOs into #1115.Gabriela Moldovan2024-01-101-1/+1
* tor-keymgr: Turn a TODO HSS into #1193.Gabriela Moldovan2024-01-101-1/+1
* KeySpecifier d-a macro: Use doc-hidden re-exportsIan Jackson2024-01-041-1/+1
* KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-041-1/+1
* KeySpecifier d-a macro: Move to its own moduleIan Jackson2024-01-041-0/+3
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)Ian Jackson2023-12-071-3/+3
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-071-1/+1
* tor-keymgr: Move ArtiPath etc. into new moduleIan Jackson2023-12-071-2/+4
* tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use itIan Jackson2023-12-071-1/+1
* tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).Gabriela Moldovan2023-12-051-3/+3