quiche icon indicating copy to clipboard operation
quiche copied to clipboard

support for certificate compression

Open ghedo opened this issue 3 years ago • 0 comments

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.

ghedo avatar May 12 '21 11:05 ghedo