summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/ephemeral.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* tor-key-forge: Implement EncodableItem for Tor ed25519 certs.Gabriela Moldovan2024-12-041-3/+3
* tor-keymgr: Replace as_ssh_key_data with as_keystore_item.Gabriela Moldovan2024-12-041-5/+6
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-041-2/+10
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-041-38/+45
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-4/+4
* tor-keymgr: add disk-related docs to `ArtiEphemeralKeystore`Steven Engler2024-09-171-0/+6
* 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-4/+2
* Fix typosDimitris Apostolou2024-09-031-2/+2
* Revert "tor-keymgr: Fix now-failing test."Gabriela Moldovan2024-05-081-0/+16
* tor-keymgr: Validate the KeyType when inserting into the ephemeral keystore.Gabriela Moldovan2024-05-081-0/+20
* tor-keymgr: Update ephemeral keystore docs.Gabriela Moldovan2024-05-071-2/+2
* tor-keymgr: Test that the ephemeral store returns the correct type.Gabriela Moldovan2024-05-071-2/+6
* tor-keymgr: Fix now-failing test.Gabriela Moldovan2024-05-071-16/+0
* tor-keymgr: Simplify ephemeral keystore impl.Gabriela Moldovan2024-05-071-31/+6
* tor-keymgr: Move parse_ssh_format_erased to UnparsedOpenSshKey.Gabriela Moldovan2024-05-071-3/+3
* tor-keymgr: Avoid using UnparsedOpenSshKey.Gabriela Moldovan2024-05-071-5/+6
* tor-keymgr: Move TestSpecifier to test_utils.Gabriela Moldovan2024-05-071-3/+1
* tor-keymgr: Move test constants to test_utils.Gabriela Moldovan2024-05-071-1/+1
* tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-101-0/+285