Upload: Uploading multiple submissions#390
Merged
Merged
Conversation
796a03f to
4978ade
Compare
Ref: microsoft#374 These files were uploaded originally with the following ASN.1 structure, which includes an outer `ContentInfo` SEQUENCE: ``` ContentInfo ::= SEQUENCE { contentType id-signedData (1.2.840.113549.1.7.2), content [0] SignedData { ... } } ``` This is problematic because until recently, this was not supported by EDK2 based firmware. microsoft/mu_tiano_plus@37d3eb0 To achieve the most compatibility with existing firmware, the files have been stripped of the outer ContentInfo envelope and stores the **SignedData** SEQUENCE directly as `CertData`, starting at `30 82 05 82 02 01 01 ...` (version=1, ...). The `dwLength` field in `WIN_CERTIFICATE` was also decremented by 19 to |reflect the shorter `CertData`. Everything else (the `EFI_TIME`, GUID, `SignedData` contents, and the variable payload) is byte-identical.
4978ade to
67dd6c4
Compare
1 task
Javagedes
approved these changes
Apr 8, 2026
vineelko
approved these changes
Apr 9, 2026
|
Mirrored to the LVFS as https://fwupd.org/lvfs/firmware/132782/ |
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.
Description
Uploading multiple submissions so I can clean up and correct a few things
submissions:
#384
#374
How This Was Tested
N/A
Integration Instructions
N/A