Re: pkcs7 signing

2014-11-05 Thread Irmen de Jong
On 5-11-2014 11:14, Robin Becker wrote: > On 05/11/2014 06:40, dieter wrote: >> Robin Becker writes: >> >>> Is there a way to do pkcs7 / 12 signing with python. >> >> Have you checked whether "OpenSSL" supports this kind of signing? >> If it does, then you likely can use this via several Python wr

Re: pkcs7 signing

2014-11-05 Thread Robin Becker
On 05/11/2014 06:40, dieter wrote: Robin Becker writes: Is there a way to do pkcs7 / 12 signing with python. Have you checked whether "OpenSSL" supports this kind of signing? If it does, then you likely can use this via several Python wrappings for "OpenSSL". I checked that the openssl libr

Re: pkcs7 signing

2014-11-04 Thread dieter
Robin Becker writes: > Is there a way to do pkcs7 / 12 signing with python. Have you checked whether "OpenSSL" supports this kind of signing? If it does, then you likely can use this via several Python wrappings for "OpenSSL". -- https://mail.python.org/mailman/listinfo/python-list

pkcs7 signing

2014-11-04 Thread Robin Becker
Is there a way to do pkcs7 / 12 signing with python. I looked at various cryptographic packages, but it's not clear if any of them can do this. -- Robin Becker -- https://mail.python.org/mailman/listinfo/python-list