commit | 0910e158725a78d09fecd7ef5ea46a162ad7f3a5 | [log] [tgz] |
---|---|---|
author | Livia Seibert <[email protected]> | Thu May 02 22:49:56 2024 |
committer | Chromium LUCI CQ <[email protected]> | Thu May 02 22:49:56 2024 |
tree | f041892226c2f51ee82a72d31b99228c5eb30702 | |
parent | a18aed012e89cdf3f3face2f615344b0b612591d [diff] |
Beginnings of Json parser for Rekor Log Entry. Part of porting Oak attestation from Rust to C++. https://github.com/project-oak/oak/blob/main/oak_attestation_verification/src/rekor.rs#L122 Bug: b/324141620 Change-Id: I394c177eb37efe33bbb8b06df2efb1d8c3e929b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5502119 Commit-Queue: Livia Seibert <[email protected]> Reviewed-by: Ken Buchanan <[email protected]> Reviewed-by: Adam Langley <[email protected]> Cr-Commit-Position: refs/heads/main@{#1295815}
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.