From secureboot at gmail.com Wed Aug 1 19:30:47 2007 From: secureboot at gmail.com (Luke) Date: Wed, 01 Aug 2007 13:30:47 -0400 Subject: [pyOpenSSL] using public key in a pem certificate Message-ID: <46B0C347.2050807@gmail.com> Using pyopenssl, is there any way to use the public key found in a pem formatted certificate? I see ways to load private keys from pem certificates, but is there any way to load and use a public key? From makkalot at gmail.com Mon Aug 20 14:16:52 2007 From: makkalot at gmail.com (xor exor) Date: Mon, 20 Aug 2007 15:16:52 +0300 Subject: [pyOpenSSL] About pyopenssl Message-ID: Hi that module is not finished yet isnt it?Bacause the c version of ssl has more functions than that python one. Do you know a more updated version, or is it easy to extend it with C ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at cridland.net Mon Aug 20 15:03:17 2007 From: dave at cridland.net (Dave Cridland) Date: Mon, 20 Aug 2007 14:03:17 +0100 Subject: [pyOpenSSL] About pyopenssl In-Reply-To: References: Message-ID: <12462.1187614997.385972@peirce.dave.cridland.net> On Mon Aug 20 13:16:52 2007, xor exor wrote: > Hi that module is not finished yet isnt it?Bacause the c version of > ssl has > more functions than that python one. Do you know a more updated > version, or > is it easy to extend it with C ? I have an updated fork at http://svn.dave.cridland.net/svn/projects/pyopenssl/dwd/ that has substantial additions. Which parts of the C API were you missing? 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 From makkalot at gmail.com Mon Aug 20 15:47:29 2007 From: makkalot at gmail.com (xor exor) Date: Mon, 20 Aug 2007 16:47:29 +0300 Subject: [pyOpenSSL] About pyopenssl In-Reply-To: <12462.1187614997.385972@peirce.dave.cridland.net> References: <12462.1187614997.385972@peirce.dave.cridland.net> Message-ID: Do you plan to add these ones to pyopenssl? I need the ones for signature verification with cert/pubkeys? My software will recieve some signatures with certificates and public keys. Therefore i need to verify them. If your edition doesnt have them im going to write them if it is not a very difficult job ofcourse :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at cridland.net Mon Aug 20 17:15:49 2007 From: dave at cridland.net (Dave Cridland) Date: Mon, 20 Aug 2007 16:15:49 +0100 Subject: [pyOpenSSL] About pyopenssl In-Reply-To: References: <12462.1187614997.385972@peirce.dave.cridland.net> Message-ID: <12462.1187622949.980607@peirce.dave.cridland.net> On Mon Aug 20 14:47:29 2007, xor exor wrote: > Do you plan to add these ones to pyopenssl? I need the ones for > signature > verification with cert/pubkeys? My software will recieve some > signatures > with certificates and public keys. Therefore i need to verify them. If you show me the C API calls you need, I'll see if they're actually in place. If they aren't, I can probably add them, or at least suggest how to. 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 From glyph at divmod.com Mon Aug 20 23:45:31 2007 From: glyph at divmod.com (glyph at divmod.com) Date: Mon, 20 Aug 2007 21:45:31 -0000 Subject: [pyOpenSSL] About pyopenssl In-Reply-To: <12462.1187622949.980607@peirce.dave.cridland.net> References: <12462.1187614997.385972@peirce.dave.cridland.net> <12462.1187622949.980607@peirce.dave.cridland.net> Message-ID: <20070820214531.21185.54975272.divmod.xquotient.1302@joule.divmod.com> On 03:15 pm, dave at cridland.net wrote: >On Mon Aug 20 14:47:29 2007, xor exor wrote: >>Do you plan to add these ones to pyopenssl? I need the ones for >>signature >>verification with cert/pubkeys? My software will recieve some >>signatures >>with certificates and public keys. Therefore i need to verify them. > >If you show me the C API calls you need, I'll see if they're actually >in place. If they aren't, I can probably add them, or at least >suggest how to. > >Dave. Just wanted to reiterate my support here for your fork. Are you ready to become "the" pyopenssl, since the maintainer is completely AWOL and Twisted et. al. would be ready to point to it instead? Have you talked to the Debian or Ubuntu guys about it? From makkalot at gmail.com Fri Aug 24 13:33:22 2007 From: makkalot at gmail.com (xor exor) Date: Fri, 24 Aug 2007 14:33:22 +0300 Subject: [pyOpenSSL] About pyopenssl In-Reply-To: References: <12462.1187614997.385972@peirce.dave.cridland.net> <12462.1187622949.980607@peirce.dave.cridland.net> <20070820214531.21185.54975272.divmod.xquotient.1302@joule.divmod.com> Message-ID: On 03:15 pm, dave at cridland.net wrote: > > > > >If you show me the C API calls you need, I'll see if they're actually > > >in place. If they aren't, I can probably add them, or at least > > >suggest how to. > > > > > >Dave. > > Hi again i need the functions related with pkcs7 documents,i need them for: - sign pkcs7 documents with certificates - verify pkcs7 documents - decrypt pkcs 7 docs - control if the document i recieve is a valid pkcs7 - extract the certificate(s),public keys from pkcs7 documents - control of the certificate chains -the trust of chain - some asn functions to parse the docs If you have some of them or help me to write them i will be appreciated. I have experience with C programming language but didnt write anything for a long time. You may send me a format to obey when i write new functions which also will be very helpful. Bye have a nice day ! -------------- next part -------------- An HTML attachment was scrubbed... URL: