Skip to content
  1. Jul 20, 2021
  2. Dec 03, 2020
  3. Sep 24, 2020
    • Brendan Moran's avatar
      Bugfixes · 1ae011d9
      Brendan Moran authored
      Correct generation of manifest, specifically digests.
      Add reporting policy to SUIT parser.
      1ae011d9
  4. Sep 16, 2020
  5. Jul 24, 2020
  6. Jul 23, 2020
  7. Jul 14, 2020
  8. Jul 13, 2020
  9. Jul 11, 2020
  10. Jul 03, 2020
  11. Jul 02, 2020
  12. Jul 01, 2020
  13. Jun 22, 2020
  14. 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
  15. Jun 11, 2020
  16. Jun 09, 2020
Loading