On Tue, May 21, 2013 at 2:20 PM, dktc <[email protected]> wrote: > > dktc <[email protected]> added the comment: > > Here is what I have - > > [root@localhost ~]# openssl version > OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 > > I agree it would be good if PyPy could conditionally/automagically support > older SSL versions. > > In the meantime, which older PyOpenSSL version should be compatible on CentOS > 5? >
a new pyopenssl release should natively support pypy (without cpyext, using cffi instead). You can try pyopenssl trunk _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
