summaryrefslogtreecommitdiffstats
path: root/fuse_sideload.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it backwards compatible with 4.4Ethan Yonker2016-08-251-0/+15
| | | | Change-Id: I668604cddc8e8afbf78709f3f872bea4e9f4aa06
* Update to 7.0Ethan Yonker2016-08-241-1/+5
| | | | Change-Id: I621cc47352f7ac552d9602485825ae3a6f9ae516
* Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes2016-04-141-9/+10
| | | | | | | | | | | | 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
* recovery: Switch fuse_* to C++.Tao Bao2015-07-241-0/+524
Change-Id: Id50c3e6febd0ab61f10a654b9b265cf21a2d1701 (cherry picked from commit 71dc365f25676cfb3f62dbb7163697a8c3c5243d)