1. 18b814d New targets to compile and install rollback tests only with USE=rbtest emerge ... by Luigi Semenzato · 14 years ago
  2. 8510d91 Replace TlclDefineSpace with SafeDefineSpace for extra paranoia. by Luigi Semenzato · 14 years ago
  3. 93bccfc Fix makefiles to work with ebuild by Randall Spangler · 14 years ago
  4. 6832511 Also need to disable calling make tests install. by Randall Spangler · 14 years ago
  5. c9f917b Don't build rollback index test as part of 'all', since it depends on the real tlcl. by Randall Spangler · 14 years ago
  6. 7a786b7 added reboot return codes to load kernel and firmware by Randall Spangler · 14 years ago
  7. 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
  8. 783e64e load_kernel_test tests the recovery image now (submit for Bill) by Louis Yung-Chieh Lo · 14 years ago
  9. ceef83f vbutil_firmware uses .vbprivk by Randall Spangler · 14 years ago
  10. 4a20931 Add 'find' command to cgpt, to search for partitions by UUID. by Bill Richardson · 14 years ago
  11. 5e9c0b9 Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space. by Luigi Semenzato · 14 years ago
  12. 9396c10 Adding new directory with developer signing keys. by Bill Richardson · 14 years ago
  13. abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 14 years ago
  14. a08b5c9 Adding --repack and --headeronly options to vbutil_kernel by Bill Richardson · 14 years ago
  15. 2a80e8a Make sure advertised signature data size is sane. by Gaurav Shah · 14 years ago
  16. bde9a64 Fix name. Use existing directory check. by Gaurav Shah · 14 years ago
  17. 0ec7078 Rewrite gen_fuzz_test_cases.sh script to use new signing utilities. by Gaurav Shah · 14 years ago
  18. c4a011a TBR: wfrichar by Randall Spangler · 14 years ago
  19. 4d78d9a Add a script to generate test vboot-format public keys. by Gaurav Shah · 14 years ago
  20. 2b9ddae New rollback_index API. by Luigi Semenzato · 14 years ago
  21. 46186fa utility: add a simple tool for dumping the kernel config by Will Drewry · 14 years ago
  22. e548e85 Keep temp files in the output directory. by vbendeb · 14 years ago
  23. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  24. d6aad3a Ignore TPM return codes in recovery mode by Randall Spangler · 14 years ago
  25. f6ddd64 Automated version generation for vboot firmware. by Luigi Semenzato · 14 years ago
  26. d0d48b5 Add boot flags to LoadFirmware(), for TPM init by Randall Spangler · 14 years ago
  27. e2ec984 Add VBDEBUG macro for debug output. by Randall Spangler · 14 years ago
  28. 07f7865 fix passing key out of LoadFirmware by Randall Spangler · 14 years ago
  29. 1078838 Refactor rollback interface for LoadKernel(), LoadFirmware(). by Randall Spangler · 14 years ago
  30. 1114b66 move biosincludes by Randall Spangler · 14 years ago
  31. b9d60a5 Even more integration fixes. by Randall Spangler · 14 years ago
  32. 249677d Add some debug output to vbutil_kernel, display values in hex. by Bill Richardson · 14 years ago
  33. 81d0996 Assorted integration fixes. by Randall Spangler · 14 years ago
  34. 361049c As mentioned, I discovered ForceClear doesn't really require any reboots. This change takes advantage of this fact. by Luigi Semenzato · 14 years ago
  35. d0dae7a More cleanup of MSVC errors by Randall Spangler · 14 years ago
  36. beb5bae Fixes to compiler warnings in MSVC by Randall Spangler · 14 years ago
  37. f7a45cc Reduce attributes size to comply with msc limitations. by vbendeb · 14 years ago
  38. 6216f5a Include BIOS specific definitions when required. by vbendeb · 14 years ago
  39. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago
  40. d52030f vboot_reference: Fix Watchlists by Gaurav Shah · 14 years ago
  41. cae179a This CL makes sure that the tests dirctory Makefile works by vbendeb · 14 years ago
  42. f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 14 years ago
  43. bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 14 years ago
  44. 2a01556 One of the last moment mods of the original make rework by vbendeb · 14 years ago
  45. d471f2a Remove old firmware verification code, now that firmware build has switched to the new algorithms. by Randall Spangler · 14 years ago
  46. 695cd16 Add load_kernel2_test Add debug messages to LoadKernel2() by Randall Spangler · 14 years ago
  47. e995895 Explicitly pack vboot_struct structures, since they're going on disk. by Randall Spangler · 14 years ago
  48. 962483c This fixes the EFI BIOS boot problems introduced with cgpt. by Bill Richardson · 14 years ago
  49. c5e5f4e The code compiled fine on the desktop, but causes a warning in the chroot environment, which in turn causes make to stop. by vbendeb · 14 years ago
  50. a55e5ca Refactor LoadFirmware() to avoid global variables, which don't work when running out of ROM by Randall Spangler · 14 years ago
  51. e3b4ac9 Rough first draft of the firmware signing utility. by vbendeb · 14 years ago
  52. 39ed88e Implemented pipelined hash calculation in LoadFirmware() by Randall Spangler · 14 years ago
  53. dcab8fa Add vbutil_firmware by Randall Spangler · 14 years ago
  54. 63ca39c Add ForceClear also on dev->normal transitions. Fix wrong API description. by Luigi Semenzato · 14 years ago
  55. 3847653 Fixed VerifyFirmwarePreamble to check for a valid signing algorithm by Axel Hansen · 14 years ago
  56. 2666f10 Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. by Luigi Semenzato · 14 years ago
  57. 81d696f fix typos in load_kernel_test by Randall Spangler · 14 years ago
  58. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  59. 83c88cf More cleanup by Randall Spangler · 14 years ago
  60. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  61. 7d6898d Added vbutil_kernel. by Randall Spangler · 14 years ago
  62. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago
  63. 6a97b3e Add vbutil_keyblock by Randall Spangler · 14 years ago
  64. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  65. 4f11c36 Protect the kernel version space from redefinition. by Luigi Semenzato · 14 years ago
  66. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago
  67. 59204c5 Import recent tpm_lite changes that make all TPM commands return a status. by Luigi Semenzato · 14 years ago
  68. 4a7a9e3 Uses TPM return codes. by Randall Spangler · 14 years ago
  69. 57c08f6 add load firmware stub by Randall Spangler · 14 years ago
  70. 7202eae Add dummy implementation of LoadFirmware(); currently a wrapper around the old implementation. by Randall Spangler · 14 years ago
  71. 0e2a83e Update Watchlists by Anush Elangovan · 14 years ago
  72. 5173426 Add option to specify a kernel subkey signing key to firmware signing utility. by Gaurav Shah · 14 years ago
  73. a319ac9 Added LoadFirmware() API by Randall Spangler · 14 years ago
  74. c1a9f4d Added recovery-mode return code to LoadKernel() by Randall Spangler · 14 years ago
  75. e414b08 Move tlcl stub implementation to stub subdir. by Randall Spangler · 14 years ago
  76. 0a48681 Implement strategy for 64-write limit with unowned TPM. by Luigi Semenzato · 14 years ago
  77. 77d26e5 Enable attributes to display and set properly. by Bill Richardson · 14 years ago
  78. af5ae8e add inherit review settings for new repo by Randall Spangler · 14 years ago
  79. 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago
  80. 08dc5f3 Add 'recovery_key' in Google Binary Block (GBB) utility by Hung-Te Lin · 14 years ago
  81. 96ee63b Explicitly list dependency files instead of searching for them. by Bill Richardson · 14 years ago
  82. 9592919 Add a kernel subkey signing algorithm key and algorithm fields to firmware preamble. by Gaurav Shah · 14 years ago
  83. 58efd70 Turn off debug printf in LoadKernel() by Randall Spangler · 14 years ago
  84. 19d1313 fixed VerifyKernelHeader by Randall Spangler · 14 years ago
  85. d4f13e3 Remove obsolete VerifyKernelDriver() and associated data structures. by Gaurav Shah · 14 years ago
  86. e642198 Add a Makefile target to run all vboot_reference tests. by Gaurav Shah · 14 years ago
  87. afdd058 fix int reference to unint64 from http://codereview.chromium.org/2438005 by Colin Chow · 14 years ago
  88. 21ef1a3 Refine gbb_utility for better maintainance by Hung-Te Lin · 14 years ago
  89. b8976b6 Remove load_kernel from build by Randall Spangler · 14 years ago
  90. 40226c0 Put gpt.h back by Randall Spangler · 14 years ago
  91. 3dcf9dc Much rearranging of cgptlib. Passes all its (new) unit tests. by Randall Spangler · 14 years ago
  92. 5374a06 Add cgpt utility to installable binaries. by Bill Richardson · 14 years ago
  93. e6cf857 cgpt supports dev and add/delete/modify commands. by Louis Yung-Chieh Lo · 14 years ago
  94. 67660cd Add --subkey_in and --subkey_out options to firmware signing utility. by Gaurav Shah · 14 years ago
  95. 6bcaa10 Change to the new prototype/name for Get/WriteStoredVersions(). by Gaurav Shah · 14 years ago
  96. f666780 Add --subkey_in option to kernel signing utility. by Gaurav Shah · 14 years ago
  97. 2a9c66c Cleanup option parsing for firmware signing utility. by Gaurav Shah · 14 years ago
  98. 52a8d2d Add recovery mode protection to new NVRAM locking scheme. by Luigi Semenzato · 14 years ago
  99. 262668f Added gbb_utility (tool for Google Binary Block) by Hung-Te Lin · 14 years ago
  100. 3c6f7a0 Better error messages, allow larger-than-needed input when reading. by Bill Richardson · 14 years ago