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

Complete Integration of Crypto Library into Kritis #507

Open
4 of 10 tasks
acamadeo opened this issue May 12, 2020 · 4 comments
Open
4 of 10 tasks

Complete Integration of Crypto Library into Kritis #507

acamadeo opened this issue May 12, 2020 · 4 comments
Assignees

Comments

@acamadeo
Copy link
Contributor

acamadeo commented May 12, 2020

This can be broken into stages:

Immediately:


After cryptolib's VerifyAttestation returns an AuthenticatedAttestation:

  • Delete ValidatedAttestation (source).
  • Refactor GetValidatedAttestations to return AuthenticatedAttestations (source).

After implementing PGP signing:


If command line interface allows you to create new keys:

  • Replace calls to NewPgpKey with calls to CLI.
  • Delete pgpkey.go
@acamadeo acamadeo self-assigned this May 12, 2020
@ooq
Copy link
Contributor

ooq commented May 13, 2020

Thanks for tracking this!

@acamadeo
Copy link
Contributor Author

Completed "Replace RawAttestation..." with #519

@acamadeo
Copy link
Contributor Author

Completed "Delete CreateAttestationSignature..." with #525

@acamadeo
Copy link
Contributor Author

Completed "Delete VerifyMessageAttestation..." with #526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants