Open joshtriplett opened 1 month ago
Does latest quinn
release version support awc-lc-rs
as crypto provider?
Ah, apparently the version hasn't been published to crates.io yet.
Marked as blocked on quinn
release, but definitely wtransport
shall support both crypto backends (with FIPS feature as well)
A new quinn release is out now: https://github.com/quinn-rs/quinn/releases/tag/quinn-proto-0.11.9
The underlying
quinn
crates support using rustls with either ring or aws-lc-rs. Please consider supporting both, rather than specifically depending on ring.