[signcode.exe] Allow use of new hash algorithm#11999
Merged
vargaz merged 1 commit intomono:masterfrom Jan 21, 2019
RomainMuller:allow-sha256
Merged
[signcode.exe] Allow use of new hash algorithm#11999vargaz merged 1 commit intomono:masterfrom RomainMuller:allow-sha256
vargaz merged 1 commit intomono:masterfrom
RomainMuller:allow-sha256
Conversation
Enable SHA256, SHA384 and SHA512 hash algorithms to be used for Authenticode signatures. This enables producing digital signatures that are trustworthy using the `mono` tooling. Fixes #7517
Member
|
@monojenkins approve |
marek-safar
approved these changes
Dec 17, 2018
Member
|
@RomainMuller can you sign the CLA please? |
Contributor
Author
|
@akoeplinger - I have signed the CLA. I'm sorry it took so long to get though I was waiting for my employer's legal counsel to approve and the holiday season delayed that process quite a bit. |
Contributor
Author
|
I'd like to know if this will make it to the upcoming 5.22 release? |
Member
|
Yes, it will be included in the upcoming version 6.0 |
RomainMuller
added a commit
to cdklabs/aws-delivlib
that referenced
this pull request
Apr 11, 2019
We cannot use mono's `signcode` tool until a release is available that supports SHA256 signatures, so we'll be using osslsigncode in interim. A patch has been submitted to mono to add support for SHA256 signatures should be making it to a release "soon". Related: mono/mono#11999
RomainMuller
added a commit
to cdklabs/aws-delivlib
that referenced
this pull request
Apr 11, 2019
We cannot use mono's `signcode` tool until a release is available that supports SHA256 signatures, so we'll be using osslsigncode in interim. A patch has been submitted to mono to add support for SHA256 signatures should be making it to a release "soon". Related: mono/mono#11999
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.
Enable SHA256, SHA384 and SHA512 hash algorithms to be used for
Authenticode signatures. This enables producing digital signatures that
are trustworthy using the
monotooling.Fixes #7517