Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-10 | verifier: update to support certificates using SHA-256 | Doug Zongker | 1 | -17/+63 | |
Change-Id: Ifd5a29d459acf101311fa1c220f728c3d0ac2e4e | |||||
2013-04-04 | Move all AOSP code out of recovery binary | Dees_Troy | 1 | -6/+102 | |
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 | |||||
2012-11-02 | move key loading to verifier code | Doug Zongker | 1 | -0/+102 | |
Add an option to verifier_test to load keys from a file, the way the recovery does. Change-Id: Icba0e391164f2c1a9fefeab4b0bcb878e91d17b4 | |||||
2011-10-31 | refactor ui functions into a class | Doug Zongker | 1 | -2/+4 | |
Move all the functions in ui.c to be members of a ScreenRecoveryUI class, which is a subclass of an abstract RecoveryUI class. Recovery then creates a global singleton instance of this class and then invoke the methods to drive the UI. We use this to allow substitution of a different RecoveryUI implementation for devices with radically different form factors (eg, that don't have a screen). Change-Id: I76bdd34eca506149f4cc07685df6a4890473f3d9 | |||||
2011-10-31 | turn recovery into a C++ binary | Doug Zongker | 1 | -6/+7 | |
Change-Id: I423a23581048d451d53eef46e5f5eac485b77555 | |||||
2011-10-28 | turn recovery into a C++ binary | Doug Zongker | 1 | -184/+0 | |
Change-Id: I68a67a4c8edec9a74463b3d4766005ce27b51316 | |||||
2011-03-15 | log which key a package verified against in recovery | Doug Zongker | 1 | -1/+1 | |
Change-Id: I0d91b715d1eb9e45e2fce54bb93ba0abef92727e | |||||
2010-01-13 | android-2.1_r1 snapshot | The Android Open Source Project | 1 | -1/+1 | |
2009-12-10 | add a simple unit test for the OTA package verifier | Doug Zongker | 1 | -2/+2 | |
2009-12-09 | Security: Fix typo in recovery EOCD detection. | Steve Kondik | 1 | -1/+1 | |
This issue results in the ability to modify the contents of a signed OTA recovery image. | |||||
2009-12-09 | fix cut-and-paste error in verifier | Doug Zongker | 1 | -1/+1 | |
Oops. | |||||
2009-11-13 | eclair snapshot | Jean-Baptiste Queru | 1 | -308/+131 | |
2009-08-17 | do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branch | Doug Zongker | 1 | -308/+131 | |
2009-08-15 | verify whole-file signature instead of jarsigner signatures | Doug Zongker | 1 | -308/+131 | |
In recovery, verify a signature that covers the entire zip file, instead of using the jarsigner format to verify individual files. Bug: 1328985 | |||||
2009-03-04 | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 1 | -0/+361 | |
2009-03-04 | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 1 | -361/+0 | |
2008-12-18 | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 1 | -1/+3 | |