Include prefix in SSL_early_data_reason_string.

cl/340322863 added BoringSSL version-guarded code to call
SSL_early_data_reason_string, but QUIC expects the strings to include the
"ssl_early_data_" prefix. Since prefixing would be different from all the other
enum-to-string functions in BoringSSL, this change does that prefixing in the
QUIC code instead.

PiperOrigin-RevId: 341669885
Change-Id: Iefc1364b4846e769d7b281e1b4aa96d9666f7a55
2 files changed
tree: 082d183e129dff6cd5bfb109976a010b789edfa3
  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. QUICHE is only supported on little-endian platforms.