commit | 0262decb967da449b0a6e45a0b6d9740dd199646 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu May 09 15:30:23 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon May 13 13:59:15 2024 +0100 |
tree | 980f90eb5f0b4319906a6fc2d8bd583ea3d5ef1c | |
parent | 20b5ab21a901f0d1536d7d5190eef8a06643a5dd [diff] |
Use raw (R | S) format for COSE keys We should use COSE format in COSE, but DER format in X.509. Previously we were using DER everywhere - which worked, since we were consistently wrong in both the signing and verification so the errors canceled out. Also some minor fixes missed from preceding CLs. Bug: 338745127 Test: atest VmAttestationTestApp libclient_vm_csr.test Change-Id: I5c955cba5f716c16fd85cc5f9a7270ae0bf5d40b
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: