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.
Refresh the built-in certificate blacklist
This change updates the built-in blacklist to be largely aligned with the upstream CRLSets. This updates the blacklist to be based on SHA-256, and includes the certificates (and documentation), so that future changes are easier to make. The blacklisting algorithm is tweaked to use a binary_search rather than a linear search, for that little bit of oomph. It moves from blacklisting the misissued Comodo certificates by serial to blacklisting them by key, which fixes a bug in that the serial blacklist was being applied to all CAs rather than just the single Comodo CA. It also deprecates the associated histogram, which was only ever used for the Comodo serials, rather than the overall blacklisting. This change is part of shifting the blacklist processing from being within the CertVerifyProc to being something that can be fed into the platform-native verifiers, so that they can influence path building with these results (for blacklisting intermediates). BUG=579824, 570909, 570908 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/1612853002 Cr-Commit-Position: refs/heads/master@{#371152}
- Loading branch information
Showing
44 changed files
with
4,205 additions
and
183 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
Oops, something went wrong.