1. 4e4c196 futility: Add create command to make keypairs from RSA files by Bill Richardson · 9 years ago
  2. 1eae873 futility: Add global args to specify vboot API and format by Bill Richardson · 9 years ago
  3. a0f7ab5 Use /usr/bin/python2 in shebangs by Anatol Pomazau · 9 years ago
  4. 80e779d kernel flags: Add flags field to kernel preamble. by Furquan Shaikh · 9 years ago
  5. b550fb1 vboot2: Fail vb2_secdata_(get|set) when secdata was not initialized by Julius Werner · 9 years ago
  6. 7ccd9ce futility: handle truncated BIOS images without segfault by Bill Richardson · 9 years ago
  7. 21aedee vboot2: Add sd->fw_version_secdata field to communicate to crossystem by Julius Werner · 9 years ago
  8. 62d482e add vb2api_get_pcr_digest by Daisuke Nojiri · 9 years ago
  9. 5fb1463 futility: extract vb2_verify_fw to an external test by Bill Richardson · 9 years ago
  10. 73e5eb3 vboot2: fix alignment issues on 32-bit architectures by Bill Richardson · 9 years ago
  11. f1f53b3 vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz image by Shelley Chen · 9 years ago
  12. f242ad0 futility: remove obsolete dev_sign_file command by Bill Richardson · 9 years ago
  13. a77541f futility: extract verify_kernel command to an external test by Bill Richardson · 9 years ago
  14. f10e909 vboot2: Introduce vb2ex_hwcrypto API by Julius Werner · 9 years ago
  15. f3f7fca nand: vboot support for small GPTs by Dan Ehrenberg · 9 years ago
  16. d53b668 cgpt: Rework number of entries calculation by Nam T. Nguyen · 9 years ago
  17. 3f4d8d0 vboot: Plumb the two disk sizes and external GPT param through by Dan Ehrenberg · 9 years ago
  18. 3200401 cgpt: Support non-standard (smaller) entries table by Nam T. Nguyen · 9 years ago
  19. b3d38f5 vboot: GPT interface cleanup by Dan Ehrenberg · 9 years ago
  20. 308d254 vboot2: Get rid of extra '2' at end of new struct names by Randall Spangler · 9 years ago
  21. 6f1b82a vboot2: Move old struct handling to lib20/ by Randall Spangler · 9 years ago
  22. b406c10 futility: Don't copy the entire kernel partition just to sign a blob by Bill Richardson · 9 years ago
  23. 64ef69c futility: return the correct size of kernel blob within partition by Bill Richardson · 10 years ago
  24. bd2eb59 futility: fix segfault when displaying truncated kernels by Bill Richardson · 9 years ago
  25. 108d991 vboot2: Move knowledge of vboot 2.1 data structures inside lib21/ by Randall Spangler · 9 years ago
  26. 7aef90c vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key() by ChromeOS Developer · 9 years ago
  27. c86f041 vboot2: Clean up signing data for unit tests by Randall Spangler · 9 years ago
  28. 45562fb vboot2: Use calloc() in host lib and unit tests by Randall Spangler · 9 years ago
  29. 42a8500 vboot2: Add host lib function to create a vb2-style firmware preamble by Randall Spangler · 9 years ago
  30. 9328bbf vboot2: Add host lib function to create a vb2-style keyblock by Randall Spangler · 9 years ago
  31. fc73f08 vboot2: Use new hostlib functions in unit tests by Randall Spangler · 9 years ago
  32. c644a8c vboot2: Add host library functions for signing to new struct format by Randall Spangler · 9 years ago
  33. fb9a216 vboot2: Add host lib support for bare hash keys by Randall Spangler · 9 years ago
  34. 59c2920 vboot2: Add host library functions to read/write new-format key objects by Randall Spangler · 9 years ago
  35. 02e11b3 vboot2: Add host library functions to read/write files and objects by Randall Spangler · 9 years ago
  36. 8577b53 vboot: Remove FTS code by Nam T. Nguyen · 9 years ago
  37. 79a9e0e Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through" by Julius Werner · 10 years ago
  38. 5040a94 vboot: Plumb the two disk sizes and 'gpt on device' param through by Dan Ehrenberg · 10 years ago
  39. e8dfacf vboot: Fix load_kernel_tests to call the right cgpt by Nam T. Nguyen · 10 years ago
  40. efa37b8 vboot2: Add api-level functions to use new data structures by Randall Spangler · 10 years ago
  41. ab89959 vboot: cgpt: Treat drive_path as the GPT storage by Nam T. Nguyen · 10 years ago
  42. a524a3a vboot: cgpt: fix my_lba of the secondary GPT by Dan Ehrenberg · 10 years ago
  43. 837b408 vboot2: load keyblock and preamble from new-style structs by Randall Spangler · 10 years ago
  44. 6ee52d9 vboot: cgpt: Support writing GPT structs to NOR flash by Nam T. Nguyen · 10 years ago
  45. 43e0a9e vboot2: Add code and tests for verifying vb2_fw_preamble2 by Randall Spangler · 10 years ago
  46. fe21172 vboot2: Change preamble to contain a list of signatures by Randall Spangler · 10 years ago
  47. a063a43 vboot2: pass const work buffers, and clarify min_offset output by Randall Spangler · 10 years ago
  48. ad105ed vboot2: add code to verify vb2_keyblock2 by Randall Spangler · 10 years ago
  49. b885c3b vboot2: add support for verify data / digest using new signature struct by Randall Spangler · 10 years ago
  50. c0ce70b vboot2: add support for new vb2_signature2 struct by Randall Spangler · 10 years ago
  51. 3c6ec76 vboot2: convert structs outside of individual test funcs by Randall Spangler · 10 years ago
  52. 6300a64 vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structs by Randall Spangler · 10 years ago
  53. 6b5b8f6 vboot2: use common header size fields by Randall Spangler · 10 years ago
  54. 941e25f vb2: parse dev mode in phase1 by Aaron Durbin · 10 years ago
  55. 6f7f5df vboot2: un-nest data structures by Randall Spangler · 10 years ago
  56. 5ce8325 vboot: cgpt: Check for NULL entry array. by Nam T. Nguyen · 10 years ago
  57. f4f395e Extend HWID digest into PCR1 (GBB v1.2 only) by Bill Richardson · 10 years ago
  58. d274a2e vboot2: Add vb2_unpack_key2() and unit tests by Randall Spangler · 10 years ago
  59. f6cfb97 vboot2: Add verification for common vb2 struct header by Randall Spangler · 10 years ago
  60. f18038b vboot2: Move and rename functions by Randall Spangler · 10 years ago
  61. c8c2f02 vboot2: use enum signature algorithm by Randall Spangler · 10 years ago
  62. 4eef812 vboot2: use enum hash algorithm by Randall Spangler · 10 years ago
  63. 21f100c vboot2: new data structures by Randall Spangler · 10 years ago
  64. b035e37 vboot2: Fix broken compatiblity check for gbb header 1.1 by Randall Spangler · 10 years ago
  65. 9504754 vboot2: move verify digest to 2common by Randall Spangler · 10 years ago
  66. 6df3e33 Add hwid digest field to GBB header by Bill Richardson · 10 years ago
  67. 6d03b52 vboot2: move vb2_safe_memcmp() from rsa to common by Randall Spangler · 10 years ago
  68. 3638625 futility: Be more accepting of how it's invoked by Bill Richardson · 10 years ago
  69. 4184e62 Use VbExStream APIs to read the kernel partition by Randall Spangler · 10 years ago
  70. 782300d vboot2: Add previously tried slot and result to NV storage by Randall Spangler · 10 years ago
  71. d300ca8 vboot2: Fix saving the slot we tried back to nv storage by Randall Spangler · 10 years ago
  72. f1dba02 futility: rolled back vbutil_kernel change by Bill Richardson · 10 years ago
  73. 162f788 vboot_kernel: Validate GPT header before using by Duncan Laurie · 10 years ago
  74. 52a15f9 futility: show vs verify by Bill Richardson · 10 years ago
  75. c540f59 futility: Allow signing raw firmware blob and keyblocks by Bill Richardson · 10 years ago
  76. 5f2696d futility: Add support for [re]signing kernel partitions by Bill Richardson · 10 years ago
  77. 6f72ffa futility: Prepare to handle kernel partitions & firmware blobs by Bill Richardson · 10 years ago
  78. f318ee2 futility: implement vbutil_kernel using buffers, not files by Bill Richardson · 10 years ago
  79. d5aa5bd futility: allow dump_fmap to specify where to extract area by Bill Richardson · 10 years ago
  80. efa8756 cleanup: DESTDIR refers to the install root, not the bin/ by Bill Richardson · 10 years ago
  81. a1d9fe6 futility: stop using the symlink names in utility scripts by Bill Richardson · 10 years ago
  82. a19b00d futility: make resign_firmwarefd.sh simply invoke futility by Bill Richardson · 10 years ago
  83. ee53d65 futility: slight tweak to the logging implementation by Bill Richardson · 10 years ago
  84. 08efd1e futility: preserve preamble flags when resigning BIOS images by Bill Richardson · 10 years ago
  85. e051975 futility: sign command works on unsigned images by Bill Richardson · 10 years ago
  86. 2e25e81 futility: add load_fmap command, useful for tests by Bill Richardson · 10 years ago
  87. 15dc6fc futility: add "sign" command to resign firmware images by Bill Richardson · 10 years ago
  88. 64ddad7 futility: Add a test for the resign_firmwarefd.sh script by Bill Richardson · 10 years ago
  89. 487a54b vboot: Notify EC of current boot mode by Sheng-Liang Song · 10 years ago
  90. b8ff397 vboot: Add system-level test for LoadKernel() by Randall Spangler · 10 years ago
  91. 88458d9 vboot_reference: Rename *_SECTOR to *_SECTORS by Nam T. Nguyen · 10 years ago
  92. 78d59bf cleanup: remove ancient tests that haven't been run in years by Bill Richardson · 10 years ago
  93. a2d72f7 vboot: cgpt: Refer to partition entries by entries_lba. by Nam T. Nguyen · 10 years ago
  94. f510973 Fix include quotes. by Alex Deymo · 10 years ago
  95. 028f468 vboot2: Move vb2_verify_fw inside of futility by Randall Spangler · 10 years ago
  96. 6f39615 futility: Add remaining vboot binary utilities by Bill Richardson · 10 years ago
  97. e778ada Change VbExEc functions to take a devidx parameter by Randall Spangler · 10 years ago
  98. 884a5f1 futility: add vbutil_keyblock into the built-in features by Bill Richardson · 10 years ago
  99. b84b81d futility: add vbutil_key into the built-in features by Bill Richardson · 10 years ago
  100. 3e3790d Install and use futility when running tests by Bill Richardson · 10 years ago