mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-22 12:05:59 +00:00
Added log statement for quote.
This commit is contained in:
parent
4c46758d9a
commit
cf4e641273
@ -598,6 +598,7 @@ public abstract class AbstractAttestationCertificateAuthority
|
||||
// Parse through the Provisioner supplied TPM Quote and pcr values
|
||||
// these fields are optional
|
||||
if (request.getQuote() != null && !request.getQuote().isEmpty()) {
|
||||
LOG.error(String.format("TPM Quote:\n%s", request.getQuote()));
|
||||
parseTPMQuote(request.getQuote().toStringUtf8());
|
||||
TPMInfo savedInfo = device.getDeviceInfo().getTPMInfo();
|
||||
TPMInfo tpmInfo = new TPMInfo(savedInfo.getTPMMake(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user