Fix gQUIC remote handshake by postpone certificate validation to after GetProof is done. Also modify standalone_handshaker_end_to_end_test to verify the HTTP response content, instead of response_complete(), which is implemented incorrectly in quic client. Protected by FLAGS_quic_reloadable_flag_quic_crypto_postpone_cert_validate_for_server. PiperOrigin-RevId: 360229986 Change-Id: I1d7afa111daec727901c1e6a8c1c95ca4c76e731
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.