commit | b2f52fbb36161bde0cfa3661765acbad0221174b | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu May 09 10:12:55 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Thu May 09 14:11:12 2024 +0100 |
tree | a892550b79223eacab03b3efe23310d409d6291a | |
parent | 337612085408c14cb7eb69422082b66e876f5756 [diff] |
Handle NIST format signatures BoringSSL expects EC signatures in DER format, but COSE transports them in NIST format (bare concatenation of R and S). Add code to support conversion from NIST to DER, and provide separate signature verification methods for each format. Loosely based on aosp/3064203. Bug: 338745127 Test: atest VmAttestationTestApp Change-Id: If5dd07e5e5b94a4c7491b2f828cfe73a2492df64
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: