On 04/14/2015 05:08 AM, Emil Condrea wrote:
Currently, the flags are not interpreted by vTPM. They are just
packed and sent to vtpmmgr.

Signed-off-by: Emil Condrea <emilcond...@gmail.com>

Acked-by: Daniel De Graaf <dgde...@tycho.nsa.gov>

[...]
+-      res = TPM_DeepQuote(&nonce, &myPCR, &ptPCR, &req->auth1, &sigSize, 
&sig);
++      res = TPM_DeepQuote(&nonce, &myPCR, &ptPCR, &req->auth1, extraInfoFlags,
++              &quote_blob_size, &quote_blob);
+       if (res != TPM_SUCCESS) return res;
+-      rsp->paramSize = len = sigSize;
++              rsp->paramSize = len = quote_blob_size;

There's an extra tab at the start of this line.

--
Daniel De Graaf
National Security Agency

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to