Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encryption: Improve Kconfig and key generation for zephyr, fix boot serial encrypted image support #1747

Merged
merged 3 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. zephyr: encryption: Improve Kconfig and key generation

    Improves the Kconfig layout for encrypted image support and allows
    using key files instead of just using a pre-defined, insecure dummy
    key.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab068f7 View commit details
    Browse the repository at this point in the history
  2. boot: boot_serial: Fix issue with encrypted second slot images

    Fixes issues whereby encrypted images were not properly listed due
    to not treating them as encrypted, also removes a piece of wrong
    hack code that would never run as the primary slot cannot be
    encrypted.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c85527e View commit details
    Browse the repository at this point in the history
  3. docs: release: Add note on encryption changes

    Adds notes on fixes and changes related to encrypted image handling
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4494134 View commit details
    Browse the repository at this point in the history