Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-14 | Use BoringSSL instead of mincrypt to speed up package verification. | Elliott Hughes | 3 | -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-03-12 | Port applypatch.sh tests to recovery_component_tests | Jed Estep | 3 | -0/+0 | |
Bug: 27135282 Change-Id: If53682b591397ddfdb84860a3779b612904d4489 | |||||
2016-02-04 | Refactor existing tests to use gtest | Jed Estep | 19 | -0/+114 | |
Bug: 26962907 Change-Id: I5f80636af1740badeff7d08193f08e23f4e4fee1 |