summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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: Port to derive_deftly(TorConfig)Nick Mathewson2026-02-241-44/+33
* keymgr: Extend d-d helper to derive KeyCertificateSpecifiersGabriela Moldovan2026-02-171-0/+71
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* keymgr: Remove redundant field name in struct initGabriela Moldovan2026-01-061-1/+1
* keymgr: Add tests for the unhappy path of from_ctor_path()Gabriela Moldovan2026-01-061-2/+34
* keymgr: Derive PartialEq for CTorPathErrorGabriela Moldovan2026-01-061-1/+1
* keymgr: Update tests to use the new d-d macro annotation for CTorPaths (fmt)Gabriela Moldovan2026-01-061-1/+3
* keymgr: Update tests to use the new d-d macro annotation for CTorPathsGabriela Moldovan2026-01-061-28/+14
* keymgr: Use d-d to generate CTorPath<->KeySpecifier conversionsGabriela Moldovan2026-01-061-26/+54
* keymgr: Add a CTorKeySpecifier trait (fmt)Gabriela Moldovan2026-01-061-4/+4
* keymgr: Add a CTorKeySpecifier traitGabriela Moldovan2026-01-062-1/+18
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-064-12/+21
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-064-74/+50
* keymgr: Fix some recently broken doc linksGabriela Moldovan2026-01-063-6/+6
* keymgr: Resolve a handful of clippy warnings (fmt)Gabriela Moldovan2026-01-061-2/+1
* keymgr: Resolve a handful of clippy warningsGabriela Moldovan2026-01-062-4/+4
* keymgr: Push error handling into the from_ctor_path() functionsGabriela Moldovan2026-01-062-16/+9
* keymgr: Replace placeholder errors with CTorPathError (fmt)Gabriela Moldovan2026-01-061-4/+4
* keymgr: Replace placeholder errors with CTorPathErrorGabriela Moldovan2026-01-063-10/+35
* keymgr: Remove unused argument in helper function (fmt)Gabriela Moldovan2026-01-061-6/+1
* keymgr: Remove unused argument in helper functionGabriela Moldovan2026-01-061-3/+1
* keymgr: Remove redundant ArtiPath from error contextGabriela Moldovan2026-01-062-21/+6
* keymgr: Split out ArtiPathError from KeyPathErrorGabriela Moldovan2026-01-063-20/+31
* keymgr: Make describe_via_components() return BugGabriela 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-063-17/+14
* keymgr: Fix clippy warning when KeySpecifier is used in tor-keymgrGabriela Moldovan2026-01-061-0/+1
* proto: Use describe() unconditionally in validate_entry_integrity()Gabriela Moldovan2026-01-061-12/+5
* keymgr: Update test d-d macro with new ctor_path functionsGabriela Moldovan2026-01-061-17/+24
* keymgr: Specify ctor conversion functions as moduleGabriela Moldovan2026-01-061-9/+13
* keymgr: Extend KeySpecifier macro to support CTorPath conversionsGabriela Moldovan2026-01-061-2/+22
* keymgr: Make parse_key_path() only parse ArtiPathsGabriela Moldovan2026-01-061-18/+23
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-043-10/+0
* Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-241-0/+4
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0612-12/+12
* Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-4/+4
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-keymgr: Fix `KeyMgr::list_keystores` descriptionhjrgrn2025-09-221-1/+1
* arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-041-3/+35
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-1/+1
* clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-112-2/+2
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-4/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0714-113/+158
* Update code for Edition 2024Nick Mathewson2025-08-071-2/+2
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-311-3/+6
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-311-0/+61