Re: [Cryptography-dev] openssl library

2023-05-25 Thread Alex Gaynor
Cryptography can be built to link OpenSSL in either mode. Our pre-built wheels statically link OpenSSL, but users can compile it either way. Alex On Thu, May 25, 2023, 1:38 PM Laurent Philippart (Nokia) < laurent.philipp...@nokia.com> wrote: > Hi, > > > > Could you please clarify if cryptography

[Cryptography-dev] openssl library

2023-05-25 Thread Laurent Philippart (Nokia)
Hi, Could you please clarify if cryptography is statically linked to openssl / libcrypto library or use the system's shared library ? I am interested in tracing calls to functions like "EVP_EncryptInit_ex" and "EVP_CipherInit_ex" for malware detection. However it seems that cryptography is not