Add a quic::CryptoBuffers class to own a std::vector<CRYPTO_BUFFER*> and the buffers the elements point to. Use it in TlsServerHandshaker.

PiperOrigin-RevId: 333578828
Change-Id: I51e976d776691f583c8d3cbc2c0b64952b1c407a
3 files changed
tree: 49bd9a8b872d9b20d1d86792cdb5eb081edb70a5
  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.