From: Arnaud D. <arn...@fr...> - 2006-11-29 22:39:35
|
On Wed, Nov 29, 2006 at 10:28:20PM +0000, Dave Cridland wrote: > 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? No. This is a file format used to import your certificate/private key in your browser for website authentication for instance. -- Arnaud |