mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-31 00:24:00 +00:00
Changed the pcr value check from the baseline expected pcr values to the measurement live log
This commit is contained in:
parent
65d596a756
commit
7c86b6d0db
@ -443,7 +443,7 @@ public class SupplyChainValidationServiceImpl implements SupplyChainValidationSe
|
||||
if (passed) {
|
||||
TCGEventLog logProcessor;
|
||||
try {
|
||||
logProcessor = new TCGEventLog(supportReferenceManifest.getRimBytes());
|
||||
logProcessor = new TCGEventLog(measurement.getRimBytes());
|
||||
baseline = logProcessor.getExpectedPCRValues();
|
||||
} catch (CertificateException cEx) {
|
||||
LOGGER.error(cEx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user