commit | d742f6daa6a5cd482cc20add957f3ee5d7b0c0d7 | [log] [tgz] |
---|---|---|
author | Sebastien Lalancette <seblalancette@chromium.org> | Tue Nov 30 23:34:09 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 30 23:34:09 2021 |
tree | 9ff1ce57e55b4710cceb3572841d905f1d7c6082 | |
parent | 6e277a5580d1db67b3b2a8946ceeb9d8b7899640 [diff] |
[ZT] Make Sure CrOS Ash Attestation Response has proper JSON format The previous approach encoded the challenge response value and returned that directly. The format expected by VA is the following: { "challengeResponse": "<base64 encoded value>" } This CL updates the logic to do that, and adds a unit test. Bug: b/208280509 Change-Id: I3594df444777cddbfbe450a6ae39d144bc4af303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3307270 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/main@{#946749}
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.