1. 07e1381 Add a capability for querying downgrade prevention by David Brown · 6 years ago
  2. 2d1bac1 add option for rollback protection by Håkon Øye Amundsen · 6 years ago
  3. 9e1db9a boot: Add free space check for swap without scratch by Fabio Utzig · 6 years ago
  4. 4741c45 bootutil: allow encryption key TLVs in swap status by Fabio Utzig · 6 years ago
  5. f616c54 bootutil: zero memory containing plain text keys by Fabio Utzig · 6 years ago
  6. 3fbbdac sim: get status area size from bootutil by Fabio Utzig · 6 years ago
  7. 07a9a03 bootutil: avoid save of enc keys in secondary slot by Fabio Utzig · 6 years ago
  8. a360826 ecdsa: Allow ECDSA signatures to be actual length by David Brown · 6 years ago
  9. 6f4d8f8 bootutil: allow RSA encryption keys without DP/DQ/QP by Fabio Utzig · 6 years ago
  10. 098de83 boot: Clean up errors during sim test by David Brown · 6 years ago
  11. b86e688 bootutil: fix random upgrade failure using swap move by Fabio Utzig · 6 years ago
  12. 5e6ea22 bootutil: Add debug for encrypted key writing by Fabio Utzig · 6 years ago
  13. f5480c7 bootutil: sim: add cap for swap using move by Fabio Utzig · 6 years ago
  14. 74aef31 bootutil: add swap without scratch strategy by Fabio Utzig · 6 years ago
  15. 12d5916 boot: bootutil: move scratch swap functionality by Fabio Utzig · 6 years ago
  16. e60c2fb bootutil: remove unused function prototype by Fabio Utzig · 6 years ago
  17. d13318a boot: Change TLV tag to 16 bits by David Brown · 6 years ago
  18. 3c44607 bootutil: fix enckey issue when reverting by Fabio Utzig · 6 years ago
  19. 23e99b0 boot: encrypted: fix HKDF input size macro by Fabio Utzig · 6 years ago
  20. ab44918 boot: store write align as uint32_t by David Brown · 6 years ago
  21. 5fde832 bootutil: add ECIES-P256 support by Fabio Utzig · 6 years ago
  22. 5ef883a caps: add ECIES-P256 by Fabio Utzig · 6 years ago
  23. d0ca0ff Fix up typos by Sam Bristow · 6 years ago
  24. 9bf95af boot: Check overflow/bounds on image header size by David Brown · 6 years ago
  25. effb06e boot: Add overflow-safe 32 and 16-bit add functions by David Brown · 6 years ago
  26. 2b8a695 Convert BOOT_MAGIC_SZ to #define by David Brown · 6 years ago
  27. e0bb1f9 Change BOOT_MAX_ALIGN to #define by David Brown · 6 years ago
  28. e52c08e bootutil: update to new protected TLV format by Fabio Utzig · 6 years ago
  29. 61fd888 Add TLV iterator API by Fabio Utzig · 6 years ago
  30. 99ec383 bootutil_misc: fix printf types in log macros by Marti Bolivar · 6 years ago
  31. e575b0b Add macro to check if swap_type is an upgrade by Fabio Utzig · 6 years ago
  32. b1adb1e Fix validation when no image is present by Fabio Utzig · 6 years ago
  33. 59b63e5 Fix identation by Fabio Utzig · 6 years ago
  34. c28005b Use better naming for swap copy/erase functions by Fabio Utzig · 6 years ago
  35. c21c210 Fix encrypted images with dependencies by Fabio Utzig · 6 years ago
  36. 4c0ee95 botutil/botutil_misc: fix compile error for debug log by Ben McCrea · 6 years ago
  37. 4d7396d Fix swap status control by Fabio Utzig · 6 years ago
  38. e6ab34c Allow upgrades of only one slot by David Brown · 6 years ago
  39. 298913b Fix dependency check infinite loop by Fabio Utzig · 6 years ago
  40. 019a81a Move boot_is_version_sufficient to module scope by Fabio Utzig · 6 years ago
  41. 75e9a59 Remove boot_swap_type usage in the bootloader by Fabio Utzig · 6 years ago
  42. 233af7d Add utility function to find offset/len of TLVs by Fabio Utzig · 6 years ago
  43. a87cc7d Use local var instead of repeated macro call by Fabio Utzig · 6 years ago
  44. bc07793 Add macro to check if image must be decrypted by Fabio Utzig · 6 years ago
  45. 1e4284b Allow encrypted images in multi-image setting by Fabio Utzig · 6 years ago
  46. b63d995 Remove function that marks encr keys invalid by Fabio Utzig · 6 years ago
  47. 268ace0 Zero AES key when marking invalid by Fabio Utzig · 6 years ago
  48. 6ace9ee Mark key_unwrap local function static by Fabio Utzig · 6 years ago
  49. 81c4675 Fix build for multi-image using encrypted images by Fabio Utzig · 6 years ago
  50. f0dbd42 Return error if swap_type is not identified by Fabio Utzig · 6 years ago
  51. d638b17 Remove image_header parameter from boot_read_image_size by Fabio Utzig · 6 years ago
  52. 1a1ec17 Refactor trailer writing routines by Fabio Utzig · 6 years ago
  53. 4e8113b Refactor trailer offset functions by Fabio Utzig · 6 years ago
  54. df0cc50 Refactor routines that read swap status data by Fabio Utzig · 6 years ago
  55. 9d16009 Remove assert from boot_status_entries by Fabio Utzig · 6 years ago
  56. 15c1467 Return error from boot_find_key instead of asserting by Fabio Utzig · 6 years ago
  57. c962135 Add macro to get TLVs offset from header by Fabio Utzig · 6 years ago
  58. 10ee648 Update bootutil to reduce amount of global state by Fabio Utzig · 6 years ago
  59. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  60. abec073 Use macro for iterating over images by Fabio Utzig · 6 years ago
  61. e32483f Boot: Add dependency check to multi-image boot by David Vincze · 6 years ago
  62. ba3bd60 Boot: Enable multi-image boot by David Vincze · 6 years ago
  63. b75c12a Boot: Extend flash layout for multiple images by David Vincze · 6 years ago
  64. e245347 Boot: Save image sequence number to image trailer by David Vincze · 6 years ago
  65. 853657c Add watchdog feeding macro by Fabio Utzig · 6 years ago
  66. 63a2bdb Fix bug that prevents split images from working. by Alvaro Prieto · 6 years ago
  67. 9771028 Add ed25519 verification to sim by Fabio Utzig · 6 years ago
  68. 4876484 Add bootutil support for ed25519 validation by Fabio Utzig · 6 years ago
  69. a1c1204 Fix double swap on interrupted revert by Christopher Collins · 6 years ago
  70. 2c88e69 Add some more debug logging by Christopher Collins · 6 years ago
  71. 2adef70 Use same format for scratch and slot trailer by Christopher Collins · 6 years ago
  72. 3929743 Add simulator support for RSA-3072 sigs by Fabio Utzig · 6 years ago
  73. 3501c01 Add bootutil support for RSA-3072 by Fabio Utzig · 6 years ago
  74. 4c9883b Add a capability query for image number by David Brown · 6 years ago
  75. 74b161e bootutil: Fix indentation in caps query by David Brown · 6 years ago
  76. 65a6ab2 boot: bootutil: Add cc310 interface for ecdsa by Sigvart Hovland · 6 years ago
  77. 795cd0d boot: bootutil: Change ec256 so that it can support multiple interfaces by Sigvart Hovland · 6 years ago
  78. 01dfbb6 Mynewt: Make PRIMARY/SECONDARY macros public by Christopher Collins · 6 years ago
  79. cf97dd0 encryption: changed boot_enc_valid() return value to bool by Andrzej Puzdrowski · 6 years ago
  80. e575fe9 image encryption: fix enc_state array indexing for zephyr by Andrzej Puzdrowski · 6 years ago
  81. 2d736ad Replace flash partitioning terminology by David Vincze · 6 years ago
  82. 4b4ac90 Do not use an ASSERT to catch the case if no image is loaded by Johannes Bruder · 7 years ago
  83. ae01f15 Set pending: don't crash when image slot corrupt by Christopher Collins · 7 years ago
  84. ed0ca43 Fix trailer erase for some devices by Fabio Utzig · 7 years ago
  85. 006994b Fix a buffer overflow on EC point load by Fabio Utzig · 7 years ago
  86. 8d0afa7 boot: bootutil add cap for slot 0 validation by David Brown · 7 years ago
  87. c4a60a3 boot: bootutil: Add caps for encryption by David Brown · 7 years ago
  88. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  89. a32f1af Fix overwrite-only under Zephyr by Fabio Utzig · 7 years ago
  90. 38f5ffe Add key unwrap functionality using tinycrypt by Fabio Utzig · 7 years ago
  91. 338a19f Add boostrapping from slot1 support by Fabio Utzig · 7 years ago
  92. e280e11 Remove unused hal includes from bootutil by Timo Kröger · 7 years ago
  93. 2bd980a Add support for slots with different sector sizes by Fabio Utzig · 7 years ago
  94. 2fc80df Fix handling of encrypted images by Fabio Utzig · 7 years ago
  95. e641ea5 Fix overwrite only encrypted to not use local var by Fabio Utzig · 7 years ago
  96. 1c7d959 Fix rebase issue by Fabio Utzig · 7 years ago
  97. 3393992 Fixed an issue that supported later versions of mbedtls than mbedtls-2.6.1 by Yiping Peng · 7 years ago
  98. ba82904 Add bootutil support for encrypted images by Fabio Utzig · 7 years ago
  99. 178be54 Test erased flash with "flash_area_read_is_empty()" by Fabio Utzig · 7 years ago
  100. 08fa267 Fix copy_done setting by Fabio Utzig · 7 years ago