Anyone know how to do this in pyOpenSSL
Scott Chapman
scott_list at mischko.com
Tue Aug 30 10:06:09 EDT 2005
The pyOpenSSL list is _very_ quiet. I'm hoping somebody here knows how to do this:
openssl smime -sign -in $tempfile -signer /path/to/my_cert -inkey
/path/to/my_key -outform der -nodetach -binary | openssl smime -encrypt -des3
-binary -outform pem /path/to/paypal_public_cert
... using pyOpenSSL. M2Crypto won't compile on my box and I'm really lost in
the pyOpenSSL library.
Cordially,
Scott
More information about the Python-list
mailing list