pyca/pyopenssl

module 'lib' has no attribute 'OpenSSL_add_all_algorithms'

Closed this issue · 2 comments

module 'lib' has no attribute 'OpenSSL_add_all_algorithms' ... What does this mean.

alex commented

It means you are trying to use the latest version of cryptography with an old version of pyopenssl. upgrading pyopenssl will fix it.