quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Replace rustls-native-certs with rustls-platform-verifier #1734

Closed Ralith closed 8 months ago

Ralith commented 8 months ago

rustls-platform-verifier doesn't seem to support rustls 0.22 yet, so we might want to hold off on this in the hopes of not complicating #1715. Still, long-term, this seems like a safer default to promote.

Ralith commented 8 months ago

Looks like upstream is missing FreeBSD support :(

Ralith commented 8 months ago

FreeBSD support will be included in the next upstream release, which will probably also bump to rustls 0.22.

cpu commented 8 months ago

the next upstream release, which will probably also bump to rustls 0.22.

@Ralith We're planning to do a rustls-platform-verifier 0.1.1 release w/ FreeBSD support and Rustls 0.21 separate from the 0.2.0 release with Rustls 0.22. There's an important consumer of the library that will be on Rustls 0.21 for a while so the 0.1.x release tree will be maintained for a decent amount of time.

complexspaces commented 8 months ago

@Ralith 0.1.1 is now out and released 👍