Add SerializeTransportParametersForTicket

This function implements a serialization format of TransportParameters to
pass into SSL_set_quic_early_data_context. It is designed so that compatible
(for 0-RTT resumption) sets of TransportParameters encode to the same value,
and incompatible TransportParameters encode to different values.

New quic transport parameter code, currently unused, not flag protected

PiperOrigin-RevId: 315326616
Change-Id: Id3c3309c481d6192f691a08eb6fd119fc90d5d01
3 files changed
tree: 620f4f428220be1acacd4980f06436ba7c2d3575
  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.