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

aa: Rename Occlum attester to SGX attester and add Gramine support to it #167

Merged
merged 3 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. aa: attester: rename Occlum attester to SGX attester

    Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
    mythi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    61d0a7c View commit details
    Browse the repository at this point in the history
  2. aa: test-binaries: fix Occlum tester

    SGX DCAP Attester checks that the evidence passed in is base64
    encoded SHA384 and fails if the base64 decoded input does not
    match the expected length.
    
    Therefore, "test".into() won't work and errors. Fix by using
    the same hasher as the KBS protocol.
    
    Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
    mythi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    33cb5b0 View commit details
    Browse the repository at this point in the history
  3. aa: attester: add Gramine support to SGX Attester

    Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
    mythi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b0e6a93 View commit details
    Browse the repository at this point in the history