summaryrefslogtreecommitdiffstats
path: root/tests/component/verifier_test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-02Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao1-1/+1
2017-03-29Fix the bad merge (duplicate tests).Tao Bao1-45/+0
2017-03-28tests: Construct two bad packages at runtime for VerifierTest.Tao Bao1-3/+46
2017-03-28tests: Construct two bad packages at runtime for VerifierTest.Tao Bao1-3/+46
2017-03-27tests: Construct signature-boundary.zip at runtime.Tao Bao1-2/+18
2017-03-18Add testcases for load_keys().Tao Bao1-0/+57
2017-03-17Drop the dependency on 'ui' in verify_file().Tao Bao1-105/+46
2017-03-17Drop the dependency on 'ui' in verify_file().Tao Bao1-104/+45
2017-01-04recovery: Fix the broken UI text.Tao Bao1-32/+38
2016-12-17Add a checker for signature boundary in verifierTianjie Xu1-1/+2
2016-12-13Add a stub recovery UI.Sen Jiang1-1/+1
2016-11-03tests: Set up testdata path for continuous native tests.Tao Bao1-9/+2
2016-10-18Replace minzip with libziparchiveTianjie Xu1-1/+2
2016-08-01Clean up verifier testcases.Tao Bao1-41/+26
2016-04-29Add ability to show "installing security update"Tianjie Xu1-0/+1
2016-04-14Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes1-108/+23
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler1-108/+23
2016-03-12Port applypatch.sh tests to recovery_component_testsJed Estep1-6/+1
2016-02-22Fix verifier test base testdata directory after merge conflictJed Estep1-1/+1
2016-02-05Change on-device directory for recovery test dataJed Estep1-1/+1
2016-02-05verifier_test: Suppress the unused parameter warnings.Tao Bao1-8/+9
2016-02-04Refactor existing tests to use gtestJed Estep1-72/+95
2016-02-03recovery: Refactor verifier and verifier_test.Tao Bao1-39/+21
2015-06-03Log update outputs in orderTao Bao1-0/+6
2015-04-09Move file paging into ScreenRecoveryUI.Elliott Hughes1-0/+3
2015-01-25Add missing <string.h> include.Elliott Hughes1-0/+1
2014-12-29Fix missing #includes in bootable/recovery.Elliott Hughes1-2/+3
2014-01-16do verification and extraction on memory, not filesDoug Zongker1-1/+11
2013-11-03Fix building of other utilitiesDees Troy1-0/+5
2013-10-10Add support for ECDSA signaturesKenny Root1-19/+83
2013-09-25verifier: update to support certificates using SHA-256Doug Zongker1-71/+80
2013-05-21recovery: turn on text display for install errors in debug buildsDoug Zongker1-4/+10
2013-05-16recovery: turn on text display for install errors in debug buildsDoug Zongker1-4/+10
2013-05-16verifier_test : fix the call to verify_fileTrevor Drake1-1/+1
2013-04-10verifier: update to support certificates using SHA-256Doug Zongker1-71/+80
2012-11-02move key loading to verifier codeDoug Zongker1-3/+8
2012-07-25support version 2 (2048-bit e=65537) keys in recoveryDoug Zongker1-4/+49
2011-11-04move key processing to RecoveryUIDoug Zongker1-5/+0
2011-11-01fix verifier testDoug Zongker1-5/+0
2011-10-31C++ class for device-specific codeDoug Zongker1-10/+36
2011-10-31verifier_test needs to provide a UI objectDoug Zongker1-10/+36
2011-10-31turn recovery into a C++ binaryDoug Zongker1-0/+0
2011-10-28turn recovery into a C++ binaryDoug Zongker1-91/+0
2009-12-10add a simple unit test for the OTA package verifierDoug Zongker1-0/+91