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

fix: small corrections #142

Merged
merged 3 commits into from
Dec 7, 2022
Merged

fix: small corrections #142

merged 3 commits into from
Dec 7, 2022

Commits on Dec 7, 2022

  1. fix(snp): correct code comments

    Signed-off-by: Harald Hoyer <harald@profian.com>
    haraldh committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    76012c2 View commit details
    Browse the repository at this point in the history
  2. fix(snp): move public key check before config checks

    to mirror sgx behaviour.
    
    Signed-off-by: Harald Hoyer <harald@profian.com>
    haraldh committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ed68202 View commit details
    Browse the repository at this point in the history
  3. fix(sgx): only guard public key check behind "dbg" flag

    If it was not used in tests the `dbg` flag could be removed from the
    `snp` and `sgx` `verify()` method.
    
    Signed-off-by: Harald Hoyer <harald@profian.com>
    haraldh committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cf58880 View commit details
    Browse the repository at this point in the history