You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's more work to do for CoRIM support than just defining the header in igvm. This issue tracks the overall workstream and remaining work to do, to be updated as we discover more things required.
CBOR validation of payload and spec compliance with each given platform. This should also update the docs with links to public documentation for each platform's CoRIM type.
Figure out how to implement measurement generation and corim header generation as part of the core igvm crate. This may be tricky as there may be additional things that consumers need to add to the corim, on top of the platform required ones. At a minimum, the serialize/file builder api may need to move towards a mode where you can dynamically add headers at runtime, that will then get checked to make sure they are valid with the other headers in the file.
There's more work to do for CoRIM support than just defining the header in igvm. This issue tracks the overall workstream and remaining work to do, to be updated as we discover more things required.