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

Issue 1042973002: Implement the ability to whitelist certs from specific issuers (Closed)

Created:
5 years, 8 months ago by Ryan Sleevi
Modified:
5 years, 8 months ago
Reviewers:
davidben
CC:
agl, amineer, laforge
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement the ability to whitelist leaf-certs that chain to specific issuers. BUG=473408 Committed: https://crrev.com/cbca7459bce1e95df013543ccba88fa0aa914252 Cr-Commit-Position: refs/heads/master@{#323661}

Patch Set 1 #

Total comments: 9

Patch Set 2 : WIP #

Total comments: 14

Patch Set 3 : Review feedback #

Patch Set 4 : happy bot #

Patch Set 5 : Formatted #

Patch Set 6 : Fix test #

Patch Set 7 : Stupid windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -0 lines) Patch
M net/cert/cert_verify_proc.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
A net/cert/cert_verify_proc_whitelist.h View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A net/cert/cert_verify_proc_whitelist.cc View 1 2 3 4 5 6 1 chunk +78 lines, -0 lines 0 comments Download
A net/cert/cert_verify_proc_whitelist_unittest.cc View 1 2 3 4 5 1 chunk +189 lines, -0 lines 0 comments Download
M net/net.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Ryan Sleevi
agl: FYI david: WIP. I'm whitelisting by the root here, but I'm debating whether should ...
5 years, 8 months ago (2015-03-30 21:32:22 UTC) #2
davidben
I'm assume you'll update this later with tests and the actual hashes and stuff, so ...
5 years, 8 months ago (2015-03-30 21:59:14 UTC) #3
Ryan Sleevi
https://codereview.chromium.org/1042973002/diff/1/net/cert/cert_verify_proc.cc File net/cert/cert_verify_proc.cc (right): https://codereview.chromium.org/1042973002/diff/1/net/cert/cert_verify_proc.cc#newcode43 net/cert/cert_verify_proc.cc:43: #include "net/cert/cert_verify_proc_whitelist-inc.cc" On 2015/03/30 21:59:14, David Benjamin wrote: > ...
5 years, 8 months ago (2015-03-30 22:27:06 UTC) #4
davidben
https://codereview.chromium.org/1042973002/diff/1/net/cert/cert_verify_proc.cc File net/cert/cert_verify_proc.cc (right): https://codereview.chromium.org/1042973002/diff/1/net/cert/cert_verify_proc.cc#newcode699 net/cert/cert_verify_proc.cc:699: sizeof(leaf_hash.data), CompareHashValueToRawHash); On 2015/03/30 22:27:05, Ryan Sleevi wrote: > ...
5 years, 8 months ago (2015-03-30 22:29:22 UTC) #5
Ryan Sleevi
Updated with unittests; removed specific whitelist for now.
5 years, 8 months ago (2015-03-31 00:28:45 UTC) #6
davidben
https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc.cc File net/cert/cert_verify_proc.cc (right): https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc.cc#newcode15 net/cert/cert_verify_proc.cc:15: #include "crypto/sha2.h" No longer necessary here? https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc_whitelist.cc File net/cert/cert_verify_proc_whitelist.cc ...
5 years, 8 months ago (2015-03-31 02:02:13 UTC) #7
Ryan Sleevi
PTAL https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc_whitelist.cc File net/cert/cert_verify_proc_whitelist.cc (right): https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc_whitelist.cc#newcode22 net/cert/cert_verify_proc_whitelist.cc:22: const size_t kBuiltinWhitelistSize = 0; On 2015/03/31 02:02:13, ...
5 years, 8 months ago (2015-03-31 18:33:52 UTC) #8
davidben
lgtm https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc_whitelist.cc File net/cert/cert_verify_proc_whitelist.cc (right): https://codereview.chromium.org/1042973002/diff/20001/net/cert/cert_verify_proc_whitelist.cc#newcode42 net/cert/cert_verify_proc_whitelist.cc:42: return false; On 2015/03/31 18:33:52, Ryan Sleevi wrote: ...
5 years, 8 months ago (2015-03-31 18:42:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1042973002/120001
5 years, 8 months ago (2015-04-03 04:43:27 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 8 months ago (2015-04-03 07:45:53 UTC) #16
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 20:34:02 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/cbca7459bce1e95df013543ccba88fa0aa914252
Cr-Commit-Position: refs/heads/master@{#323661}

Powered by Google App Engine
This is Rietveld 408576698