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

Backwards support for OpenSSL 1.0.x broken #12

Open
gdanezis opened this issue May 27, 2019 · 0 comments
Open

Backwards support for OpenSSL 1.0.x broken #12

gdanezis opened this issue May 27, 2019 · 0 comments
Labels

Comments

@gdanezis
Copy link
Owner

Ok, so we have now upgraded to support OpenSSL 1.1 API, but in the process the support for OpenSSL 1.0 was broken. Have a look at the failing Travis test, and despair. This is likely to require a conditional compilation directive to hide the bignum_st structure redefinition and also a conditional compilation directive to use old-style locking for the G2_mul pre-computations.

Failing travis tests:
https://travis-ci.org/gdanezis/bplib

@gdanezis gdanezis assigned gdanezis and unassigned gdanezis May 27, 2019
@gdanezis gdanezis added the bug label May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant