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

Issue 9733005: net: add DNS certificate revocation experiment. (Closed)

Created:
8 years, 9 months ago by agl
Modified:
8 years, 9 months ago
CC:
chromium-reviews, wtc, Ryan Sleevi, szym
Visibility:
Public.

Description

net: add DNS revocation experiment. This change adds an experiment to test the feasibility of DNS based revocation checks. For each URL loaded from a Comodo issued HTTPS site, we kick of a DNS resolution of a TXT record at wibble.comodoca.com. Since the record has a TTL of 20 minutes and the DnsRRResolver has a local cache, we won't actually send requests more than three times an hour. Privacy-wise, this leaks strictly less information than OCSP/CRL checks would have done. I'll revert this so that it doesn't get picked up into the M19 branch. We might get enough data from a canary build to draw conclusions. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127994

Patch Set 1 #

Total comments: 12

Patch Set 2 : ... #

Total comments: 6

Patch Set 3 : g b #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -0 lines) Patch
M chrome/browser/chrome_browser_main.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.h View 1 2 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 5 chunks +104 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
agl
8 years, 9 months ago (2012-03-19 18:40:17 UTC) #1
Ryan Sleevi
+cc szym, whose been working on the new DNS resolver, to see if there is ...
8 years, 9 months ago (2012-03-19 18:58:14 UTC) #2
willchan no longer on Chromium
https://chromiumcodereview.appspot.com/9733005/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://chromiumcodereview.appspot.com/9733005/diff/1/net/url_request/url_request_http_job.cc#newcode762 net/url_request/url_request_http_job.cc:762: if (result == OK && transaction_->GetResponseInfo() != NULL) { ...
8 years, 9 months ago (2012-03-19 19:11:01 UTC) #3
agl
https://chromiumcodereview.appspot.com/9733005/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://chromiumcodereview.appspot.com/9733005/diff/1/net/url_request/url_request_http_job.cc#newcode81 net/url_request/url_request_http_job.cc:81: reinterpret_cast<const char*>(i->data), sizeof(i->data)), &base64_hash); On 2012/03/19 18:58:15, Ryan Sleevi ...
8 years, 9 months ago (2012-03-19 20:16:48 UTC) #4
willchan no longer on Chromium
lgtm https://chromiumcodereview.appspot.com/9733005/diff/4003/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://chromiumcodereview.appspot.com/9733005/diff/4003/chrome/browser/net/chrome_network_delegate.cc#newcode132 chrome/browser/net/chrome_network_delegate.cc:132: i = public_key_hashes.begin(); i != public_key_hashes.end(); i++) { ...
8 years, 9 months ago (2012-03-19 21:24:33 UTC) #5
agl
https://chromiumcodereview.appspot.com/9733005/diff/4003/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://chromiumcodereview.appspot.com/9733005/diff/4003/chrome/browser/net/chrome_network_delegate.cc#newcode132 chrome/browser/net/chrome_network_delegate.cc:132: i = public_key_hashes.begin(); i != public_key_hashes.end(); i++) { On ...
8 years, 9 months ago (2012-03-21 16:16:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/9733005/12001
8 years, 9 months ago (2012-03-21 16:16:54 UTC) #7
commit-bot: I haz the power
8 years, 9 months ago (2012-03-21 17:42:07 UTC) #8
Change committed as 127994

Powered by Google App Engine
This is Rietveld 408576698