summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/testdata
Commit message (Collapse)AuthorAgeFilesLines
* tor-keymgr: Use spec.torproject.org for the SSH algo name domain.Gabriela Moldovan2023-12-144-13/+13
| | | | | | | | | Note: any existing x25519 or expanded ed25519 keys you might have in the keystore will become invalid (your keystore will appear corrupt, so you will need to manually delete them if you want to continue using the onion service they were originally generated for). Part of #1108
* tor-keymgr: Test expanded expanded-ed25519 SSH key parsing.Gabriela Moldovan2023-09-263-0/+17
|
* tor-keymgr: Add tests for OpenSSH public key parsing.Gabriela Moldovan2023-09-264-0/+4
|
* tor-keymgr: Test x25519 key parsing.Gabriela Moldovan2023-08-162-0/+14
|
* keymgr: Add tests for ssh key handling.Gabriela Moldovan2023-06-293-0/+35
Part of #895