BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
470 stars 31 forks source link

Please don't depend specifically on `ring` #232

Open joshtriplett opened 1 month ago

joshtriplett commented 1 month ago

The underlying quinn crates support using rustls with either ring or aws-lc-rs. Please consider supporting both, rather than specifically depending on ring.

BiagioFesta commented 1 month ago

Does latest quinn release version support awc-lc-rs as crypto provider?

joshtriplett commented 1 month ago

Ah, apparently the version hasn't been published to crates.io yet.

BiagioFesta commented 3 weeks ago

Marked as blocked on quinn release, but definitely wtransport shall support both crypto backends (with FIPS feature as well)

joshtriplett commented 3 weeks ago

https://github.com/quinn-rs/quinn/issues/2026

joshtriplett commented 2 weeks ago

A new quinn release is out now: https://github.com/quinn-rs/quinn/releases/tag/quinn-proto-0.11.9