1. 6eee220 Fix one-time init by Randall Spangler · 14 years ago
  2. 89feaed Change tool "fmap_decode" to "mosys" by Hung-Te Lin · 14 years ago
  3. d37eafa vboot_reference: move tests into client/ and also put the server test in here by Zdenek Behan · 14 years ago
  4. 71bff41 If found, sign the packaged firmware autoupdate. by Gaurav Shah · 14 years ago
  5. 77ae389 fix clearing kernel attributes by Randall Spangler · 14 years ago
  6. 60bcbe3 New tools to help debug vboot failures. by Bill Richardson · 14 years ago
  7. 7c88d4c use continue self test by Randall Spangler · 14 years ago
  8. 528f6a2 fix missing constant by Randall Spangler · 14 years ago
  9. 1a2e6fc Adds a sudo before dumpe2fs. by Gaurav Shah · 14 years ago
  10. 8b7baaf Fix autotest Makefile for vboot_reference. by Gaurav Shah · 14 years ago
  11. 6667f0a vboot_reference: add hardware_TPMFirmware test case into vboot_reference repo by Zdenek Behan · 14 years ago
  12. b3e07ca vboot_reference: add in the VbootCrypto tests into vboot_reference git repo by Zdenek Behan · 14 years ago
  13. 2c21fe6 Successful partitions are never marked bad by cgptlib. by Randall Spangler · 14 years ago
  14. 9828594 Bail out from S3Resume if TPM was not power-cycled. by Luigi Semenzato · 14 years ago
  15. 1cd4cdb Add a "verify" option to sign_official_build.sh. by Gaurav Shah · 14 years ago
  16. 62a58df Reposition text and URL by Bill Richardson · 14 years ago
  17. 34b4460 zip the output images after creating them by Bill Richardson · 14 years ago
  18. 1fe1607 TBR: reviewed in person with semenzato by Randall Spangler · 14 years ago
  19. 8adcb43 Enhance output and helpfulness of --unpack options for vbutil_key by Bill Richardson · 14 years ago
  20. 89a02c1 Make TPM datagrams const, since they cannot be modified in the RO firmware. by Luigi Semenzato · 14 years ago
  21. 3da063e Add resume command (TPM_Startup(ST_STATE)) by Luigi Semenzato · 14 years ago
  22. 377557f Add physical presence initialization and locking to one-time initializations. by Luigi Semenzato · 14 years ago
  23. 60563ee Always treat invalid images as nonexistant now. by Bill Richardson · 14 years ago
  24. 2447dd2 Add a PCR extend call for measuring the dev mode boot flag. by Gaurav Shah · 14 years ago
  25. 9379a7d Use SafeMemcmp() in RSAVerify() just to be safe. by Gaurav Shah · 14 years ago
  26. 1d83dd1 Add a command to enable the physical presence command. by Luigi Semenzato · 14 years ago
  27. 09021d0 Remove finger from RecoveryBmp image, change text accordingly by Bill Richardson · 14 years ago
  28. aa8eda4 More cgptlib tests by Bill Richardson · 14 years ago
  29. 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 14 years ago
  30. 41656c0 Fix utility.c to compile on MSVC. by Randall Spangler · 14 years ago
  31. 475bf44 Add fake e820 memory map entries to zeropage by Che-Liang Chiou · 14 years ago
  32. 741d2b2 Fix LoadKernel() failing to update GPT flags. by Randall Spangler · 14 years ago
  33. 37dff84 Make sure that our version of certain utility function implementations gets used in the firmware. by Gaurav Shah · 14 years ago
  34. 33c44fc Fix signing script: Add missing quotes around string test. by Gaurav Shah · 14 years ago
  35. 8c762cb set_chronos_password.sh: Add missing sudo while grepping the contents of shadow on root fs. by Gaurav Shah · 14 years ago
  36. 793e1b4 Run the cgpt tests in a separate directory. by Bill Richardson · 14 years ago
  37. 07c8117 touch source to test new ebuild system by Hung-Te Lin · 14 years ago
  38. 0500524 Hide packaged firmware AU signing behind a flag for now. by Gaurav Shah · 14 years ago
  39. dfeb025 Add explicit typecasts so it compiles using MSVC. by Randall Spangler · 14 years ago
  40. 4bb5e4b Security fixes for LoadKernel() by Randall Spangler · 14 years ago
  41. 4be36c4 Oops. Pass the correct args to Verify* functions. by Bill Richardson · 14 years ago
  42. 0697e3f Enhance 'cgpt find' command to match keyblocks if desired. by Bill Richardson · 14 years ago
  43. 47b593d Add additional sanity checks to RSA verification code. by Gaurav Shah · 14 years ago
  44. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  45. c91e239 Add some commands to tpmc. by Luigi Semenzato · 14 years ago
  46. bb5d9f1 Remove kernel backup space by Randall Spangler · 14 years ago
  47. 0c4c9ba Make signing script re-sign Firmware AU payload, and update rootfs hash. by Gaurav Shah · 14 years ago
  48. 6668028 Change rollback interface so kernel/firmware version numbers are by Randall Spangler · 14 years ago
  49. 45a6282 RSAVerify() - fail on malloc() failure. by Gaurav Shah · 14 years ago
  50. 36ab7cd Adding a tool to embed a URL into the BIOS bitmaps. by Bill Richardson · 14 years ago
  51. 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
  52. dfa5a5b Fix set_lsb_release.sh issues with handling spaces in arguments. by Darin Petkov · 14 years ago
  53. d7bff87 Run self test unconditionally. by Luigi Semenzato · 14 years ago
  54. 83ba6d3 Clean up some style violations. by Bill Richardson · 14 years ago
  55. 11701c7 Cleanup set_chronos_passowrd script. Also, use $PROG. by Darin Petkov · 14 years ago
  56. b7ddcb1 A utility for updating /etc/lsb-release values. by Darin Petkov · 14 years ago
  57. 5584d5b Change chronos password rather than root. by Darin Petkov · 14 years ago
  58. 56cec58 Add clear command. by Luigi Semenzato · 14 years ago
  59. 5aa673c Add dev_sign_file utility for developers to sign their install scripts. by Bill Richardson · 14 years ago
  60. e72291c Command-line utility to execute TPM commands bypassing the TSS stack. by Luigi Semenzato · 14 years ago
  61. 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 14 years ago
  62. cbaf696 Add license headers by Randall Spangler · 14 years ago
  63. 205190d Pay attention to TPM communication errors by Randall Spangler · 14 years ago
  64. 63dffcb Enable TPM in developer mode again. by Randall Spangler · 14 years ago
  65. 97a1228 Add LICENSE file by J. Richard Barnette · 14 years ago
  66. f37fdf5 Allow passing TPM device path in the environment. by Luigi Semenzato · 14 years ago
  67. 8dd2094 Zero-out allocated buffer while creating kernel preamble header. by Gaurav Shah · 14 years ago
  68. 37522c9 Add a script to generate builds signed using the official keys. by Gaurav Shah · 14 years ago
  69. 3fafad3 Fix GetPermissions bug. by Luigi Semenzato · 14 years ago
  70. fda9488 Utility to run the self test before we can run tcsd. by Luigi Semenzato · 14 years ago
  71. dd4cfdf Temporarily remove problematic line while semenzato generates a real fix. by David Rochberg · 14 years ago
  72. 50d48fe Various bug fixes to tpm_lite. Some changes to the test suite. by Luigi Semenzato · 14 years ago
  73. d9072f1 Add a customize_image script. by Darin Petkov · 14 years ago
  74. 9b16a66 Modify the key generation script and add an installer keyblock to the dev keys. by Gaurav Shah · 14 years ago
  75. b69a6bb Don't use hardcoded offsets for parsing. by Gaurav Shah · 14 years ago
  76. 89a663a Rename image re-signing utility (for compactness and consistency sake). by Gaurav Shah · 14 years ago
  77. aa22a5d Add script for re-signing final firmware images with the correct keys. by Gaurav Shah · 14 years ago
  78. 58a7540 Add a script that will generate a new vblock given a kernel partition. by Gaurav Shah · 14 years ago
  79. 5deb67f Make LoadKernel() pass back the kernel partition's UniqueGuid. by Bill Richardson · 14 years ago
  80. e272940 Fix load_kernel_test, add check to LoadKernel to detect bad args. by Bill Richardson · 14 years ago
  81. ada3fa9 Misc TPM cleanup by Randall Spangler · 14 years ago
  82. 553d00e (In the right repository this time.) by Gaurav Shah · 14 years ago
  83. ae029d9 Fix checking boot flags in developer mode. by Randall Spangler · 14 years ago
  84. 87c13d8 Added size param to VerifyData() by Randall Spangler · 14 years ago
  85. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  86. aa92c63 Fix SafeMemcmp by removing any potential data-dependent branches. by Gaurav Shah · 14 years ago
  87. b2b0fcc Introduce ability to change the kernel command line. by vbendeb · 14 years ago
  88. 536eaaa Make re-signing script abort on error. by Gaurav Shah · 14 years ago
  89. caa4789 Add a script for standalone signing of Chrome OS images. by Gaurav Shah · 14 years ago
  90. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 14 years ago
  91. 64aec24 Make optional flag optional by Mandeep Singh Baines · 14 years ago
  92. 2abbc4b Add an optional flag argument to load_kernel_test. by Gaurav Shah · 14 years ago
  93. 18b814d New targets to compile and install rollback tests only with USE=rbtest emerge ... by Luigi Semenzato · 14 years ago
  94. 8510d91 Replace TlclDefineSpace with SafeDefineSpace for extra paranoia. by Luigi Semenzato · 14 years ago
  95. 93bccfc Fix makefiles to work with ebuild by Randall Spangler · 14 years ago
  96. 6832511 Also need to disable calling make tests install. by Randall Spangler · 14 years ago
  97. c9f917b Don't build rollback index test as part of 'all', since it depends on the real tlcl. by Randall Spangler · 14 years ago
  98. 7a786b7 added reboot return codes to load kernel and firmware by Randall Spangler · 14 years ago
  99. 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
  100. 783e64e load_kernel_test tests the recovery image now (submit for Bill) by Louis Yung-Chieh Lo · 14 years ago