Minor tweaks to TlsServerHandshaker:
- Change TlsServerHandshaker::SelectCertStatus() to TlsServerHandshaker::select_cert_status().
- Set expected_ssl_error to SSL_ERROR_WANT_READ in OnSelectCertificateDone().
- Add a test for async select cert and async signature.

Protected by FLAGS_quic_tls_use_per_handshaker_proof_source.

PiperOrigin-RevId: 351864828
Change-Id: I650c786a0a74bba0df1063be525a028485f5d0dc
4 files changed
tree: d864702797a6afc323119ff142cdf0b06f16a401
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.