1. 2c21fe6 Successful partitions are never marked bad by cgptlib. by Randall Spangler · 14 years ago
  2. aa8eda4 More cgptlib tests by Bill Richardson · 14 years ago
  3. 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 14 years ago
  4. 793e1b4 Run the cgpt tests in a separate directory. by Bill Richardson · 14 years ago
  5. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  6. 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
  7. 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 14 years ago
  8. fda9488 Utility to run the self test before we can run tcsd. by Luigi Semenzato · 14 years ago
  9. 50d48fe Various bug fixes to tpm_lite. Some changes to the test suite. by Luigi Semenzato · 14 years ago
  10. 9b16a66 Modify the key generation script and add an installer keyblock to the dev keys. by Gaurav Shah · 14 years ago
  11. 87c13d8 Added size param to VerifyData() by Randall Spangler · 14 years ago
  12. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  13. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 14 years ago
  14. 18b814d New targets to compile and install rollback tests only with USE=rbtest emerge ... by Luigi Semenzato · 14 years ago
  15. 8510d91 Replace TlclDefineSpace with SafeDefineSpace for extra paranoia. by Luigi Semenzato · 14 years ago
  16. 93bccfc Fix makefiles to work with ebuild by Randall Spangler · 14 years ago
  17. c9f917b Don't build rollback index test as part of 'all', since it depends on the real tlcl. by Randall Spangler · 14 years ago
  18. 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
  19. 9396c10 Adding new directory with developer signing keys. by Bill Richardson · 14 years ago
  20. abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 14 years ago
  21. a08b5c9 Adding --repack and --headeronly options to vbutil_kernel by Bill Richardson · 14 years ago
  22. bde9a64 Fix name. Use existing directory check. by Gaurav Shah · 14 years ago
  23. 0ec7078 Rewrite gen_fuzz_test_cases.sh script to use new signing utilities. by Gaurav Shah · 14 years ago
  24. 4d78d9a Add a script to generate test vboot-format public keys. by Gaurav Shah · 14 years ago
  25. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  26. 81d0996 Assorted integration fixes. by Randall Spangler · 14 years ago
  27. f7a45cc Reduce attributes size to comply with msc limitations. by vbendeb · 14 years ago
  28. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago
  29. cae179a This CL makes sure that the tests dirctory Makefile works by vbendeb · 14 years ago
  30. bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 14 years ago
  31. d471f2a Remove old firmware verification code, now that firmware build has switched to the new algorithms. by Randall Spangler · 14 years ago
  32. 39ed88e Implemented pipelined hash calculation in LoadFirmware() by Randall Spangler · 14 years ago
  33. 2666f10 Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. by Luigi Semenzato · 14 years ago
  34. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  35. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  36. 7d6898d Added vbutil_kernel. by Randall Spangler · 14 years ago
  37. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago
  38. 6a97b3e Add vbutil_keyblock by Randall Spangler · 14 years ago
  39. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  40. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago
  41. 59204c5 Import recent tpm_lite changes that make all TPM commands return a status. by Luigi Semenzato · 14 years ago
  42. 4a7a9e3 Uses TPM return codes. by Randall Spangler · 14 years ago
  43. 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago
  44. 9592919 Add a kernel subkey signing algorithm key and algorithm fields to firmware preamble. by Gaurav Shah · 14 years ago
  45. d4f13e3 Remove obsolete VerifyKernelDriver() and associated data structures. by Gaurav Shah · 14 years ago
  46. e642198 Add a Makefile target to run all vboot_reference tests. by Gaurav Shah · 14 years ago
  47. afdd058 fix int reference to unint64 from http://codereview.chromium.org/2438005 by Colin Chow · 14 years ago
  48. 3dcf9dc Much rearranging of cgptlib. Passes all its (new) unit tests. by Randall Spangler · 14 years ago
  49. 52a8d2d Add recovery mode protection to new NVRAM locking scheme. by Luigi Semenzato · 14 years ago
  50. 596b640 New anti-rollback strategy (no TPM NVRAM write cycles for locking). by Luigi Semenzato · 14 years ago
  51. f5db4b8 Modifying the kernel_utility tool to create our magic blob. by Bill Richardson · 14 years ago
  52. 3003c1d Moved cgptlib into vboot_firmware Moved cgptlib tests into tests by Randall Spangler · 14 years ago
  53. bcd8f4a Make kernel signature a part of the kernel preamble. by Gaurav Shah · 14 years ago
  54. bf7615b Change kernel vboot header layout and add support for separate header verification. by Gaurav Shah · 14 years ago
  55. 0b8f35c Rearrange vboot_reference directories to isolate external components. by Bill Richardson · 14 years ago
  56. bd52fc7 VBoot Reference: Make kernel_config a 4K byte block, and move it after the verified boot block. by Gaurav Shah · 14 years ago
  57. 0265882 Change VerifyFirmware() to take separate pointers to firmware verification header and firmware data. by Gaurav Shah · 14 years ago
  58. c768647 Remove big_[firmware|kernel]_tests from the script used in the autotest. by Gaurav Shah · 14 years ago
  59. f3dd1a6 VBoot Reference: Output debug information using debug() instead of fprintf(). by Gaurav Shah · 14 years ago
  60. fc70d72 VBoot Reference: Refactoring Part 3 by Gaurav Shah · 14 years ago
  61. 5411c7a combined patch for: by Gaurav Shah · 14 years ago
  62. 21c3f7f Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries" by David Garcia · 14 years ago
  63. d46c347 VBoot Reference: Refactor Part 2 - Crypto Libraries by Gaurav Shah · 14 years ago
  64. ed9c96a VBoot Reference: Refactor Pass 1: Split {firmware|kernel}_image by Gaurav Shah · 14 years ago
  65. 091dfdf Make image verification test script call big_{firmware|kernel} tests. by Gaurav Shah · 14 years ago
  66. 7982ed3 Use UINT64_C macros from stdint.h. by Gaurav Shah · 14 years ago
  67. d0f3298 Explicitly use the ULL suffix to specify a large constant. by Gaurav Shah · 14 years ago
  68. e450be4 Propagate use of uint64_t to more functions that may need to deal with arbitrary length data. by Gaurav Shah · 14 years ago
  69. 463be3f VBoot Reference: Fix splicing bugs in Firmware and Kernel verification. by Gaurav Shah · 14 years ago
  70. f37ae21 Fix benchmark output label. by Gaurav Shah · 14 years ago
  71. a82bf26 VBoot Reference: Add kernel rollback prevention and choosing logic. by Gaurav Shah · 14 years ago
  72. 3199eed Move test utility functions to a common place. by Gaurav Shah · 14 years ago
  73. ce0cc30 VBoot Reference: Add version checking to for preventing rollbacks. by Gaurav Shah · 14 years ago
  74. 1e56693 Fix test return values (otherwise, autotest mistakenly thinks it failed). by Gaurav Shah · 14 years ago
  75. 1393711 Vboot Reference: Add kernel image verification benchmark. by Gaurav Shah · 14 years ago
  76. e268eef Vboot Reference: Add a firmware verification benchmark. by Gaurav Shah · 14 years ago
  77. 445925f Vboot Reference: Spring cleaning of test scripts. by Gaurav Shah · 14 years ago
  78. 528a2c1 Add --describe flag to {firmware|kernel}_utility. by Gaurav Shah · 14 years ago
  79. ccaa90f Add fuzz testing driver programs for kernel and firmware verification. by Gaurav Shah · 14 years ago
  80. 4f39386 Add a command line string field to verified boot kernel config image. by Gaurav Shah · 15 years ago
  81. 259de40 VBoot Reference: Fix many memory leaks. by Gaurav Shah · 15 years ago
  82. 456678b Vboot Reference: Make length types explicitly sized. by Gaurav Shah · 15 years ago
  83. cb3d22e Fix RSA verification test. by Gaurav Shah · 15 years ago
  84. f5564fa Vboot Reference: Refactor Code. by Gaurav Shah · 15 years ago
  85. 444e1e1 Make SHA benchmark output follow convention. by Gaurav Shah · 15 years ago
  86. c7daf38 Fix a typo in the RSA benchmark. by Gaurav Shah · 15 years ago
  87. cae5fa6 Refactor siglen_map[] to store key size in bytes instead of 32-bit words. by Gaurav Shah · 15 years ago
  88. f67bcaa Vboot Reference: Add functions to verify signed kernel images. by Gaurav Shah · 15 years ago
  89. 8b95c70 Make crypto benchmark output compatible with autotest. by Gaurav Shah · 15 years ago
  90. 23a2f3a Vboot reference: A basic user-land verified boot firmware signing and verification utility. by Gaurav Shah · 15 years ago
  91. 7d122e2 Add a test for RSA PKCS #1 v1.5 signature verification. by Gaurav Shah · 15 years ago
  92. 08df9b8 Vboot Reference: Add the "real" reference firmware verification function (VerifyFirmware). by Gaurav Shah · 15 years ago
  93. 4a3189f Vboot Reference: Make firmware image verification test handle errors gracefully. by Gaurav Shah · 15 years ago
  94. 52898d3 Vboot Reference: Add a RSA verify benchmark. by Gaurav Shah · 15 years ago
  95. 7ca31f3 Vboot Reference: Misc style fixes to Makefile and fix testing script. by Gaurav Shah · 15 years ago
  96. 431b988 Data structure and interface for manipulating and handing firmware images for verified boot. by Gaurav Shah · 15 years ago
  97. 1a055ad VBoot Reference: Make RSA verification test script return the right error code. by Gaurav Shah · 15 years ago
  98. cc1dd99 SHA* digest function speed test. by Gaurav Shah · 15 years ago
  99. e3ef9c9 Vboot Reference: Move test key generation to a separate script and add sample test keys. by Gaurav Shah · 15 years ago
  100. 1f81a6f Refactor code from test/ to utils/ since they are not just used by tests. by Gaurav Shah · 15 years ago