Since we switched from Ring to AWS Libcrypto, following Rustls, we already have a lib capable of generating RSA keys, and no longer have a use for the rust-crypto rsa crate.
We can probably remove the 'external command' method of generating RSA keys in the near feature, and move key size parsing to the config modules, so it is caught during startup.
Since we switched from Ring to AWS Libcrypto, following Rustls, we already have a lib capable of generating RSA keys, and no longer have a use for the rust-crypto
rsa
crate.We can probably remove the 'external command' method of generating RSA keys in the near feature, and move key size parsing to the config modules, so it is caught during startup.