commit | c8d9e40cd42e73b643e36300c807865b2ec8787d | [log] [tgz] |
---|---|---|
author | nharper <nharper@google.com> | Thu Sep 12 18:30:14 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 13 10:55:22 2019 -0700 |
tree | 57ee3a687ce3033d5bd1290b76d14c1143a57975 | |
parent | bb2e22aa90f14415a598e9a6cc6f3b8108e4b4c3 [diff] |
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.