Relative Content

Tag Archive for pythonpython-wheel

How/where does pyca/cryptography “embed” OpenSSL dependency?

I’m using cryptography in a project that is targeting both EL8 and EL9 (we’re using Rocky Linux 8/9). We’re using python3.9 in both cases. The problem/doubt I’m having is that OpenSSL v3 is not available on EL8 (unless built from sources which is not something we’re doing), yet when I install cryptography v42, it reports that it is running against OpenSSL v3:

How/where does pyca/cryptography “embedd” OpenSSL dependency?

I’m using cryptography in a project that is targeting both EL8 and EL9 (we’re using Rocky Linux 8/9). We’re using python3.9 in both cases. The problem/doubt I’m having is that OpenSSL v3 is not available on EL8 (unless built from sources which is not something we’re doing), yet when I install cryptography v42, it reports that it is running against OpenSSL v3: