-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
openssl版本问题 #501
Comments
3Q 已经加到了 Xlog 加密使用指引 常见问题中 中 |
MacOS 11.5.1,
执行:
依然有问题:
|
Traceback (most recent call last): MACOS 11.5.1 |
修改openssl.py 中获取OpenSSL动态库路径的方法中 ,返回静态路径/usr/lib/libcrypto.dylib ,需要使用 pyelliptic==1.5.10,否则会提示不安全使用 |
如果安装后还是报错,可以先卸载pyelliptic1.5.7,然后再重新安装 pip install https://github.com/mfranciszkiewicz/pyelliptic/archive/1.5.10.tar.gz#egg=pyelliptic |
pyelliptic1.5.7 不支持openssl 1.1版本,会报以下错误:
AttributeError: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: undefined symbol: ECDH_OpenSSL
可以安装下面这个打补丁的版本
pip install https://github.com/mfranciszkiewicz/pyelliptic/archive/1.5.10.tar.gz#egg=pyelliptic
The text was updated successfully, but these errors were encountered: