Added support for OpenSSL >= 1.1.0.#43
Merged
wernerd merged 1 commit intowernerd:masterfrom Aug 27, 2019
Merged
Conversation
…en and became opaque pointers.
Owner
|
Hi there, Werner |
Contributor
Author
|
Sure, no problem. Did you have time to review it though? Just to make sure because I'm not too familiar with the API (although that's rather a minor change and I don't think I messed up things completely..) 😁 |
Owner
|
Yes, I reviewed the changes and saw no real issue, however not tested it yet. I leave that for the weekend when I have some more time. |
welljsjs
commented
Aug 29, 2019
welljsjs
commented
Aug 29, 2019
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.
In openssl v1.1.0, lots of structures were hidden and one now has to communicate with API through opaque pointers.
https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes
This PR adds support for openssl versions >=1.1.0. However, it does still support versions below.