parallaxsecond / parsec-book

Parsec documentation
https://parallaxsecond.github.io/parsec-book
Apache License 2.0
12 stars 17 forks source link

Add key attestation operations #124

Closed ionut-arm closed 3 years ago

ionut-arm commented 3 years ago

This commit adds documentation for two new operations: AttestKey, used for generating proofs that some key provisioned through Parsec is indeed by the claimed hardware; GetMakeCredParams, used to prepare the parameters for one of the mechanisms used within AttestKey (namely, ActivateCredential in the TPM provider).

Signed-off-by: Ionut Mihalcea ionut.mihalcea@arm.com