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

Issue 1416583005: Add support of serving SCT on the server side in QUIC, gated by QUIC_VERSION_30. (Closed)

Created:
5 years, 1 month ago by Ryan Hamilton
Modified:
5 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@106687764
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add support of serving SCT on the server side in QUIC, gated by QUIC_VERSION_30. Add support of serving SCT in QUIC. Flag-protected. The protocol works like below: 1. The client sends CSCT tag associated with an empty value in client hello to indicate that it supports cert transparency. 2. If so, the server responds with the signed certificate timestamp (SCT) using the same tag. Merge internal change: 106709176 R=rtennet@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -41 lines) Patch
M net/quic/crypto/crypto_handshake.h View 2 chunks +5 lines, -0 lines 0 comments Download
M net/quic/crypto/crypto_handshake.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/crypto/crypto_server_test.cc View 5 chunks +10 lines, -2 lines 0 comments Download
M net/quic/crypto/proof_source.h View 1 chunk +4 lines, -1 line 0 comments Download
M net/quic/crypto/proof_source_chromium.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/crypto/proof_source_chromium_nss.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/crypto/proof_source_chromium_openssl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/crypto/proof_test.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.h View 4 chunks +10 lines, -3 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 9 chunks +54 lines, -24 lines 0 comments Download
M net/quic/quic_crypto_server_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_protocol.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_protocol.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils_chromium.cc View 1 chunk +2 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 4 (2 generated)
Ryan Hamilton
5 years, 1 month ago (2015-11-02 23:12:28 UTC) #1
ramant (doing other things)
5 years, 1 month ago (2015-11-03 00:28:05 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698