rustls-acme icon indicating copy to clipboard operation
rustls-acme copied to clipboard

Support building with either ring or aws-lc-rs

Open joshtriplett opened this issue 1 year ago • 2 comments

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.

joshtriplett avatar Jan 19 '24 07:01 joshtriplett

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

FlorianUekermann avatar Feb 02 '24 12:02 FlorianUekermann

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

joshtriplett avatar Feb 03 '24 07:02 joshtriplett

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

FlorianUekermann avatar Feb 10 '24 16:02 FlorianUekermann