Add BoringSSL API_VERSION guard around SSL_CREDENTIAL call TlsServerConnection::SetCertChain() had a BoringSSL version guard around the call to set the trust anchor IDs. This change puts the adjacent SSL_CREDENTIAL calls behind the same version guard. Thanks to Dimitri John Ledkov for the change; see https://github.com/google/quiche/pull/93. This does not affect production GFE because GFE's already on an up-to-date BoringSSL. PiperOrigin-RevId: 797480658
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.