-
Notifications
You must be signed in to change notification settings - Fork 335
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
Change the pyelliptic dependency #58
Comments
I don't know if it supports the required operations but generally cryptography is the go-to crypto library for python these days. |
Just wanted to see if any work has been done on this? I require an OpenSSL version > 1.1 to get this to work on my system, but it doesn't appear that there is any support for that yet. |
There's a pull request #81 attempting to fix this. Not sure if people get notified if this issue is mentioned in a pull request, so I put this comment here just in case. |
pyelliptic, a wrapper around OpenSSL that is used by this project should be replaced.
It does not work with OpenSSL version >= 1.1 and the maintainer stated that the project is dead.
In Raiden we use a fork of pyelliptic in order to be compatible with newer OpenSSL versions but that is just temporary.
The dependency should be changed and one suggestion would be pyOpenSSL
The text was updated successfully, but these errors were encountered: