1. 253a58e Refactor dev-mode delay handling into a separate file. by Bill Richardson · 13 years ago
  2. 791c95f Added tests for VbBootDeveloper sound and delay by Bill Richardson · 13 years ago
  3. e339cba Add unit tests for vboot_api_firmware.c by Randall Spangler · 13 years ago
  4. 209166a Fix bug in recognizing bad image files. by Bill Richardson · 13 years ago
  5. 391b310 Add unit tests for vboot_api_init.c by Randall Spangler · 13 years ago
  6. 6c6babc Add tests for vboot_firmware.c by Randall Spangler · 13 years ago
  7. 9c9606b Add tests for rsa_utility.c by Randall Spangler · 13 years ago
  8. cce4171 Add more tests for rsa.c. by Randall Spangler · 13 years ago
  9. a8c7fab Fix makefile typo by Randall Spangler · 13 years ago
  10. 46d37cf Remaining unit tests for rollback_index.c by Randall Spangler · 13 years ago
  11. cb3313e Partial unit tests for rollback_index by Randall Spangler · 13 years ago
  12. aeb8632 Add unit tests for tpm_bootmode by Randall Spangler · 13 years ago
  13. 68f6049 Add missing tests for vboot_common by Randall Spangler · 13 years ago
  14. f02bbb4 Add tests for utility.h and sysincludes.h macros by Randall Spangler · 13 years ago
  15. 1f5d53f Add tests for vboot_reference stateful_util.c by Randall Spangler · 13 years ago
  16. a3454fc Add unit tests for utility.c by Randall Spangler · 13 years ago
  17. a2da72b Disable broken bmpblock_utility test by Randall Spangler · 13 years ago
  18. a712e01 Add support for flags in the firmware preamble. by Randall Spangler · 13 years ago
  19. daa807c Add support for dev_boot_usb flag by Randall Spangler · 13 years ago
  20. 4ae77c5 Fix compiler warning in vboot_reference by Randall Spangler · 13 years ago
  21. bebe53c Add string utility functions. by Randall Spangler · 13 years ago
  22. 1c1a883 Fix ARM build for vboot_reference crossystem lib by Randall Spangler · 13 years ago
  23. 32a6526 Verified boot wrapper - add stub implementations for host by Randall Spangler · 13 years ago
  24. 4395b69 Address compiler warnings (errors) for gcc-4.6 by Bill Richardson · 14 years ago
  25. f3822e4 Fix missing break in switch statement. by Luigi Semenzato · 14 years ago
  26. cabe6b3 Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfy by Randall Spangler · 14 years ago
  27. 0d2d139 Run TPM timing test to completion instead of stopping at the first error. by Luigi Semenzato · 14 years ago
  28. b17e8d3 Add VB test error func/num by Randall Spangler · 14 years ago
  29. 5746845 Add support for using separate developer firmware keyblock while signing. by Gaurav Shah · 14 years ago
  30. 92e378e rename tried_fwb constants by Randall Spangler · 14 years ago
  31. 1726028 Add NV storage fields for firmware flags by Randall Spangler · 14 years ago
  32. efa40aa Add dev firmware key to devkeys. by Randall Spangler · 14 years ago
  33. 9e162cd VbNvStorage cleanup and comments by Randall Spangler · 14 years ago
  34. b944534 Add NV storage API to vboot reference by Randall Spangler · 14 years ago
  35. a7209ee Allow yaml file to specify default compression for images by Bill Richardson · 14 years ago
  36. f456e83 Correctly handle reuse of screens in yaml file. by Bill Richardson · 14 years ago
  37. f82f941 Write images to the bmpblock in the order they appear in the yaml. by Bill Richardson · 14 years ago
  38. ee2bc91 Enable LZMA compression in bmpbklk_utility. by Tom Wai-Hong Tam · 14 years ago
  39. 61362d6 Enable EFIv1 compression in bmpbklk_utility. by Bill Richardson · 14 years ago
  40. 794d4d4 New commandline args are clearer, and prepare for compression. by Bill Richardson · 14 years ago
  41. fc05bb8 Test BMP files more thoroughly to be sure they're valid. by Bill Richardson · 14 years ago
  42. 8e14bc0 Improve error messages from tests. by Luigi Semenzato · 14 years ago
  43. 856e072 Add test framework for bmpblk_utility. by Bill Richardson · 14 years ago
  44. 3430b32 Add 'prioritize' command to cgpt tool. by Bill Richardson · 14 years ago
  45. 38e9a08 Include gen_fuzz_test_cases when execting tests. by vbendeb · 14 years ago
  46. 8967860 Fix integration bugs (vboot side) by Che-Liang Chiou · 14 years ago
  47. 551037b Make dumpRSAPublicKey also accept a public key in PEM format by Gaurav Shah · 14 years ago
  48. 068fc6f Add support for using external signing application and .pem private key files to vbutil_keyblock. by Gaurav Shah · 14 years ago
  49. 3dd3ce8 Make the factory installer keyblock use a different kernel key than the recovery key. by Gaurav Shah · 14 years ago
  50. 20525b9 make_dev_ssd: new script to change SSD image to dev key by Hung-Te Lin · 14 years ago
  51. d7eff3e Always compile the TPM tests with -DVBOOT_DEBUG. by Luigi Semenzato · 14 years ago
  52. e523695 Fix build broken by assert() expanding to nothing. by Luigi Semenzato · 14 years ago
  53. 9565edc Revive TPM firmware autotest. by Luigi Semenzato · 14 years ago
  54. a222fbc Fix test suite deficiencies. by vbendeb · 14 years ago
  55. ef176b7 Add missing header file. by Luigi Semenzato · 14 years ago
  56. a7e19cf Add new files: two tests, one common file, one program to set things up. by Luigi Semenzato · 14 years ago
  57. 8b7baaf Fix autotest Makefile for vboot_reference. by Gaurav Shah · 14 years ago
  58. 2c21fe6 Successful partitions are never marked bad by cgptlib. by Randall Spangler · 14 years ago
  59. aa8eda4 More cgptlib tests by Bill Richardson · 14 years ago
  60. 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 14 years ago
  61. 793e1b4 Run the cgpt tests in a separate directory. by Bill Richardson · 14 years ago
  62. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  63. 4abede3 Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for firmware and one for kernel. by Randall Spangler · 14 years ago
  64. 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 14 years ago
  65. fda9488 Utility to run the self test before we can run tcsd. by Luigi Semenzato · 14 years ago
  66. 50d48fe Various bug fixes to tpm_lite. Some changes to the test suite. by Luigi Semenzato · 14 years ago
  67. 9b16a66 Modify the key generation script and add an installer keyblock to the dev keys. by Gaurav Shah · 14 years ago
  68. 87c13d8 Added size param to VerifyData() by Randall Spangler · 14 years ago
  69. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  70. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 14 years ago
  71. 18b814d New targets to compile and install rollback tests only with USE=rbtest emerge ... by Luigi Semenzato · 14 years ago
  72. 8510d91 Replace TlclDefineSpace with SafeDefineSpace for extra paranoia. by Luigi Semenzato · 14 years ago
  73. 93bccfc Fix makefiles to work with ebuild by Randall Spangler · 14 years ago
  74. c9f917b Don't build rollback index test as part of 'all', since it depends on the real tlcl. by Randall Spangler · 14 years ago
  75. 416f681 This test sets the TPM to a each of a large amount of "interesting" initial states, and runs the firmware code at user level. by Luigi Semenzato · 14 years ago
  76. 9396c10 Adding new directory with developer signing keys. by Bill Richardson · 14 years ago
  77. abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 14 years ago
  78. a08b5c9 Adding --repack and --headeronly options to vbutil_kernel by Bill Richardson · 14 years ago
  79. bde9a64 Fix name. Use existing directory check. by Gaurav Shah · 14 years ago
  80. 0ec7078 Rewrite gen_fuzz_test_cases.sh script to use new signing utilities. by Gaurav Shah · 14 years ago
  81. 4d78d9a Add a script to generate test vboot-format public keys. by Gaurav Shah · 14 years ago
  82. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  83. 81d0996 Assorted integration fixes. by Randall Spangler · 14 years ago
  84. f7a45cc Reduce attributes size to comply with msc limitations. by vbendeb · 14 years ago
  85. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago
  86. cae179a This CL makes sure that the tests dirctory Makefile works by vbendeb · 14 years ago
  87. bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 14 years ago
  88. d471f2a Remove old firmware verification code, now that firmware build has switched to the new algorithms. by Randall Spangler · 14 years ago
  89. 39ed88e Implemented pipelined hash calculation in LoadFirmware() by Randall Spangler · 14 years ago
  90. 2666f10 Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. by Luigi Semenzato · 14 years ago
  91. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  92. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  93. 7d6898d Added vbutil_kernel. by Randall Spangler · 14 years ago
  94. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago
  95. 6a97b3e Add vbutil_keyblock by Randall Spangler · 14 years ago
  96. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  97. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago
  98. 59204c5 Import recent tpm_lite changes that make all TPM commands return a status. by Luigi Semenzato · 14 years ago
  99. 4a7a9e3 Uses TPM return codes. by Randall Spangler · 14 years ago
  100. 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago