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

Issue 8890073: Handle Origin Bound Certificate expiration. (Closed)

Created:
9 years ago by mattm
Modified:
9 years ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Handle Origin Bound Certificate expiration. BUG=107047 TEST=net_unittests, unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=115219

Patch Set 1 #

Total comments: 31

Patch Set 2 : review changes #

Patch Set 3 : openssl unittest fix #

Patch Set 4 : perf_tests fix #

Total comments: 6

Patch Set 5 : better perf_tests fix #

Total comments: 2

Patch Set 6 : rebase #

Patch Set 7 : review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -110 lines) Patch
M chrome/browser/net/sqlite_origin_bound_cert_store.cc View 1 8 chunks +67 lines, -5 lines 0 comments Download
M chrome/browser/net/sqlite_origin_bound_cert_store_unittest.cc View 1 8 chunks +183 lines, -38 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M net/base/default_origin_bound_cert_store.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/default_origin_bound_cert_store.cc View 1 4 chunks +5 lines, -1 line 0 comments Download
M net/base/default_origin_bound_cert_store_unittest.cc View 1 5 chunks +75 lines, -16 lines 0 comments Download
M net/base/origin_bound_cert_service.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M net/base/origin_bound_cert_service.cc View 1 2 3 4 5 6 10 chunks +32 lines, -13 lines 0 comments Download
M net/base/origin_bound_cert_service_unittest.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M net/base/origin_bound_cert_store.h View 1 2 3 4 5 6 6 chunks +11 lines, -3 lines 0 comments Download
M net/base/origin_bound_cert_store.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/x509_certificate_nss.cc View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M net/base/x509_util.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M net/base/x509_util_nss.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M net/base/x509_util_nss.cc View 1 2 3 4 5 6 7 chunks +21 lines, -14 lines 0 comments Download
M net/base/x509_util_nss_unittest.cc View 1 2 chunks +14 lines, -8 lines 0 comments Download
M net/base/x509_util_openssl.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/base/x509_util_openssl_unittest.cc View 1 2 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
mattm
9 years ago (2011-12-13 05:27:03 UTC) #1
wtc
Review comments on Patch Set 1: This seems good, but I'd like to take another ...
9 years ago (2011-12-14 02:03:38 UTC) #2
wtc
Patch Set 1 LGTM. I will review sqlite_origin_bound_cert_store_unittest.cc tomorrow. Some comments and suggested changes below. ...
9 years ago (2011-12-15 03:18:51 UTC) #3
wtc
Review comments on sqlite_origin_bound_cert_store_unittest.cc in Patch Set 1: Just some nits. Looks good! http://codereview.chromium.org/8890073/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store_unittest.cc File ...
9 years ago (2011-12-15 23:34:24 UTC) #4
mattm
http://codereview.chromium.org/8890073/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): http://codereview.chromium.org/8890073/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode256 chrome/browser/net/sqlite_origin_bound_cert_store.cc:256: "UPDATE origin_bound_certs SET not_valid_after = ? WHERE origin = ...
9 years ago (2011-12-20 00:28:38 UTC) #5
wtc
Patch Set 5 LGTM. http://codereview.chromium.org/8890073/diff/8007/net/base/origin_bound_cert_service.cc File net/base/origin_bound_cert_service.cc (right): http://codereview.chromium.org/8890073/diff/8007/net/base/origin_bound_cert_service.cc#newcode465 net/base/origin_bound_cert_service.cc:465: cert->swap(der_cert); Nit: it would be ...
9 years ago (2011-12-20 19:46:54 UTC) #6
mattm
http://codereview.chromium.org/8890073/diff/8007/net/base/origin_bound_cert_service.cc File net/base/origin_bound_cert_service.cc (right): http://codereview.chromium.org/8890073/diff/8007/net/base/origin_bound_cert_service.cc#newcode465 net/base/origin_bound_cert_service.cc:465: cert->swap(der_cert); On 2011/12/20 19:46:55, wtc wrote: > > Nit: ...
9 years ago (2011-12-20 20:38:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/8890073/23003
9 years ago (2011-12-20 20:39:59 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-20 22:17:35 UTC) #9
Try job failure for 8890073-23003 (retry) on linux_rel for steps "browser_tests,
ui_tests".
It's a second try, previously, steps "browser_tests, ui_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698