forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expect-CT: Pass NetworkIsolationKey through SpdySession::CanPool().
SpdySession::CanPool() checks CertificateTransparency state, so in order to double-key the Expect-CT database, we need to pass the NetworkIsolationKey through CanPool() down to TransportSecurityState::CheckCTRequirements(). BUG: 969893 Change-Id: I612be66f8a530d01edd14b6286617e20a6b28f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212702 Reviewed-by: Emily Stark <estark@chromium.org> Reviewed-by: Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#776542}
- Loading branch information
Matt Menke
authored and
Commit Bot
committed
Jun 9, 2020
1 parent
e088438
commit c74a926
Showing
6 changed files
with
407 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.