Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Issue 1660253003: factor out path id + packet number packing code from the QUIC aead code (Closed)

Created:
4 years, 10 months ago by ramant (doing other things)
Modified:
4 years, 10 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@113179972
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

factor out path id + packet number packing code from the QUIC aead code into QuicUtils::PackPathIdAndPacketNumber to reduce code duplication (which is doubled in Chromium because of NSS & OpenSSL versions of this code). Merge internal change: 113205205 R=rch@chromium.org

Patch Set 1 #

Patch Set 2 : Fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -32 lines) Patch
M net/quic/crypto/aead_base_decrypter_nss.cc View 1 2 chunks +2 lines, -8 lines 0 comments Download
M net/quic/crypto/aead_base_decrypter_openssl.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M net/quic/crypto/aead_base_encrypter_nss.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M net/quic/crypto/aead_base_encrypter_openssl.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M net/quic/quic_utils.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/quic_utils.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
4 years, 10 months ago (2016-02-03 02:23:16 UTC) #1
Ryan Hamilton
4 years, 10 months ago (2016-02-03 05:30:01 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698