commit | 12a0b70ca61e8e6344454666b17f5c0eebb6a42e | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Aug 05 23:20:31 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Aug 10 02:19:15 2021 +0900 |
tree | ed1e4e7d292e2abf33603ef5760839251141471f | |
parent | 8bb67b66f704cbcc817e1eb6d215b7727d1f901d [diff] |
add apkverify lib to verify APK/APEX signatures `verify(apk)` is an entry for a Signature Verification of APK/APEX. For now, it only parses signing block and does barely no verification yet. Verification will be implemented in follow-up changes. Cargo.toml is added for `cargo test`, but will be removed when Android.bp is added. Bug: 190343842 Test: cargo test Change-Id: Ib95128e021e8da50a015d302c9c394a8b5a98957
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.