summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-15/+15
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-keymgr: Sort dependencies.Gabriela Moldovan2025-07-071-1/+7
* Run fixup-features in preparation for release.Gabriela Moldovan2025-07-071-1/+2
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-123-8/+163
* release: Delete semver.md files after release.Alexander Hansen Færøy2025-06-051-3/+0
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-15/+15
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-3011-99/+476
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-4/+2
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* Merge branch 'item-metadata-cert-support' into 'main'gabi-2502025-05-061-75/+159
|\
| * tor-keymgr: Refactor ItemMetadata to support certificate metadatashivam374832025-05-061-75/+159
* | release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-012-18/+15
* | Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* | Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
|/
* tor-keymgr: ephemeral type validationhashcatHitman2025-04-032-12/+77
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-027-65/+26
* tor-keymgr: keystore::ephemeral::insert: Drop item type validationplaybahn2025-04-021-20/+1
* tor-keymgr: Fix TODO: Refactor API: Keystore::insertplaybahn2025-04-024-28/+17
* Merge branch 'unused' into 'main'Ian Jackson2025-04-011-0/+3
|\
| * Add some allow(unused)Ian Jackson2025-03-271-0/+3
* | Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-15/+15
* | Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* | tor-keymgr: keystore::arti::ssh: Fix typo; simplify comments.playbahn2025-03-271-8/+7
* | tor-keymgr: keystore::arti: Rework tests: ssh-keygen interopplaybahn2025-03-261-7/+4
* | tor-keymgr: keystore::arti::ssh: Rework tests: ssh-keygen interopplaybahn2025-03-261-37/+115
* | tor-keymgr: test_utils: TestSpecifier::path_prefix: Drop methodplaybahn2025-03-262-8/+7
* | tor-keymgr: Fix clippy errorsplaybahn2025-03-262-2/+3
* | tor-keymgr: dep ssh-key feat: -allocplaybahn2025-03-261-1/+1
* | tor-keymgr: test_utils: Fix unresolved importplaybahn2025-03-261-4/+8
* | tor-keymgr: keystore::arti::tests: More intuitive assert_eq!playbahn2025-03-262-3/+2
* | tor-keymgr: keystore::arti: Rework ssh-keygen interop testsplaybahn2025-03-261-63/+82
* | tor-keymgr: keystore::arti::ssh: Rework ssh-keygen interop testsplaybahn2025-03-261-30/+52
* | tor-keymgr: Rework utils for ssh-keygen interop testsplaybahn2025-03-261-52/+50
* | tor-keymgr: Remove unused importsplaybahn2025-03-262-2/+0
* | tor-keymgr: keystore::arti: Add tests for ssh-keygen interopplaybahn2025-03-261-65/+100
* | tor-keymgr: keystore::arti::ssh: Add tests for ssh-keygen interopplaybahn2025-03-261-0/+61
* | tor-keymgr: test_utils: Add ssh-keygen interop test utilsplaybahn2025-03-261-0/+53
* | tor-keymgr: dependency ssh-key: features: +allocplaybahn2025-03-261-1/+1
* | tor-keymgr: test_utils: Fix typo: TestSpecifier::new paramplaybahn2025-03-261-2/+2
|/
* tor-keymgr: Introduce ItemMetadata type for testing.vijayabhaskar_782025-03-261-86/+149
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-242-8/+13
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-2/+2
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Merge branch '1889-resolve-some-todos' into 'main'gabi-2502025-03-142-185/+174
|\
| * tor-keymgr: Resolve TODOs from key_specifier::testshjrgrn2025-03-142-185/+174
* | tor-hscrypto: Implement Display for TimePeriodhjrgrn2025-03-131-10/+1
|/