Add support for image encryption using ECIES-P256

This adds support for encrypting images using ECIES-P256. The MCUBoot
implementation was described here:

https://github.com/JuulLabs-OSS/mcuboot/blob/master/docs/encrypted_images.md#ecies-p256-encryption

Signed-off-by: Fabio Utzig <utzig@apache.org>
3 files changed
tree: ad877fdb196e4ab2350abae1e779084a4987fa7f
  1. errors/
  2. flash/
  3. image/
  4. manifest/
  5. mfg/
  6. sec/
  7. .gitignore
  8. .travis.yml
  9. go.mod
  10. go.sum
  11. LICENSE
  12. NOTICE
  13. README.md
README.md

Mynewt Artifact

Apache Mynewt Artifact is a Go library that parses, manipulates, validates, and outputs Mynewt artifacts. Supported artifacts are:

  • Images
  • Image manifests
  • Manufacturing images (mfgimages)
  • Manufacturing manifests