imv-attestation: Fixed file hash measurements

The introduction of file versions broke file hash measurements.
This has been fixed by using a generic product versions having an
empty package name.
This commit is contained in:
Andreas Steffen
2017-09-01 10:51:15 +02:00
parent 66805c7b32
commit 076aac7069
9 changed files with 131 additions and 49 deletions
@@ -14,7 +14,7 @@ charon {
default = 0
}
daemon {
tnc = 3
tnc = 2
imc = 3
pts = 3
}
@@ -15,7 +15,7 @@ charon {
default = 0
}
daemon {
tnc = 3
tnc = 2
imc = 3
pts = 3
}
@@ -14,7 +14,7 @@ charon {
default = 0
}
daemon {
tnc = 3
tnc = 2
imv = 3
pts = 3
}
@@ -37,7 +37,7 @@ libimcv {
policy_script = /usr/local/libexec/ipsec/imv_policy_manager
plugins {
imv-attestation {
hash_algorithm = sha1
hash_algorithm = sha256
}
}
}