Enable TLS for more tests in //gfe/gfe2/quic:end_to_end_test

This change involves adding a TlsServerHandshaker::OverrideQuicConfigDefaults
method to allow subclasses to change the QuicConfig based on the SNI, like
can currently be done in QUIC Crypto.

gfe-relnote: protected by quic version flags draft_27 and draft_25
PiperOrigin-RevId: 301896631
Change-Id: Ib74d4fa52fa49f15544d72d7f2ecbed673cd2131
2 files changed
tree: 5b6630aa8b313da6ecd2081f30d9fabc07e94e9d
  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.