quiche
quiche copied to clipboard
support for certificate compression
This adds native support for certificate compression (RFC 8879), using brotli. Before, an application could only support this by providing its own BoringSSL SSL object, and only through the FFI API.
Due to the additional dependencies, this is an optional feature, but it is enabled by default at build time. An application still needs to enable it at runtime though.