summaryrefslogtreecommitdiffstats
path: root/verifier_test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix building of other utilitiesDees Troy2013-11-031-0/+5
| | | | | | | | Fix building all applypatch items Fix building verifier_test (probably will not work right as-is) but at least it builds without errors. Change-Id: I7ab0c04d7d3d2c2e14b57480627e594f89a68b0b
* recovery: turn on text display for install errors in debug buildsDoug Zongker2013-05-161-4/+10
| | | | | | | | | | | Hopefully this will reduce the number of OTA "bugs" reported that are really just someone having changed their system partition, invalidating future incremental OTAs. Also fixes a longstanding TODO about putting LOGE() output in the on-screen display. Change-Id: I44e5be65b2dee7ebce2cce28ccd920dc3d6e522e
* verifier: update to support certificates using SHA-256Doug Zongker2013-04-101-71/+80
| | | | Change-Id: Ifd5a29d459acf101311fa1c220f728c3d0ac2e4e
* move key loading to verifier codeDoug Zongker2012-11-021-3/+8
| | | | | | | Add an option to verifier_test to load keys from a file, the way the recovery does. Change-Id: Icba0e391164f2c1a9fefeab4b0bcb878e91d17b4
* support version 2 (2048-bit e=65537) keys in recoveryDoug Zongker2012-07-251-4/+49
| | | | Change-Id: I9849c69777d513bb12926c8c622d1c12d2da568a
* move key processing to RecoveryUIDoug Zongker2011-11-041-5/+0
| | | | | | | | | Move the key for handling keys from ScreenRecoveryUI to RecoveryUI, so it can be used by devices without screens. Remove the UIParameters struct and replace it with some new member variables in ScreenRecoveryUI. Change-Id: I70094ecbc4acbf76ce44d5b5ec2036c36bdc3414
* C++ class for device-specific codeDoug Zongker2011-10-311-10/+36
| | | | | | | | | | Replace the device-specific functions with a class. Move some of the key handling (for log visibility toggling and rebooting) into the UI class. Fix up the key handling so there is less crosstalk between the immediate keys and the queued keys (an increasing annoyance on button-limited devices). Change-Id: I698f6fd21c67a1e55429312a0484b6c393cad46f
* turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+91
Change-Id: I423a23581048d451d53eef46e5f5eac485b77555