[pyOpenSSL] pyOpenSSL 0.12 released

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Tue Apr 12 05:42:23 CEST 2011


Exciting news everyone,

I have just released pyOpenSSL 0.12.  pyOpenSSL provides Python bindings
to a number of OpenSSL APIs, including certificates, public and private
keys, and of course running TLS (SSL) over sockets or arbitrary in-
memory buffiers.

This release fixes an incompatibility with Python 2.7 involving
memoryviews.  It also exposes the "info callback" constants used to
report progress of the TLS handshake and later steps of SSL connections.
Perhaps most interestingly, it also adds support for inspecting
arbitrary X509 extensions.

http://python.org/pypi/pyOpenSSL - check it out.

Jean-Paul




More information about the pyopenssl-users mailing list