Skip to content
  1. Jul 13, 2020
  2. Jul 11, 2020
  3. Jul 03, 2020
  4. Jul 02, 2020
  5. Jul 01, 2020
  6. Jun 22, 2020
  7. Jun 19, 2020
    • Brendan Moran's avatar
      Change tests to save more space · fc7a9492
      Brendan Moran authored
      Also remove unused "choice" extension.
      Reduces size by 12
      fc7a9492
    • Brendan Moran's avatar
      Do get_handler's first search differently · 9aadbce1
      Brendan Moran authored
      More verbose, but 6 bytes smaller.
      9aadbce1
    • Brendan Moran's avatar
      Reduce size by removing 64-bit variables · 7890d788
      Brendan Moran authored
      All CBOR integers are handled in 64-bit in this library. Because of this, they must be down-cast before use. Some unnecessary 64-bit integer handling was left over. Removing this saves 64 bytes, bringing the parser to 1976 bytes
      7890d788
    • Brendan Moran's avatar
      Remove redundant function · 0b108cd1
      Brendan Moran authored
      0b108cd1
    • Brendan Moran's avatar
      Merge pull request #33 from ARMmbed/feature/hss-lms · a2fdede6
      Brendan Moran authored
      Add support for hss-lms keys
      a2fdede6
    • Brendan Moran's avatar
      Refactor parser for more efficient code utilisation · 8096b3e5
      Brendan Moran authored
      This is a large refactor that makes the code flow much simpler. The parser still needs better debugging infrastructure.
      
      * Unimplemented variables are no longer used
      * Tags are now handled
      * bstr wrappers are now handled implicitly where necessary
      * Added a new k/v pair handler that processes a key with a type in one shot.
      * Added distinct handling for arrays (a sequence of identical types) and lists (a sequence of different types)
      * Integrated COSE signature handling
      * Added a const array initializer helper macro so that parser element counts are calculated at compile-time.
      * Added an image verification handler that consumes SUIT_Digests and handles the algorithm correctly
      * Verify manifest against authenticated hash before processing
      8096b3e5
  8. Jun 11, 2020
  9. Jun 09, 2020
  10. Jun 08, 2020
  11. May 22, 2020
  12. May 15, 2020
  13. Apr 29, 2020
  14. Feb 19, 2020
  15. Feb 18, 2020
  16. Feb 16, 2020
    • Brendan Moran's avatar
      Offset support (#11) · d13d6116
      Brendan Moran authored
      Add support for offsets to manifest generator. There are several known issues with multiple component support:
      
      1. The component order is ignored.
      2. Digests other than the digest of the installed component may not be inserted.
      d13d6116
  17. Feb 10, 2020
  18. Jan 27, 2020
Loading