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

Issue 2266333002: Allow TrustStore queries to be asynchronous. (Closed)

Created:
4 years, 4 months ago by mattm
Modified:
4 years, 3 months ago
Reviewers:
eroman
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

Allow TrustStore queries to be asynchronous. Also changes FindTrustAnchorsByNormalizedName to FindTrustAnchorsForCert, as some different implementations may do normalization differently. By passing in the target cert, the implementation can decide whether to use the pre-normalized issuer or the raw one. BUG=635203 Committed: https://crrev.com/9009fb22a7b7a80cb28164d0bef8d47daa2ef81e Cr-Commit-Position: refs/heads/master@{#414875}

Patch Set 1 #

Total comments: 20

Patch Set 2 : review changes #

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -85 lines) Patch
M net/cert/internal/path_builder.cc View 1 2 3 11 chunks +109 lines, -49 lines 0 comments Download
M net/cert/internal/path_builder_unittest.cc View 3 chunks +132 lines, -24 lines 0 comments Download
M net/cert/internal/trust_store.h View 1 2 chunks +27 lines, -4 lines 0 comments Download
M net/cert/internal/trust_store.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/cert/internal/trust_store_in_memory.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M net/cert/internal/trust_store_in_memory.cc View 1 1 chunk +7 lines, -5 lines 0 comments Download
A net/cert/internal/trust_store_test_helpers.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A net/cert/internal/trust_store_test_helpers.cc View 1 1 chunk +95 lines, -0 lines 0 comments Download
M net/net.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (14 generated)
mattm
4 years, 4 months ago (2016-08-23 01:30:56 UTC) #4
eroman
Initial comments just for the interface. Also regarding the CL description, the second sentence reads ...
4 years, 4 months ago (2016-08-23 18:30:11 UTC) #7
mattm
https://codereview.chromium.org/2266333002/diff/1/net/cert/internal/trust_store.h File net/cert/internal/trust_store.h (right): https://codereview.chromium.org/2266333002/diff/1/net/cert/internal/trust_store.h#newcode122 net/cert/internal/trust_store.h:122: virtual ~Request() = default; On 2016/08/23 18:30:10, eroman wrote: ...
4 years, 3 months ago (2016-08-26 02:24:43 UTC) #11
eroman
lgtm https://codereview.chromium.org/2266333002/diff/40001/net/cert/internal/path_builder.cc File net/cert/internal/path_builder.cc (right): https://codereview.chromium.org/2266333002/diff/40001/net/cert/internal/path_builder.cc#newcode317 net/cert/internal/path_builder.cc:317: DVLOG(1) << "CertanchorsIter(" << CertDebugString(cert()) typo?
4 years, 3 months ago (2016-08-26 18:19:31 UTC) #14
mattm
https://codereview.chromium.org/2266333002/diff/40001/net/cert/internal/path_builder.cc File net/cert/internal/path_builder.cc (right): https://codereview.chromium.org/2266333002/diff/40001/net/cert/internal/path_builder.cc#newcode317 net/cert/internal/path_builder.cc:317: DVLOG(1) << "CertanchorsIter(" << CertDebugString(cert()) On 2016/08/26 18:19:31, eroman ...
4 years, 3 months ago (2016-08-26 22:14:18 UTC) #15
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/2266333002/60001
4 years, 3 months ago (2016-08-26 22:14:49 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-27 00:22:03 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-08-27 00:25:11 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9009fb22a7b7a80cb28164d0bef8d47daa2ef81e
Cr-Commit-Position: refs/heads/master@{#414875}

Powered by Google App Engine
This is Rietveld 408576698