Skip to content

Commit 62fd152

Browse files
Isaac-Matthewsansasaki
authored andcommitted
fix IAK template to match IDevID
Signed-off-by: Isaac-Matthews <[email protected]>
1 parent 52f44dc commit 62fd152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keylime/src/tpm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ impl Context {
918918
),
919919
HashingAlgorithm::Sha512 => (
920920
IAK_AUTH_POLICY_SHA512[0..64].to_vec(),
921-
RsaKeyBits::Rsa2048,
921+
RsaKeyBits::Rsa4096,
922922
EccCurve::NistP521,
923923
),
924924
_ => (

0 commit comments

Comments
 (0)