Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve compatibility with OpenSSL 1.1.0 #141

Merged
merged 1 commit into from Feb 27, 2018

Conversation

laomaiweng
Copy link
Contributor

OpenSSL 1.1.0 can be compiled in a variety of compatibility modes. On my machine, OpenSSL 1.1.0 has all compatibility APIs disabled by default.
This PR thus removes/replaces all calls to deprecated APIs when compiling against OpenSSL 1.1.0, and also adds some required headers.

Please review and feel free to comment so I can adjust things. :)

* add missing headers
* stop using deprecated APIs
@mrmekon mrmekon merged commit b5d9dc8 into Yubico:master Feb 27, 2018
@mrmekon
Copy link
Contributor

mrmekon commented Feb 27, 2018

Merged. Thanks!

@laomaiweng laomaiweng deleted the openssl-1.1.0-compat branch March 6, 2018 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants