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

Issue 1211423002: Ignore certificate transparency by default. (Closed)

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

Description

Ignore certificate transparency by default. Current behavior is to remove the EV flag if the ct enforcer is not set by the embedder. This somewhat unexpectedly removes EV for all servers, if the embedder has not taken explicit actions to turn on CT. CT should either be ignored when policy enforcer is not present, or there should be asserts warning about the missing EV-white list. This patch chooses the first option as CT is not yet a security requirement, and I don't think it's correct to demand CT support quite yet. Note that this change has no effect on Chrome's default behavior. BUG=NONE Committed: https://crrev.com/2553ff05b802a94ef281e647874d37941eefd154 Cr-Commit-Position: refs/heads/master@{#336539}

Patch Set 1 #

Patch Set 2 : Remove empty line #

Total comments: 2

Patch Set 3 : Consolidate conditionals #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -32 lines) Patch
M net/socket/ssl_client_socket_nss.cc View 1 2 1 chunk +13 lines, -16 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 1 chunk +13 lines, -16 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
haavardm
Ryan: here's the patch I mentioned, please review. Eran: FYI The reason we weren't hit ...
5 years, 6 months ago (2015-06-26 13:33:20 UTC) #4
Ryan Sleevi
LGTM. https://codereview.chromium.org/1211423002/diff/20001/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): https://codereview.chromium.org/1211423002/diff/20001/net/socket/ssl_client_socket_nss.cc#newcode3131 net/socket/ssl_client_socket_nss.cc:3131: if (server_cert_verify_result_.cert_status & CERT_STATUS_IS_EV) { Can consolidate to ...
5 years, 6 months ago (2015-06-26 14:16:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211423002/30001
5 years, 5 months ago (2015-06-29 08:15:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211423002/30001
5 years, 5 months ago (2015-06-29 09:24:44 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:30001)
5 years, 5 months ago (2015-06-29 09:27:54 UTC) #12
commit-bot: I haz the power
5 years, 5 months ago (2015-06-29 09:28:53 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2553ff05b802a94ef281e647874d37941eefd154
Cr-Commit-Position: refs/heads/master@{#336539}

Powered by Google App Engine
This is Rietveld 408576698