We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can be broken into stages:
Immediately:
CreateAttestationSignature
VerifySignature
VerifyPgpSignature
VerifyMessageAttestation
GetPlainMessage
After cryptolib's VerifyAttestation returns an AuthenticatedAttestation:
VerifyAttestation
AuthenticatedAttestation
ValidatedAttestation
GetValidatedAttestations
AuthenticatedAttestations
After implementing PGP signing:
CreateMessageAttestation
If command line interface allows you to create new keys:
NewPgpKey
The text was updated successfully, but these errors were encountered:
Thanks for tracking this!
Sorry, something went wrong.
Completed "Replace RawAttestation..." with #519
Completed "Delete CreateAttestationSignature..." with #525
Completed "Delete VerifyMessageAttestation..." with #526
acamadeo
No branches or pull requests
This can be broken into stages:
Immediately:
CreateAttestationSignature
(unused except in tests),VerifySignature
andVerifyPgpSignature
in AtomicContainerSig.VerifyMessageAttestation
,GetPlainMessage
in attestation.go.After cryptolib's
VerifyAttestation
returns anAuthenticatedAttestation
:ValidatedAttestation
(source).GetValidatedAttestations
to returnAuthenticatedAttestations
(source).After implementing PGP signing:
CreateMessageAttestation
in attestation.go.If command line interface allows you to create new keys:
NewPgpKey
with calls to CLI.The text was updated successfully, but these errors were encountered: