summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/ephemeral.rs
Commit message (Expand)AuthorAgeFilesLines
* 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