summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-8/+8
* Delete duplicate KeySpecifierComponentPrettyHelperIan Jackson2024-04-251-9/+0
* Merge branch 'rpc_deftly' into 'main'Ian Jackson2024-04-111-1/+1
|\
| * Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* | tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-105-4/+324
* | tor-keymgr: Export KeyMgrBuilderError.Gabriela Moldovan2024-04-081-1/+1
|/
* Merge branch 'deftly' into 'main'Ian Jackson2024-04-036-76/+78
|\
| * derive-deftly: Call pub_template_semver_checkIan Jackson2024-04-031-0/+2
| * Switch to derive-deftlyIan Jackson2024-04-036-76/+76
* | remove unused dependenciestrinity-1686a2024-04-021-1/+0
|/
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-8/+8
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-281-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-137-0/+7
* fix: fix typosDimitris Apostolou2024-03-092-5/+5
* Fix typos in doc commentsTobias Stoeckmann2024-03-062-4/+4
* Use tor_basic_utils::PathExt::display_lossyIan Jackson2024-03-052-4/+7
* Merge branch 'remove-semver' into 'main'Ian Jackson2024-03-051-16/+0
|\
| * Remove semver.md files from arti 1.2.0 release.Gabriela Moldovan2024-03-041-16/+0
* | Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\ \ | |/ |/|
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-2/+2
* | Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-1/+1
* | Merge branch 'analyzer_windows_problems' into 'main'gabi-2502024-03-041-0/+1
|\ \
| * | tor-keymgr: Fix compilation on WindowsTobias Stoeckmann2024-02-291-0/+1
| |/
* / keystore: Fix slugs creations on WindowsTobias Stoeckmann2024-03-011-2/+8
|/
* tor-keymgr: Note removal of dummy KeyMgrBuilderError in semver.md.Gabriela Moldovan2024-02-281-0/+1
* Merge branch 'hss_non_experimental' into 'main'gabi-2502024-02-212-9/+17
|\
| * Move keymgr feature to stable list in READMENick Mathewson2024-02-201-3/+3
| * Mark the keymgr feature as non-experimental.Nick Mathewson2024-02-201-7/+8
| * keymgr: Wrap Cargo.tomlNick Mathewson2024-02-201-1/+8
* | arti, arti-client, tor-keymgr: Remove keystore dir configuration.Gabriela Moldovan2024-02-212-42/+1
|/
* tor-keymgr: Pick a better name for error variable.Ian Jackson2024-02-191-1/+1
* tor-keymgr: Add more context to errors returned from HsId::from_slug.Gabriela Moldovan2024-02-191-5/+4
* tor-keymgr: Add more context to InvalidKeyPathComponentValue errors (fmt).Gabriela Moldovan2024-02-191-5/+11
* tor-keymgr: Add more context to InvalidKeyPathComponentValue errors.Gabriela Moldovan2024-02-191-9/+7
* tor-keymgr: Document what context to add to invalid slug errors.Gabriela Moldovan2024-02-191-0/+7
* tor-keymgr: Downgrade a documentation TODO.Gabriela Moldovan2024-02-191-1/+1
* tor-keymgr: Reword the README.Gabriela Moldovan2024-02-191-24/+30
* tor-keymgr: Remove vestigial comment.Gabriela Moldovan2024-02-191-2/+0
* tor-keymgr: Make InvalidKeyPathComponentValue public.Gabriela Moldovan2024-02-192-3/+5
* tor-keymgr: Make InvalidKeyPathComponentValue an enum.Gabriela Moldovan2024-02-191-11/+20
* tor-keymgr: Add a note about KeyPathError.Gabriela Moldovan2024-02-191-0/+10
* tor-keymgr: Include the ArtiPath in PatternNotMatched.Gabriela Moldovan2024-02-192-6/+3
* tor-keymgr: Include ArtiPath in InvalidArtiPath (fmt).Gabriela Moldovan2024-02-191-3/+13
* tor-keymgr: Include ArtiPath in InvalidArtiPath.Gabriela Moldovan2024-02-192-3/+10
* tor-keymgr: Include the ArtiPath in InvalidKeyPathComponentValue.Gabriela Moldovan2024-02-193-4/+9
* tor-keymgr: Rename {to,from}_component to {to,from}_slug.Gabriela Moldovan2024-02-194-21/+22
* tor-keymgr: Make the &KeystoreId getter `as_copy`.Gabriela Moldovan2024-02-191-2/+4
* tor-keymgr: Test that KeyMgr::list_matching returns the right descriptors.Gabriela Moldovan2024-02-191-2/+16