dktc added the comment:
=== removed last message because it exposes email address ===
> a new pyopenssl release should natively support pypy (without cpyext,
> using cffi instead). You can try pyopenssl trunk
Is there a way to install pyopenssl trunk through pip command line? Looks like
it wa
On Tue, May 21, 2013 at 2:20 PM, dktc wrote:
>
> dktc 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 meant
dktc 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
Armin Rigo added the comment:
This is not in pypy's _ssl module, as far as I can tell. This is in PyOpenSSL's
source code. I believe that another answer is: the latest released version of
PyOpenSSL is not really usable with PyPy, but the trunk of PyOpenSSL is, and
comes with cffi bindings.
--
Amaury Forgeot d Arc added the comment:
The function SSL_set_SSL_CTX appeared somewhere "between 0.9.8n and 1.0.0",
Which version of ssl is your system using?
CPython has conditional code to cope with older version of openssl (search for
HAVE_SNI in _ssl.c),
pypy should probably do the same.
New submission from dktc :
Any idea what could be wrong / how to fix this?
(pypy-2.0.1)[root@localhost bin]# pip install pyopenssl
.
cc -O2 -fPIC -Wimplicit -I/opt/pypy-2.0.1/include -c OpenSSL/ssl/connection.c
-o build/tem