commit | f263da49b0e624c4c06b045f44b17689899806b0 | [log] [tgz] |
---|---|---|
author | Maksim Moskvitin <mmoskvitin@google.com> | Mon Oct 17 16:05:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 17 16:05:12 2022 |
tree | f0727f2abf7505ed32e07250c050c4d5a45527de | |
parent | 0b333d945b266f06da0668b0d70a774dc1656143 [diff] |
Don't use OSCrypt for trusted vault data This CL updates a way how trusted vault data is stored locally, to not use OSCrypt and add MD5 hash verification to control data integrity. The data is migrated to new format upon ReadDataFromDisk(). The change is guarded by the killswitch. Bug: 1374650 Change-Id: I6ce13700dc0c7add1df905988f126135fd803396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3899194 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/main@{#1059980}
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.