Add support for signing to the CertificateView API.

The signing here is needed to provide a reasonable ProofSource implementation without depending on Chromium or google3, that can be used both in unit tests and by public API users.

The verify here is required to support QUIC crypto in unit tests.

gfe-relnote: n/a (code not used in production)
PiperOrigin-RevId: 307097439
Change-Id: I2d544c5e6cd4b60ed0965dfb93b9476d75524394
3 files changed
tree: 9eb4f048b5fcf86dc7ffc59e96f4cf813028e57f
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.