Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: don't overfit on RSA private keys
Prefer `rustls_pemfile::private_key()` to `rsa_private_keys()`. The former is more general, and also doesn't require the `next()` dance that `rsa_private_keys()` does if you're only interested in one private key.
- Loading branch information