From: <ex...@tw...> - 2011-04-07 23:23:06
|
Hello all, I'm working on a new pyOpenSSL release. There are various sorts of pyOpenSSL 0.12a1 packages at <http://twistedmatrix.com/~exarkun/pyopenssl/>, and it would be great to get some testing of these before I make a final release of 0.12. This is a small bugfix and feature release. The near complete changelog is: 2011-04-06 Jean-Paul Calderone <ex...@tw...> * OpenSSL/crypto/x509.c: Add get_extension_count and get_extension to the X509 type, allowing read access to certificate extensions. * OpenSSL/crypto/x509ext.c: Add get_short_name and get_data to the X509Extension type, allowing read access to the contents of an extension. 2011-03-21 Olivier Hervieu <lp:~ohe> * OpenSSL/ssl/ssl.c: Expose a number of symbolic constants for values passed to the connection "info" callback. 2011-01-22 Jean-Paul Calderone <ex...@tw...> * OpenSSL/ssl/connection.py: Add support for new-style buffers (primarily memoryviews) to Connection.send and Connection.sendall. Also, as a reminder, there is now a pyOpenSSL list hosted on Launchpad. At some point I will stop sending announcements to this sourceforge list. :) Thanks, Jean-Paul |