commit | 842df10a221e8421829f576397a2e3426a2f6878 | [log] [tgz] |
---|---|---|
author | Nina Satragno <nsatragno@chromium.org> | Thu Apr 17 22:52:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 17 22:52:46 2025 |
tree | 2655668309c4d06ff521d8cab2568d0f90daddf2 | |
parent | 500ba1914c868bf85fd95ec348a3f6a418bcf8fc [diff] |
[vault] Parse sig.xml and cert.sig.xml files Add code to parse cert.xml and cert.sig.xml files as produced by the recovery key store. This will be used to determine the list of active recovery key store cohorts. Parsing these on the browser process is allowed as the files are served by a Google property whose certificate is pinned (gstatic.com). See go/gpm-pin-sync Bug: 399818721 Change-Id: Iddcac90b8e8ecedcab48e121c2649e0dd609d30e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6458500 Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/main@{#1448646}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.