commit | 000595b74791662bf060510422ffa49948531a05 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Oct 02 13:46:45 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Nov 14 14:57:05 2023 +0000 |
tree | 08269de4a7c291211ad7156fdb6ed2a6fb162e4f | |
parent | de6bee5fffdb1df91f0250a38c6f238888a4feaf [diff] |
[rkp] Restore the EC_Key from the remotely provisioned key blob This cl builds EcKey from the decrypted remotely provisioned key blob inside the service VM. The restored EC_Key will be used to sign the new certificate to be appended to the remotely provisioned cert chain using ECDSA. An implementation of __memset_chk has been added because it is needed by BoringSSL. Bug: 241428146 Test: atest libbssl_avf_nostd.test rialto_test Change-Id: I805c73efa309c01f55eb13a085dcca36f1e39f54
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: