Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > [ANN] pyOpenSSL 0.10

Reply
Thread Tools

[ANN] pyOpenSSL 0.10

 
 
exarkun@twistedmatrix.com
Guest
Posts: n/a
 
      11-13-2009
I'm happy to announce the release of pyOpenSSL 0.10.

pyOpenSSL 0.10 exposes several more OpenSSL APIs, including support for
running TLS connections over in-memory BIOs, access to the OpenSSL
random number generator, the ability to pass subject and issuer
parameters when creating an X509Extension instance, more control over
PKCS12 creation and an API for exporting PKCS12 objects, and APIs for
controlling the client CA list servers send to clients.

Several bugs have also been fixed, including a crash when certain
X509Extension instances are deallocated, a mis-handling of the OpenSSL
error queue in the X509Name implementation, Windows build issues, and a
possible double free when using a debug build.

The style of the docstrings for APIs implemented in C has also been
changed throughout the project to be more useful to Python programmers.
Extension type objects can also now be used to instantiate those types.

Many thanks to numerous people who contributed patches to this release.

You can find pyOpenSSL 0.10 on the Python Package Index:

http://pypi.python.org/pypi/pyOpenSSL/0.10

You can now also find the pyOpenSSL documentation there:

http://packages.python.org/pyOpenSSL/

As part of the ongoing transition away from SourceForge, I won't be
uploading the release or the documentation to SourceForge. Please
continue to use the pyOpenSSL Launchpad page for bug reports:

https://launchpad.net/pyopenssl

Enjoy!

Jean-Paul Calderone
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[twisted] PyOpenSSL and PyCrypto are outdated! Mike Meng Python 2 06-05-2006 11:57 PM
Anyone know how to do this in pyOpenSSL Scott Chapman Python 0 08-30-2005 02:06 PM
pyOpenSSL and Python 2.4? or alternatives... Ola Natvig Python 0 12-02-2004 09:45 AM
pyOpenSSL + windows Ruslan Spivak Python 0 09-04-2003 11:20 AM
Problem with pyOpenSSL and Python2.3c Stephen C. Waterbury Python 1 07-25-2003 08:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57