commit | 28e72c261ccf9ac8138b5e2164c0373a7f2e2e2d | [log] [tgz] |
---|---|---|
author | Elly <[email protected]> | Tue Dec 03 01:06:35 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Dec 03 01:06:35 2024 |
tree | 737c35409f15bd2fa7af7c0d367f2b236fd6742a | |
parent | cc2fb749cfb86307d616c15d11f544b4ca6d9848 [diff] |
chromeos::onc: migrate off old crypto APIs Specifically, this change migrates from use of SymmetricKey + HMAC + Encryptor to the new one-shot functions for same, which removes a bunch of error cases from the code. I also split the Decrypt() function into two parts so that the crypto code is easier to reason about. Bug: 372283556 Change-Id: I6347efefb3e9b8d4009117d797519b6939a995cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5957730 Reviewed-by: Nikhil Nayunigari <[email protected]> Commit-Queue: Elly FJ <[email protected]> Cr-Commit-Position: refs/heads/main@{#1390720}
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.