commit | 600ea5b22ffd12475bd13f5b2b7d4591b2371e5f | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Nov 17 15:12:16 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Nov 23 12:08:49 2023 +0000 |
tree | 40b2fc0da706432201e87051fae45368d560d3ab | |
parent | d1dcd51b2d929ced0408005f1ca8ff97c350ec11 [diff] |
[x509] Encode EC_KEY as SubjectPublicKeyInfo This cl adds bssl wrappers that enable the encoding of bssl::EC_KEY objects as SubjectPublicKeyInfo. This will facilitate the econding of the public key in the client VM's CSR in the x509 certificate later. Test: atest libbssl_avf_nostd.test Bug: 309441500 Change-Id: I374a4a9d7e9ff5408cd176dfca09b670da507e11
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: