-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
choose a crypto_provider for rustls_cert_gen (#206)
From the release 0.12 of rcgen #202 , we must now choose `ring` or `aws_lc_rc` as a feature. Because `rustls_cert_gen` has `default-features = false`, its build is currently broken. This PR activate `aws_lc_rc` feature, because soon it will get RSA key generation support aws/aws-lc-rs#296 , so it will provide more options. But we could also change it to default to whatever `rcgen` default or use `ring` as default depending on your preferences.
- Loading branch information
1 parent
6637060
commit a3831c9
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters