[Cryptography-dev] openssl command two that needs a pyca/cryptography rewrite

Dan Stromberg dstromberglists at gmail.com
Mon Aug 2 12:49:07 EDT 2021


The second command looks like:
['openssl', 'genrsa', '-aes128', '-passout', 'stdin', '2048']

I believe this is generating a public key, that will later be used by ssh.

This one probably isn't much of a problem, but it might be better to go all
pyca/cryptography (one dependency) rather than openssl(1) and
pyca/cryptography (two dependencies).

Any suggestions?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/cryptography-dev/attachments/20210802/80021cd7/attachment.html>


More information about the Cryptography-dev mailing list