Hi people. We have some Python (CPython) code that uses openssl(1) via a subprocess at present. I'm coming to believe this isn't terribly secure though, so I looked for an openssl wrapper for CPython.
What I found was PyOpenSSL, which recommends using pyca/cryptography instead for almost everything. So I'm looking into what it would take to rewrite those three openssl(1) commands using pyca/cryptography. I'm intending to send those three openssl(1) commands to this list, inquiring about how to rewrite them to use pyca/cryptography - one command per message. Thanks!
_______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev