aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-key-forge/src/ssh.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-2/+28
| | | | | | This currently can't be used due to upstream limitations in the ssh_key crate, which will be removed likely in the next release. In the meantime, we can put in all the groundwork.
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* tor-key-forge: Fix typo in documentation.Gabriela Moldovan2024-10-171-2/+2
|
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-0/+300
Signed-off-by: David Goulet <[email protected]>