Merge "Make batch attestation keys/certs optional" into main

This commit is contained in:
David Drysdale 2024-04-09 09:11:54 +00:00 committed by Gerrit Code Review
commit 61c9ab4d87

View file

@ -86,7 +86,7 @@ pub fn build_ta() -> kmr_ta::KeyMintTa {
));
let dev = Implementation {
keys,
sign_info: Box::new(sign_info),
sign_info: Some(Box::new(sign_info)),
// HAL populates attestation IDs from properties.
attest_ids: None,
sdd_mgr: None,