commit | 0b939c785994917ea133bd824742515cfa0c1e67 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Dec 21 11:10:14 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Dec 21 11:23:46 2023 +0000 |
tree | 550cb0283e9d179436d35017d95101909ecddb90 | |
parent | afcf8ddf40f8f8106720b9136649ff5bdd1fda72 [diff] |
[x509] Reduce serial number array length to 16 bytes This cl reduces the length of the x509 certificate's serial number array from 20 bytes to 16 bytes to circumvent en encoding issue related to MSB. During the encoding process, a leading zero can be added to the array when MSB is 1. Consequently, a 20-byte serial number could exceed the maximum length of 20 bytes defined in RFC 5280 if the first element of the serial number array is greater than 128. Bug: 317065113 Test: atest rialto_test --iterations 10 Change-Id: Iac1655182d1706659f88afcf4ba0c0700c918a8d
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: