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

Issue 8342054: net: enable CRL sets behind a command line flag. (Closed)

Created:
9 years, 2 months ago by agl
Modified:
9 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

net: enable CRL sets behind a command line flag. This change introduces a command line flag for enabling CRL sets while the serving side is still in development. It contains code for NSS (revocation checking will proceed as normal on other platforms). BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107131

Patch Set 1 #

Patch Set 2 : ... #

Total comments: 32

Patch Set 3 : ... #

Total comments: 2

Patch Set 4 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -59 lines) Patch
M chrome/browser/net/crl_set_fetcher.cc View 1 2 1 chunk +8 lines, -7 lines 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_init.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/cert_database_nss_unittest.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M net/base/cert_verifier.h View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
M net/base/cert_verifier.cc View 1 2 8 chunks +10 lines, -4 lines 0 comments Download
M net/base/cert_verifier_unittest.cc View 12 chunks +13 lines, -13 lines 0 comments Download
M net/base/crl_set.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/ssl_config_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/base/ssl_config_service.cc View 1 3 chunks +8 lines, -4 lines 0 comments Download
M net/base/ssl_config_service_defaults.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/x509_certificate.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M net/base/x509_certificate.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M net/base/x509_certificate_mac.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/base/x509_certificate_nss.cc View 1 2 4 chunks +92 lines, -1 line 0 comments Download
M net/base/x509_certificate_unittest.cc View 1 2 13 chunks +22 lines, -15 lines 0 comments Download
M net/base/x509_certificate_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_host_info.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/ssl_host_info.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
agl
9 years, 2 months ago (2011-10-20 16:59:32 UTC) #1
wtc
Review comments on Patch Set 2: I don't know why we don't need to update ...
9 years, 2 months ago (2011-10-21 23:17:31 UTC) #2
agl
http://codereview.chromium.org/8342054/diff/2001/chrome/browser/net/crl_set_fetcher.cc File chrome/browser/net/crl_set_fetcher.cc (right): http://codereview.chromium.org/8342054/diff/2001/chrome/browser/net/crl_set_fetcher.cc#newcode125 chrome/browser/net/crl_set_fetcher.cc:125: static const uint8 kPublicKeySHA256[32] = { On 2011/10/21 23:17:31, ...
9 years, 1 month ago (2011-10-24 20:44:27 UTC) #3
wtc
Patch Set 3 LGTM. Thanks. Just one comment nit below. http://codereview.chromium.org/8342054/diff/7001/net/base/cert_verifier.h File net/base/cert_verifier.h (right): http://codereview.chromium.org/8342054/diff/7001/net/base/cert_verifier.h#newcode92 ...
9 years, 1 month ago (2011-10-25 01:25:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/8342054/15001
9 years, 1 month ago (2011-10-25 14:55:52 UTC) #5
agl
thanks http://codereview.chromium.org/8342054/diff/7001/net/base/cert_verifier.h File net/base/cert_verifier.h (right): http://codereview.chromium.org/8342054/diff/7001/net/base/cert_verifier.h#newcode92 net/base/cert_verifier.h:92: // avoid revocation checks over the network. On ...
9 years, 1 month ago (2011-10-25 14:55:57 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-10-25 16:12:48 UTC) #7
Change committed as 107131

Powered by Google App Engine
This is Rietveld 408576698