Add a ProofSource to QuicCryptoClientConfig.

When set, this proof source will be used to respond to client certificate
requests.

This change adds the setting to the client config but does not implement it.

See go/quic-tls-client-certificates for more details.

gfe-relnote: no behavior change (client-only, new settings are unused)
PiperOrigin-RevId: 291452950
Change-Id: I38d989f5d973b761a5b773a6b0f88407810a6ad9
2 files changed
tree: aadb77a431418271c971793621d0928a38f7f3dd
  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.