commit | 73c2b940b1e56bfcc952d29d882fb74f77150855 | [log] [tgz] |
---|---|---|
author | Will Harris <wfh@chromium.org> | Mon Jan 27 22:41:57 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 27 22:41:57 2025 |
tree | aec6b9e6a13467c9a01e39e5f861732687c15d4c | |
parent | f0cb466ed68dbef3b09d4eb818b5890bb3804653 [diff] |
Flip posix OSCrypt to return 'true' for IsEncryptionAvailable Encryption is available on posix, and Encrypt and Decrypt operations work fine. This CL fixes the glitch, and also disables hash verification for the keyword table since flipping this to return true will cause hash verification to start failing as the hash was never generated during migration on these platforms. BUG=391843295 Change-Id: I4a65d8a37784d2306e68df973cce0ea848db261d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6194802 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/main@{#1411916}
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.