summaryrefslogtreecommitdiffstats
path: root/tests/testdata (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-14Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes3-0/+3
This changes the verification code in bootable/recovery to use BoringSSL instead of mincrypt. Cherry-pick of 452df6d99c81c4eeee3d2c7b2171901e8b7bc54a, with merge conflict resolution, extra logging in verifier.cpp, and an increase in the hash chunk size from 4KiB to 1MiB. Bug: http://b/28135231 Change-Id: I1ed7efd52223dd6f6a4629cad187cbc383d5aa84
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler3-0/+3
This changes the verification code in bootable/recovery to use BoringSSL instead of mincrypt. Change-Id: I37b37d84b22e81c32ac180cd1240c02150ddf3a7
2016-03-12Port applypatch.sh tests to recovery_component_testsJed Estep3-0/+0
Bug: 27135282 Change-Id: If53682b591397ddfdb84860a3779b612904d4489
2016-02-04Refactor existing tests to use gtestJed Estep19-0/+114
Bug: 26962907 Change-Id: I5f80636af1740badeff7d08193f08e23f4e4fee1