commit | d3e1811236b35c531eb716261d90d47a800d6d20 | [log] [tgz] |
---|---|---|
author | elburrito <elburrito@google.com> | Mon Jun 09 07:26:36 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 09 07:27:28 2025 -0700 |
tree | 0012bef28d1f295abab1cef3ed3db4b90786652a | |
parent | 2f344ead3a0f9db7f9b924a21c6bc82936bbca59 [diff] |
BlindSignAuth: Add token issuance APIs for Private Aratea. This use case requires the caller to generate and pass in attestation certificates. This CL adds the API, implementation will be in follow-up CLs. PiperOrigin-RevId: 769136951
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.