[pyOpenSSL] PKCS12 patch

Dave Cridland dave at cridland.net
Wed Nov 29 23:28:20 CET 2006


On Wed Nov 29 22:04:01 2006, Arnaud Desmons wrote:
> p12 = crypto.PKCS12()
> p12.set_privatekey(pkey)
> p12.set_certificate(cert)
> open("test.p12", "w").write(crypto.dump_pkcs12(p12, 
> "my_passphrase"))
> 
> 
> This patch is available here :
> http://arnaud.desmons.free.fr/pyOpenSSL-0.6-pkcs12.patch

I'll take a look - PKCS12 is the stuff used in S/MIME, isn't it?

Dave.
-- 
Dave Cridland - mailto:dave at cridland.net - xmpp:dwd at jabber.org
  - acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/
  - http://dave.cridland.net/
Infotrope Polymer - ACAP, IMAP, ESMTP, and Lemonade




More information about the pyopenssl-users mailing list