Fix CryptoTestUtilsTest.

CryptoTestUtilsTest.TestGenerateFullCHLO picks the first version with
PROTOCOL_QUIC_CRYPTO, but ShloVerifier.ValidateClientHelloDone() uses
AllSupportedVersions().front() and assumes it is the same version.  In order to
fix it, this CL pumbs the version through ShloVerifier.

This is prework for cl/290840338.

gfe-relnote: n/a (test-only change)
PiperOrigin-RevId: 297615868
Change-Id: I7fbceeac1b2ad1dda5cacea5e9e7bda891e3f311
1 file changed
tree: e7ab213f92f471a0587510b68e9d51d32aee10f3
  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.