commit | 52038cf4262a28ee78d13fbfc0347fdd115097f3 | [log] [tgz] |
---|---|---|
author | Elly <ellyjones@chromium.org> | Mon Nov 25 18:34:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 25 18:34:24 2024 |
tree | aa05f114cdbcb6183b015279e7aa46f508be97ea | |
parent | 7f4d721b03db919854138fc8753d434cda9089cd [diff] |
devicetrust: rework some crypto code Specifically, migrate some of the attestation service code from the old SymmetricKey and Encryptor APIs to the new crypto::aes_cbc API. This simplifies the code, removes error paths, and removes a lot of now-unnecessary copies and heap allocations, so the code is now more efficient as well. Bug: 372756046 Change-Id: I7fc3e6b69e1b4a6f44c50bdc890b67d42ea364ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5943826 Reviewed-by: Hamda Mare <hmare@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Zonghan Xu <xzonghan@chromium.org> Reviewed-by: Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1387727}
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.