[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags



Thanks! Should it remove it and resend the patches ?

On Wed, Apr 15, 2015 at 6:07 PM, Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> wrote:
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 <emilcondrea@xxxxxxxxx>

Acked-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>

[...]
+-Â Â Â 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@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.