awslabs / tough

Rust libraries and tools for using and generating TUF repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tuftool: do not use openssl to create a key

webern opened this issue · comments

Let's not do this anymore:

let mut command = std::process::Command::new("openssl");

Surely this can be done in pure Rust instead. Maybe with this crate?

https://docs.rs/rsa/latest/rsa/