Cargo.toml: Bump open-enum to latest version#6
Merged
Conversation
russell-islam
approved these changes
Oct 13, 2023
Member
|
Looks like a build issue? might need to tweak some derives maybe. |
Contributor
Author
|
@chris-oo Looks like this commit which breaks things: kupiakos/open-enum@ddd167a |
Contributor
Author
|
I have a fix for the aforementioned issue in this PR kupiakos/open-enum#15 |
Member
|
Okay, once the corresponding open_enum fix is in, we can take this. |
287f2cb to
015de9f
Compare
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
015de9f to
fe75f68
Compare
Contributor
Author
The issue is fixed in 0.4.1. I have updated the PR to use the latest version. |
Member
|
Thanks! Set to automerge. |
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
Apr 11, 2026
Add the igvm_corim crate that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 - Integration with igvm crate via optional 'corim' feature gate that adds IgvmFile::with_corim() writing to CorimDocument init headers Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 26, 2026
Add the igvm_corim crate that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 - Integration with igvm crate via optional 'corim' feature gate that adds IgvmFile::with_corim() writing to CorimDocument init headers Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> Add signed corim validation Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> refactor Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> tests Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> x Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> replace with corim crate Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> measurement Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> cleanup Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> remove cbor dependency Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> switch to corim crate Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> serializer Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> cleanup Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> update Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> x Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> update Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> update Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> update Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 26, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 26, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 28, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com> update Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 28, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 28, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Self-contained CBOR builder using ciborium::Value (no full corim crate dependency) - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 29, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements per draft-ietf-rats-corim-10. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
mingweishih
added a commit
to mingweishih/igvm
that referenced
this pull request
May 30, 2026
Add the corim module that generates and validates CoRIM (Concise Reference Integrity Manifest) documents for IGVM launch endorsements. The crate produces CBOR-encoded, tag-501-wrapped CoRIM documents containing: - A reference-values triple with the launch measurement digest - A conditional-endorsement-series triple mapping the digest to an exact SVN (microsoft#6.552) Supported platforms (via IgvmPlatformType): - Intel TDX (SHA-384, mkey "MRTD") - AMD SEV-SNP (SHA-384, mkey "MEASUREMENT") - Microsoft VBS (SHA-256, mkey "MEASUREMENT") Key design decisions: - Strict profile enforcement: profile URI required, exactly one CoMID, CES required, only exact SVN, tag-id verified via UUIDv5 - Profile URI: tag:microsoft.com,2026:igvm-launch-endorsement/v1 Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2