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 -- http://mail.python.org/mailman/listinfo/python-list