commit | a78d8948fac68edd004d1f7070d7e217cb4fb602 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Mar 21 12:55:41 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Fri Mar 22 16:24:13 2024 +0000 |
tree | 50a882ad6b9148043ee570a5efda9c8c75839a9b | |
parent | 1511945705923157ad3753af549b656962e85c96 [diff] |
[test] Check vm attestation certificate chain in CTS tests This cl also contains a refactoring that moves the X509 verification methods for AVF e2e tests to an independent library. The new library no longer depends on rkpd for certificates verification. This refactoring allows us to reuse these methods within CTS tests for VM attestation. Bug: 330662600 Test: atest AvfRkpdVmAttestationTestApp Change-Id: I1c0e94c08d8c61c6221685783e7cea28c0a19740
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: