cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.24k stars 698 forks source link

rustls crypto backend #1259

Open tbu- opened 2 years ago

tbu- commented 2 years ago

Duplicate of #1116 which was closed by its author.

Would a rustls backend be considered if it were pull-requested? How would it look like? Probably enabled using feature flags?

tbu- commented 2 years ago

This would probably fix #1148.

dignifiedquire commented 5 months ago

Would a PR providing this support be considered for merge?