Rename CryptoUtils::CreateTlsInitialCrypters The newly named CreateInitialCrypters function checks the version to create either IETF-style initial crypters/obfuscators or use NullEncrypter/NullDecrypter. Existing (non-test) callsites check the version before calling this function so the added version check should be a no-op. Future changes will remove those version checks to unconditionally call this function. gfe-relnote: refactor CryptoUtils::CreateTlsInitialCrypters and add quic version check (gated on quic_supports_tls_handshake) PiperOrigin-RevId: 268811662 Change-Id: I068139b78b2d98c4052f1c46b8f59c3fd9af2c7a
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.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.