pyOpenSSL 0.9 released
[Posted April 28, 2009 by cook]
| From: |
| Jean-Paul Calderone <exarkun-AT-divmod.com> |
| To: |
| python-list-AT-python.org, python-announce-AT-python.org,
pyopenssl-list-AT-lists.sourceforge.net |
| Subject: |
| [ANN] pyOpenSSL 0.9 |
| Date: |
| Tue, 28 Apr 2009 08:28:37 -0400 |
| Message-ID: |
| <20090428122837.24697.1129485049.divmod.quotient.12755@henry.divmod.com> |
| Archive-link: |
| Article, Thread
|
I'm happy to announce the release of pyOpenSSL 0.9. This release includes
several new features and a very important bug fix:
* APIs have been introduced to get and set the version of an X509 request
* Contexts now support loading CA certificates for verification from a
specified directory or from the platform's default certificate store
* DTLS-related constants, OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and
OP_NO_TICKET are now exposed
* X509Extension now has the `get_short_name“ method for retrieving the
short form of the extension type
* It is now possible to create extensions which use any of the three
possible OpenSSL implementation approaches
* FILETYPE_TEXT can be used to dump keys, certificate, and CSRs in text
format
* Various compiler warnings have been fixed
* A bug triggered by almost all uses of pyOpenSSL from multiple threads
and leading to a crash has been fixed
Many thanks to numerous people who contributed patches to this release.
You can find pyOpenSSL 0.9 in the downloads area of the SourceForge project
page:
https://sourceforge.net/project/showfiles.php?group_id=31249
Please use Launchpad to file any bug reports:
https://bugs.launchpad.net/pyopenssl
Jean-Paul Calderone
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)