rustls-acme
rustls-acme copied to clipboard
Support building with either ring or aws-lc-rs
rustls has support for multiple backends, including aws-lc-rs, as an alternative to ring. Add support for using either as the backend for rustls-acme.
This builds on https://github.com/FlorianUekermann/rustls-acme/pull/59 to avoid conflicts. Only the last commit is unique to this PR, so I suggest looking at the diff for only that commit.
I'll get around to this next week. Sorry about the delay.
Life happens; no rush. Thank you for all your work on rustls-acme, it's been incredibly useful!
0.9.2 is released and builds on these changes. Thank you for the contribution.