Updates for OpenSSL-1.1 and to README#1
Open
larskanis wants to merge 4 commits intodmcgowan:masterfrom
Open
Conversation
Changes in consist of: - Use EVP_MD_CTX_new/free API instead of on-stack allocation - Remove some M_ prefixes like for ASN1_IA5STRING_new - Remove pagehash functionality because it is useless to me and fixing it would be a pain. Would require declaring a few ASN_SEQUENCES and use that to get the required i2d functions from what I could find out. - Add dummy arguments to OBJ_create calls, since they now crash because NULL pointers are no longer handled (who changes API that way?!). Note that for me everything worked fine for me without these. so test-cases where they are needed would be very useful...
- which packages to install (on Ubuntu-18.04) - how to sign with HSM device
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.
I'm using osslsigncode for https://rubyinstaller.org and found your repository to be the most recent one.
To be able to build osslsigncode on Ubuntu-18.04 I had to apply the OpenSSL-1.1 patch provided here: https://sourceforge.net/p/osslsigncode/patches/10/#462d
I also added some newer command line options and use cases to the README. This is mostly for my own use, but possibly you want to merge this to your base repository.