FlorianUekermann / rustls-acme

Apache License 2.0
136 stars 27 forks source link

Support building with either ring or aws-lc-rs #60

Closed joshtriplett closed 6 months ago

joshtriplett commented 7 months ago

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.

FlorianUekermann commented 7 months ago

I'll get around to this next week. Sorry about the delay.

joshtriplett commented 7 months ago

Life happens; no rush. Thank you for all your work on rustls-acme, it's been incredibly useful!

FlorianUekermann commented 6 months ago

0.9.2 is released and builds on these changes. Thank you for the contribution.