ononoki1 / nginx-http3

Automatic latest NGINX mainline build with additional features for Debian bullseye.
https://blog.ononoki.org/enable-http3-for-nginx/
MIT License
44 stars 32 forks source link

BoringSSL #46

Closed iz8mbw closed 7 months ago

iz8mbw commented 7 months ago

Hello. No way to use (again) BoringSSL instead to use quictls?

ononoki1 commented 7 months ago

quictls is better since boringssl does not support some functions (e.g. ocsp stapling). It is possible to use boringssl but not reasonable.

iz8mbw commented 7 months ago

Reasonable or nor I suppose is an user choices. Exists also other libraries that supports Http3 such as quiche and LibreSSL...

Maybe can useful to have 2 versions, one using BoringSSL and one use quictls.