summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vboot_reference: Add support for 2048-bit exponent 3 keysstabilize-9313.Bfirmware-cr50-release-9308.25.Bfirmware-cr50-mp-release-9308.87.Bfirmware-cr50-mp-r86-9311.70.Bfirmware-cr50-mp-9311.Bfirmware-cr50-guc-factory-9308.26.Bfirmware-cr50-9308.Bfirmware-cr50-9308.24.BNicolas Boichat2017-02-1815-3/+60
* tests: Add simple test for rwsig imagesNicolas Boichat2017-02-112-0/+47
* gen_test_keys.sh: Fixup key_index when keys already existNicolas Boichat2017-02-111-0/+1
* Makefile: Add gentestcases targetNicolas Boichat2017-02-111-0/+4
* image_signing: support signing of OCI containersMike Frysinger2017-01-142-0/+66
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-123-37/+36
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-126-81/+69
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-122-38/+19
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-228-218/+306
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-202-14/+12
* vboot: Remove LoadKernel() LBA size/count checksRandall Spangler2016-11-151-10/+0
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-142-13/+8
* recovery: Add new recovery reason to train memory and rebootFurquan Shaikh2016-11-082-5/+7
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-069-30/+29
* vboot: use malloc and free directlyRandall Spangler2016-11-0619-80/+14
* vboot: remove unused stateful_utilRandall Spangler2016-11-061-300/+0
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-0610-15/+15
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-065-16/+24
* Output stderr when run_test_scripts.sh failDaisuke Nojiri2016-11-011-17/+17
* host,test: Remove unneeded vb1 rsa functionsRandall Spangler2016-10-295-479/+14
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-294-637/+87
* vboot: use vb2_safe_memcmp instead of SafeMemcmpRandall Spangler2016-10-291-53/+35
* vboot: use vb2_crc8 instead of Crc8Randall Spangler2016-10-231-4/+6
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-2320-233/+233
* bdb: Add --load_address to futility-bdb --createDaisuke Nojiri2016-10-191-1/+4
* bdb: Add --data_version to futility-bdb --resignDaisuke Nojiri2016-10-191-1/+18
* bdb: Enable futility show to dump data header infoDaisuke Nojiri2016-10-141-1/+13
* Fix test_bdb.shDaisuke Nojiri2016-10-121-0/+1
* bdb: Add bdb_get_hash_by_indexDaisuke Nojiri2016-10-112-6/+14
* bdb: Add --ignore_key_digest option to futility bdb --verifyDaisuke Nojiri2016-10-111-1/+11
* test: Make TEST_EQ print either 'comment' or 'desc'stabilize-8872.70.Bstabilize-8872.6.Bstabilize-8872.40.Bstabilize-8872.15.Brelease-R55-8872.BDaisuke Nojiri2016-10-051-4/+4
* bdb: Add test for futility bdb --resignDaisuke Nojiri2016-10-051-0/+16
* bdb: Add test for futility bdb --addDaisuke Nojiri2016-10-051-0/+6
* bdb: Add test for futility bdb --create and --verifyDaisuke Nojiri2016-10-054-0/+39
* bdb: Make 'futility show' support BDBDaisuke Nojiri2016-10-043-0/+2
* bdb: Assign different codes for data validation errorsDaisuke Nojiri2016-10-041-2/+4
* Fix more coverity warningsRandall Spangler2016-10-013-10/+24
* bdb: Add secret deriving code for SP-RODaisuke Nojiri2016-10-011-29/+20
* bdb: Make bdb_verify accept null pointer for key digestDaisuke Nojiri2016-10-011-0/+4
* test: Print either 'comment' or 'desc'stabilize-8838.BDaisuke Nojiri2016-09-241-4/+4
* tests: Fix coverity warningsRandall Spangler2016-09-1514-50/+94
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-081-3/+17
* tests: Prevent testing dev_firmware* if the keys do not exist.Hung-Te Lin2016-09-071-7/+14
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-062-2/+2
* vboot: Remove vboot1 host signature functionsRandall Spangler2016-09-061-1/+1
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-062-11/+10
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-025-21/+19
* tests: Remove dev_firmware.* keyblock and keys from devkey set.Hung-Te Lin2016-09-013-0/+0
* Add script to sign Android imageVictor Hsieh2016-08-158-0/+96
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-102-32/+25