You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current definition of Quote is (line 991)
func Quote(rw io.ReadWriter, signingHandle tpmutil.Handle, signerAuth, unused string, toQuote []byte, sel PCRSelection, sigAlg Algorithm) ([]byte, *Signature, error) {
// TODO: Remove "unused" parameter on next breaking change.
I'm assuming that toQuote []byte is used for any extra data?
However the resulting field ExtraData in AttestationQuoteInfo contains a nil (or null when rendered into JSON).
The text was updated successfully, but these errors were encountered:
The current definition of Quote is (line 991)
func Quote(rw io.ReadWriter, signingHandle tpmutil.Handle, signerAuth, unused string, toQuote []byte, sel PCRSelection, sigAlg Algorithm) ([]byte, *Signature, error) {
// TODO: Remove "unused" parameter on next breaking change.
I'm assuming that toQuote []byte is used for any extra data?
However the resulting field ExtraData in AttestationQuoteInfo contains a nil (or null when rendered into JSON).
The text was updated successfully, but these errors were encountered: