From martin at strakt.com Thu Aug 15 23:23:18 2002 From: martin at strakt.com (Martin =?iso-8859-1?Q?Sj=F6gren?=) Date: Thu, 15 Aug 2002 23:23:18 +0200 Subject: [pyOpenSSL] pyOpenSSL 0.5 released Message-ID: <20020815212318.GA2158@strakt.com> I'm happy to announce that pyOpenSSL 0.5 has been released. It includes many bug fixes and a lot of new functionality. Mainly thanks to numerous contributions from an (apparently!) growing user base. Thank you everyone! The goodies include: * X509Extensions * PKCS7 * Better support for RPM building * More example code * It works with Python 1.5 (for what it's worth ;)) Grab the release from http://sf.net/project/showfiles.php?group_id=31249&release_id=105405 Regards, Martin Sj?gren -- Martin Sj?gren martin at strakt.com ICQ : 41245059 Phone: +46 (0)31 7710870 Cell: +46 (0)739 169191 GPG key: http://www.strakt.com/~martin/gpg.html From dave at immunitysec.com Thu Aug 15 23:36:05 2002 From: dave at immunitysec.com (Dave Aitel) Date: 15 Aug 2002 17:36:05 -0400 Subject: [pyOpenSSL] pyOpenSSL 0.5 released In-Reply-To: <20020815212318.GA2158@strakt.com> References: <20020815212318.GA2158@strakt.com> Message-ID: <1029447365.416.39.camel@localhost.localdomain> Yay!!! My project, a fully featured SSL MITM Proxy (www.immunitysec.com/spike.html) works well with the version I've been using. I'll update that right now and see. :> Has anyone distributed a binary of this module for windows users? -dave On Thu, 2002-08-15 at 17:23, Martin Sj?gren wrote: > I'm happy to announce that pyOpenSSL 0.5 has been released. It includes > many bug fixes and a lot of new functionality. Mainly thanks to numerous > contributions from an (apparently!) growing user base. Thank you everyone! > > The goodies include: > * X509Extensions > * PKCS7 > * Better support for RPM building > * More example code > * It works with Python 1.5 (for what it's worth ;)) > > Grab the release from > http://sf.net/project/showfiles.php?group_id=31249&release_id=105405 > > > Regards, > Martin Sj?gren > > -- > Martin Sj?gren > martin at strakt.com ICQ : 41245059 > Phone: +46 (0)31 7710870 Cell: +46 (0)739 169191 > GPG key: http://www.strakt.com/~martin/gpg.html > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > pyopenssl-list mailing list > pyopenssl-list at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pyopenssl-list > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 232 bytes Desc: This is a digitally signed message part URL: From md9ms at mdstud.chalmers.se Thu Aug 15 23:54:22 2002 From: md9ms at mdstud.chalmers.se (Martin =?ISO-8859-1?Q?Sj=F6gren?=) Date: 15 Aug 2002 23:54:22 +0200 Subject: [pyOpenSSL] CVS Access Message-ID: <1029448462.633.7.camel@winterfell> I forgot to mention this in the announcement mail. We've set up a pserver for anonymous (readonly) access to the pyOpenSSL CVS, generously hosted by Strakt. The CVSROOT is :pserver:anonymous at cvs.strakt.com:/u/cvs/pyopenssl, the module is pyOpenSSL. Happy hacking, and send lots of patches ;) Martin From misa at redhat.com Fri Aug 16 20:09:45 2002 From: misa at redhat.com (Mihai Ibanescu) Date: Fri, 16 Aug 2002 14:09:45 -0400 (EDT) Subject: [pyOpenSSL] CVS Access In-Reply-To: <1029448462.633.7.camel@winterfell> Message-ID: On 15 Aug 2002, Martin Sj?gren wrote: > I forgot to mention this in the announcement mail. We've set up a > pserver for anonymous (readonly) access to the pyOpenSSL CVS, generously > hosted by Strakt. > > The CVSROOT is :pserver:anonymous at cvs.strakt.com:/u/cvs/pyopenssl, the > module is pyOpenSSL. > > Happy hacking, and send lots of patches ;) It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: PySequence_Fast (can be worked around with PySequence_Tuple) - in src/crypto/x509req.c PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c I know, 1.5.2 is old :-) Misa From md9ms at mdstud.chalmers.se Fri Aug 16 22:21:12 2002 From: md9ms at mdstud.chalmers.se (Martin =?ISO-8859-1?Q?Sj=F6gren?=) Date: 16 Aug 2002 22:21:12 +0200 Subject: [pyOpenSSL] CVS Access In-Reply-To: References: Message-ID: <1029529272.595.3.camel@winterfell> fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: > > PySequence_Fast (can be worked around with PySequence_Tuple) - in > src/crypto/x509req.c > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > I know, 1.5.2 is old :-) I *meant* to support 1.5. And I noticed this too, but too late. It's fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release ;) This is a case of bad testing, and is really a wake-up call that I should do an RC before a real release next time ;) Regards, Martin From misa at redhat.com Fri Aug 16 22:43:57 2002 From: misa at redhat.com (Mihai Ibanescu) Date: Fri, 16 Aug 2002 16:43:57 -0400 (EDT) Subject: [pyOpenSSL] CVS Access In-Reply-To: <1029529272.595.3.camel@winterfell> Message-ID: On 16 Aug 2002, Martin Sj?gren wrote: > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: > > > > PySequence_Fast (can be worked around with PySequence_Tuple) - in > > src/crypto/x509req.c > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > > > I know, 1.5.2 is old :-) > > I *meant* to support 1.5. And I noticed this too, but too late. It's > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release > ;) > > This is a case of bad testing, and is really a wake-up call that I > should do an RC before a real release next time ;) I'd be happy to QA the CVS version. Probably next week. Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. Misa From md9ms at mdstud.chalmers.se Sat Aug 17 10:06:38 2002 From: md9ms at mdstud.chalmers.se (Martin =?ISO-8859-1?Q?Sj=F6gren?=) Date: 17 Aug 2002 10:06:38 +0200 Subject: [pyOpenSSL] CVS Access In-Reply-To: References: Message-ID: <1029571598.597.12.camel@winterfell> fre 2002-08-16 klockan 22.43 skrev Mihai Ibanescu: > On 16 Aug 2002, Martin Sj?gren wrote: > > > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: > > > > > > PySequence_Fast (can be worked around with PySequence_Tuple) - in > > > src/crypto/x509req.c > > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > > > > > I know, 1.5.2 is old :-) > > > > I *meant* to support 1.5. And I noticed this too, but too late. It's > > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release > > ;) > > > > This is a case of bad testing, and is really a wake-up call that I > > should do an RC before a real release next time ;) > > I'd be happy to QA the CVS version. Probably next week. > Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. Thanks for the offer! If you can QA it next week, "after that" is the best estimate I can give right now ;) I've got a patch for PKCS12 support from Mark Welch that didn't make it into 0.5 that I want to put in 0.5.1 too, so I will try to do that asap. Hmm, if I can release it next weekend, that'd be good, it's kinda sloppy to have a broken version out for too long. :/ Seeing as the freshmen come to the university on Monday, my next two weeks will probably be spent in a happy beer-haze *cough* but I will try to get *some* work done :) Regards, Martin From misa at redhat.com Fri Aug 23 16:05:30 2002 From: misa at redhat.com (Mihai Ibanescu) Date: Fri, 23 Aug 2002 10:05:30 -0400 (EDT) Subject: [pyOpenSSL] CVS Access In-Reply-To: <1029571598.597.12.camel@winterfell> Message-ID: On 17 Aug 2002, Martin Sj?gren wrote: > fre 2002-08-16 klockan 22.43 skrev Mihai Ibanescu: > > On 16 Aug 2002, Martin Sj??gren wrote: > > > > > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: > > > > > > > > PySequence_Fast (can be worked around with PySequence_Tuple) - in > > > > src/crypto/x509req.c > > > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > > > > > > > I know, 1.5.2 is old :-) > > > > > > I *meant* to support 1.5. And I noticed this too, but too late. It's > > > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release > > > ;) > > > > > > This is a case of bad testing, and is really a wake-up call that I > > > should do an RC before a real release next time ;) > > > > I'd be happy to QA the CVS version. Probably next week. > > Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. > > Thanks for the offer! > > If you can QA it next week, "after that" is the best estimate I can give > right now ;) I've got a patch for PKCS12 support from Mark Welch that > didn't make it into 0.5 that I want to put in 0.5.1 too, so I will try > to do that asap. Hmm, if I can release it next weekend, that'd be good, > it's kinda sloppy to have a broken version out for too long. :/ > > Seeing as the freshmen come to the university on Monday, my next two > weeks will probably be spent in a happy beer-haze *cough* but I will try > to get *some* work done :) Yesterday's CVS snapshot works fine on 1.5.2, AFAICT. Thanks, Misa From md9ms at mdstud.chalmers.se Sun Aug 25 12:04:43 2002 From: md9ms at mdstud.chalmers.se (Martin =?ISO-8859-1?Q?Sj=F6gren?=) Date: 25 Aug 2002 12:04:43 +0200 Subject: [pyOpenSSL] 0.5.1 RC 1 Message-ID: <1030269883.581.7.camel@winterfell> Taking the advice of people smarter than me, I've decided to do an RC before releasing 0.5.1 ;) I would really appreciate it if people had a look at it, poked it, et.c. so we can find any stupid mistakes before I make the actual release. You can check the CVS or you can get a tarball here: http://www.strakt.com/~martin/pyOpenSSL-0.5.1rc1.tar.gz. Thanks! Regards, Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Detta ?r en digitalt signerad meddelandedel URL: