From: Mihai I. <mi...@re...> - 2002-08-16 18:09:53
|
On 15 Aug 2002, Martin Sj=F6gren wrote: > I forgot to mention this in the announcement mail. We've set up a > pserver for anonymous (readonly) access to the pyOpenSSL CVS, generousl= y > hosted by Strakt. >=20 > The CVSROOT is :pserver:ano...@cv...:/u/cvs/pyopenssl, the > module is pyOpenSSL. >=20 > 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=20 src/crypto/x509req.c PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c I know, 1.5.2 is old :-) Misa |