It's great that Google App Engine now supports PyCrypto, but I have a very 
specific situation that I'm trying to solve.  

I'm trying to sign data with a private key and certificate, and create the 
encoded, detached PKCS#7 output format that this command creates:

*
*

*openssl smime -binary -sign \*

*    -signer certificate.pem -inkey key.pem \*

*    -in manifest.json -out signature \*

*    -outform DER*

 

Is there any way to get PyCrypto to sign data with a certificate and 
private key, similar to what this is doing?  I know this can be done with 
M2Crypto

 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/QXo9ms_AfuQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to