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

Issue 2723783002: Make SSLConfigManager notify clients if the SHA-1 policy changes (Closed)

Created:
3 years, 9 months ago by Ryan Sleevi
Modified:
3 years, 9 months ago
Reviewers:
mattm
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make SSLConfigManager notify clients if the SHA-1 policy changes An oversight in the comparator for the SSLConfigManager that handles the logic for determining when an SSLConfig is "new" (and thus should invalidate all existing SSLConfigs) meant that changes to the SHA-1 policy for local anchors wouldn't be immediately propagated. BUG=697154 Review-Url: https://codereview.chromium.org/2723783002 Cr-Commit-Position: refs/heads/master@{#453772} Committed: https://chromium.googlesource.com/chromium/src/+/39f9eb3f5301f73d385c6d65601c60dba4fae63e

Patch Set 1 #

Patch Set 2 : more fixes #

Total comments: 2

Patch Set 3 : Fix require_ecdhe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -10 lines) Patch
M net/ssl/ssl_config_service.cc View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M net/ssl/ssl_config_service_unittest.cc View 1 2 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
Ryan Sleevi
Matt: Easy review
3 years, 9 months ago (2017-02-28 20:06:41 UTC) #2
mattm
https://codereview.chromium.org/2723783002/diff/20001/net/ssl/ssl_config_service.cc File net/ssl/ssl_config_service.cc (left): https://codereview.chromium.org/2723783002/diff/20001/net/ssl/ssl_config_service.cc#oldcode96 net/ssl/ssl_config_service.cc:96: (orig_config.require_ecdhe != new_config.require_ecdhe); require_ecdhe was removed, because nothing updates ...
3 years, 9 months ago (2017-02-28 21:22:45 UTC) #3
Ryan Sleevi
https://codereview.chromium.org/2723783002/diff/20001/net/ssl/ssl_config_service.cc File net/ssl/ssl_config_service.cc (left): https://codereview.chromium.org/2723783002/diff/20001/net/ssl/ssl_config_service.cc#oldcode96 net/ssl/ssl_config_service.cc:96: (orig_config.require_ecdhe != new_config.require_ecdhe); On 2017/02/28 21:22:45, mattm wrote: > ...
3 years, 9 months ago (2017-02-28 22:24:35 UTC) #4
mattm
lgtm
3 years, 9 months ago (2017-02-28 22:32:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2723783002/40001
3 years, 9 months ago (2017-02-28 23:49:00 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 00:45:41 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/39f9eb3f5301f73d385c6d65601c...

Powered by Google App Engine
This is Rietveld 408576698