portier / portier-broker

Portier Broker reference implementation, written in Rust
http://portier.github.io/
Apache License 2.0
555 stars 17 forks source link

Use AWS Libcrypto to generate RSA keys #883

Closed stephank closed 4 months ago

stephank commented 4 months ago

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.