Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Add support OpenSSL 1.1 #50

Closed
stalkerg opened this issue Sep 30, 2016 · 4 comments
Closed

Add support OpenSSL 1.1 #50

stalkerg opened this issue Sep 30, 2016 · 4 comments

Comments

@stalkerg
Copy link

Subj. Currently you can't import pyelliptic with openssl 1.1 and greater. Also pyelliptic not understand LD_LIBRARY_* env for change lookup folder.

@yann2192
Copy link
Owner

yann2192 commented Apr 25, 2017

Hi,

I don't have the time or the motivation to correct properly pyelliptic.

Moreover, this method (using ctypes) to use OpenSSL isn't stable. I'll make a last release removing the ECDH/ECDSA part but keeping Cipher and Hash stuffs and tag pyelliptic as deprecated.

I suggest to looking at pyOpenSSL, cryptography, pySodium, curve25519, etc ...

Regards.

@stalkerg
Copy link
Author

Thanks for the answer. Ah... I should be porting some libs from PyElliptic now.

@ofek
Copy link

ofek commented Apr 30, 2017

@stalkerg Definitely use https://github.com/pyca/cryptography

@friedcell
Copy link

Wondering why the solution wasn't "update readme to make clear pyelliptic will only ever work on OpenSSL 1.0.x and tag as deprecated". My issue is that pyelliptic was the only library I could get to compile on a RaspberryPI A+/B+ properly.

etam added a commit to golemfactory/clay that referenced this issue Dec 6, 2017
pyelliptic is officially deprecated
yann2192/pyelliptic#50 and we want to
replace it (#1217). Until then, a patched version is required.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants