From: Dave C. <da...@cr...> - 2006-11-29 22:28:43
|
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:da...@cr... - xmpp:dw...@ja... - acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/ - http://dave.cridland.net/ Infotrope Polymer - ACAP, IMAP, ESMTP, and Lemonade |