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

Change the pyelliptic dependency #58

Open
LefterisJP opened this issue Apr 25, 2017 · 4 comments · May be fixed by #81
Open

Change the pyelliptic dependency #58

LefterisJP opened this issue Apr 25, 2017 · 4 comments · May be fixed by #81

Comments

@LefterisJP
Copy link

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

@ulope
Copy link
Member

ulope commented Apr 25, 2017

I don't know if it supports the required operations but generally cryptography is the go-to crypto library for python these days.

@ofek
Copy link

ofek commented Apr 30, 2017

@rbo727
Copy link

rbo727 commented Jun 27, 2017

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.

@Wolf480pl
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants