pyOpenSSL 0.7

  • Thread starter Jean-Paul Calderone
  • Start date
J

Jean-Paul Calderone

pyOpenSSL is a wrapper around a subset of the OpenSSL API, including support
for X509 certificates, public and private keys, and and SSL connections.

pyOpenSSL 0.7 fixes a number of memory leaks and memory corruption issues. It
also exposes several new OpenSSL APIs to Python:

* SSL_get_shutdown and SSL_set_shutdown exposed as
OpenSSL.SSL.Connection.get_shutdown and
OpenSSL.SSL.Connection.set_shutdown
* SSL_SENT_SHUTDOWN and SSL_RECEIVED_SHUTDOWN exposed
as OpenSSL.SSL.SENT_SHUTDOWN and OpenSSL.SSL.RECEIVED_SHUTDOWN
* X509_verify_cert_error_string exposed as
OpenSSL.crypto.X509_verify_cert_error_string
* X509.get_serial_number and X509.set_serial_number now accept
long integers
* Expose notBefore and notAfter on X509 certificates for
inspection and mutation
* Expose low-level X509Name state with X509Name.get_components
* Expose hashing and DER access on X509Names

pyOpenSSL home page: http://pyopenssl.sourceforge.net/
pyOpenSSL downloads: http://sourceforge.net/project/showfiles.php?group_id=31249

Jean-Paul Calderone
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top