This repository has been archived by the owner on Mar 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Add support OpenSSL 1.1 #50
Comments
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. |
yann2192
added a commit
that referenced
this issue
Apr 25, 2017
yann2192
added a commit
that referenced
this issue
Apr 25, 2017
Thanks for the answer. Ah... I should be porting some libs from PyElliptic now. |
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. |
1 task
2 tasks
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.
Subj. Currently you can't import pyelliptic with openssl 1.1 and greater. Also pyelliptic not understand LD_LIBRARY_* env for change lookup folder.
The text was updated successfully, but these errors were encountered: