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

Implement command 'sign-eif' #406

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on May 12, 2023

  1. Implement command 'sign-eif'

    pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e3cdccf View commit details
    Browse the repository at this point in the history
  2. Use enum for signing_key

    pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b8becd0 View commit details
    Browse the repository at this point in the history
  3. Refactor sign-eif arguments

    pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fb2b277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a44bd21 View commit details
    Browse the repository at this point in the history
  5. Update build-enclave tests

    pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    55fec78 View commit details
    Browse the repository at this point in the history
  6. Update rust version to 1.65 and dependencies

    EC2 Default User authored and pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b0a87c3 View commit details
    Browse the repository at this point in the history
  7. Update tests

    - Adjust existing tests to work with the changes needed for kms-signing
    - Add test for signing existing eifs
    EC2 Default User authored and pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3793a7e View commit details
    Browse the repository at this point in the history
  8. KMS image signing adjustments

    - use default region from config if region argument was not provided
    - change argument conditions and conflicts
    - use async calls to init kms key
    - print measurements after signing an existing image
    pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    72f4f86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca0ad2a View commit details
    Browse the repository at this point in the history
  10. Fix clippy errors

    pro-vlad committed May 12, 2023
    Configuration menu
    Copy the full SHA
    99ad930 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    979e106 View commit details
    Browse the repository at this point in the history