Introduce basic X.509 parser into QUIC.

Currently, this only extracts subject, SPKI and SANs.  More interesting features will be added later.  The end goal is to replace most of the quic/platform APIs that deal with certificates.

gfe-relnote: n/a (code not used)
PiperOrigin-RevId: 294762954
Change-Id: Iee6038f0b50c04b78c832c3b0d7a7a14eeee9630
4 files changed
tree: 3469ed3cf020408574d8d7c3781bd4ba2d9fac87
  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.