commit | c208eb4f6692f557e4ab4564e367c8009dfd3e36 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Sun May 22 16:17:52 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Mon May 23 08:24:34 2022 +0000 |
tree | b2e413c242e536ffcb190f1d8bcae66b57729b83 | |
parent | f3fd4c63f7547275474f06326aa4957031122579 [diff] |
apkverify: Migrate from ring to openssl crate Switch to using the certified implementation of cryptographic algorithms, boringssl, that's available through the openssl crate. Add an ECDSA signed APK to the test suite to give that algorithm some coverage. Bug: 232676161 Test: atest libapkverify.test Test: atest libapkverify.integration_test Change-Id: I5f86b40e110d8aaeb22109757253950bd7824833
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.