1. a7e19cf Add new files: two tests, one common file, one program to set things up. by Luigi Semenzato · 14 years ago
  2. 6eee220 Fix one-time init by Randall Spangler · 14 years ago
  3. 77ae389 fix clearing kernel attributes by Randall Spangler · 14 years ago
  4. 7c88d4c use continue self test by Randall Spangler · 14 years ago
  5. 528f6a2 fix missing constant by Randall Spangler · 14 years ago
  6. 2c21fe6 Successful partitions are never marked bad by cgptlib. by Randall Spangler · 14 years ago
  7. 9828594 Bail out from S3Resume if TPM was not power-cycled. by Luigi Semenzato · 14 years ago
  8. 1fe1607 TBR: reviewed in person with semenzato by Randall Spangler · 14 years ago
  9. 89a02c1 Make TPM datagrams const, since they cannot be modified in the RO firmware. by Luigi Semenzato · 14 years ago
  10. 3da063e Add resume command (TPM_Startup(ST_STATE)) by Luigi Semenzato · 14 years ago
  11. 377557f Add physical presence initialization and locking to one-time initializations. by Luigi Semenzato · 14 years ago
  12. 60563ee Always treat invalid images as nonexistant now. by Bill Richardson · 14 years ago
  13. 2447dd2 Add a PCR extend call for measuring the dev mode boot flag. by Gaurav Shah · 14 years ago
  14. 9379a7d Use SafeMemcmp() in RSAVerify() just to be safe. by Gaurav Shah · 14 years ago
  15. 1d83dd1 Add a command to enable the physical presence command. by Luigi Semenzato · 14 years ago
  16. aa8eda4 More cgptlib tests by Bill Richardson · 14 years ago
  17. 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 14 years ago
  18. 41656c0 Fix utility.c to compile on MSVC. by Randall Spangler · 14 years ago
  19. 741d2b2 Fix LoadKernel() failing to update GPT flags. by Randall Spangler · 14 years ago
  20. 37dff84 Make sure that our version of certain utility function implementations gets used in the firmware. by Gaurav Shah · 14 years ago
  21. dfeb025 Add explicit typecasts so it compiles using MSVC. by Randall Spangler · 14 years ago
  22. 4bb5e4b Security fixes for LoadKernel() by Randall Spangler · 14 years ago
  23. 4be36c4 Oops. Pass the correct args to Verify* functions. by Bill Richardson · 14 years ago
  24. 0697e3f Enhance 'cgpt find' command to match keyblocks if desired. by Bill Richardson · 14 years ago
  25. 47b593d Add additional sanity checks to RSA verification code. by Gaurav Shah · 14 years ago
  26. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  27. c91e239 Add some commands to tpmc. by Luigi Semenzato · 14 years ago
  28. bb5d9f1 Remove kernel backup space by Randall Spangler · 14 years ago
  29. 6668028 Change rollback interface so kernel/firmware version numbers are by Randall Spangler · 14 years ago
  30. 45a6282 RSAVerify() - fail on malloc() failure. by Gaurav Shah · 14 years ago
  31. 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
  32. e72291c Command-line utility to execute TPM commands bypassing the TSS stack. by Luigi Semenzato · 14 years ago
  33. 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 14 years ago
  34. cbaf696 Add license headers by Randall Spangler · 14 years ago
  35. 205190d Pay attention to TPM communication errors by Randall Spangler · 14 years ago
  36. 63dffcb Enable TPM in developer mode again. by Randall Spangler · 14 years ago
  37. f37fdf5 Allow passing TPM device path in the environment. by Luigi Semenzato · 14 years ago
  38. 8dd2094 Zero-out allocated buffer while creating kernel preamble header. by Gaurav Shah · 14 years ago
  39. 3fafad3 Fix GetPermissions bug. by Luigi Semenzato · 14 years ago
  40. 50d48fe Various bug fixes to tpm_lite. Some changes to the test suite. by Luigi Semenzato · 14 years ago
  41. aa22a5d Add script for re-signing final firmware images with the correct keys. by Gaurav Shah · 14 years ago
  42. 5deb67f Make LoadKernel() pass back the kernel partition's UniqueGuid. by Bill Richardson · 14 years ago
  43. e272940 Fix load_kernel_test, add check to LoadKernel to detect bad args. by Bill Richardson · 14 years ago
  44. ada3fa9 Misc TPM cleanup by Randall Spangler · 14 years ago
  45. 553d00e (In the right repository this time.) by Gaurav Shah · 14 years ago
  46. ae029d9 Fix checking boot flags in developer mode. by Randall Spangler · 14 years ago
  47. 87c13d8 Added size param to VerifyData() by Randall Spangler · 14 years ago
  48. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  49. aa92c63 Fix SafeMemcmp by removing any potential data-dependent branches. by Gaurav Shah · 14 years ago
  50. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 14 years ago
  51. 8510d91 Replace TlclDefineSpace with SafeDefineSpace for extra paranoia. by Luigi Semenzato · 14 years ago
  52. 7a786b7 added reboot return codes to load kernel and firmware by Randall Spangler · 14 years ago
  53. 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
  54. ceef83f vbutil_firmware uses .vbprivk by Randall Spangler · 14 years ago
  55. 5e9c0b9 Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space. by Luigi Semenzato · 14 years ago
  56. abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 14 years ago
  57. 2a80e8a Make sure advertised signature data size is sane. by Gaurav Shah · 14 years ago
  58. c4a011a TBR: wfrichar by Randall Spangler · 14 years ago
  59. 4d78d9a Add a script to generate test vboot-format public keys. by Gaurav Shah · 14 years ago
  60. 2b9ddae New rollback_index API. by Luigi Semenzato · 14 years ago
  61. e548e85 Keep temp files in the output directory. by vbendeb · 14 years ago
  62. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  63. d6aad3a Ignore TPM return codes in recovery mode by Randall Spangler · 14 years ago
  64. f6ddd64 Automated version generation for vboot firmware. by Luigi Semenzato · 14 years ago
  65. d0d48b5 Add boot flags to LoadFirmware(), for TPM init by Randall Spangler · 14 years ago
  66. e2ec984 Add VBDEBUG macro for debug output. by Randall Spangler · 14 years ago
  67. 07f7865 fix passing key out of LoadFirmware by Randall Spangler · 14 years ago
  68. 1078838 Refactor rollback interface for LoadKernel(), LoadFirmware(). by Randall Spangler · 14 years ago
  69. 1114b66 move biosincludes by Randall Spangler · 14 years ago
  70. b9d60a5 Even more integration fixes. by Randall Spangler · 14 years ago
  71. 81d0996 Assorted integration fixes. by Randall Spangler · 14 years ago
  72. 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
  73. d0dae7a More cleanup of MSVC errors by Randall Spangler · 14 years ago
  74. beb5bae Fixes to compiler warnings in MSVC by Randall Spangler · 14 years ago
  75. f7a45cc Reduce attributes size to comply with msc limitations. by vbendeb · 14 years ago
  76. 6216f5a Include BIOS specific definitions when required. by vbendeb · 14 years ago
  77. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago