pyOpenSSL 0.11 "pyOpenSSL 0.11"

Milestone information

Project:
pyOpenSSL
Series:
main
Version:
0.11
Code name:
pyOpenSSL 0.11
Released:
 
Registrant:
Jean-Paul Calderone
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
3 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon pyOpenSSL-0.11-py3.2-win32.egg (md5) Windows binary egg 22,297
last downloaded 3 days ago
download icon pyOpenSSL-0.11-py2.7-win32.egg (md5) Windows binary egg 21,827
last downloaded 7 weeks ago
download icon pyOpenSSL-0.11-py2.6-win32.egg (md5) Windows binary egg 51,835
last downloaded 4 days ago
download icon pyOpenSSL-0.11-py2.5-win32.egg (md5) Windows binary egg 23,681
last downloaded 7 weeks ago
download icon pyOpenSSL-0.11-py2.4-win32.egg (md5) Windows binary egg 2,402
last downloaded 4 days ago
download icon pyOpenSSL-0.11.winxp32-py3.2.msi (md5) Windows installer 7,644
last downloaded today
download icon pyOpenSSL-0.11.winxp32-py2.7.msi (md5) Windows installer 30,843
last downloaded 4 days ago
download icon pyOpenSSL-0.11.winxp32-py2.6.msi (md5) Windows installer 2,698
last downloaded 7 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.5.msi (md5) Windows installer 1,214
last downloaded 4 days ago
download icon pyOpenSSL-0.11.winxp32-py3.2.exe (md5) Windows installer 6,958
last downloaded 7 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.7.exe (md5) Windows installer 22,199
last downloaded 7 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.6.exe (md5) Windows installer 1,614
last downloaded 7 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.5.exe (md5) Windows installer 939
last downloaded 4 days ago
download icon pyOpenSSL-0.11.winxp32-py2.4.exe (md5) Windows installer 1,398
last downloaded 4 days ago
download icon pyOpenSSL-0.11.tar.gz (md5) source tarball 97,686
last downloaded 4 days ago
Total downloads: 295,235

Release notes 

The focus of 0.11 is Python 3.x support. The entire code base has been
updated to be compatible with Python 3.x. This somewhat significant
undertaking has been made possible by support from the Python Software
Foundation.

Aside from 3.x support, this release also brings basic signature and
signature verification support, contributed by James Yonan, based on
Dave Cridland's code.

Several bugs, mainly in code for the error handling cases, in X509,
X509Req, NetscapeSPKI, and Context have also been fixed.

In the quest for full test coverage, this release also raises the
percent of lines executed by the test suite to 79.8% from about 62.5%
for the last release.

Changelog 

View the full changelog

2010-10-07 Jean-Paul Calderone <email address hidden>

        * Initial support for Python 3.x throughout the codebase.

2010-09-14 Jean-Paul Calderone <email address hidden>

        * OpenSSL/crypto/netscape_spki.c: Fix an off-by-one mistake in the
          error handling for NetscapeSPKI.verify. Add additional error
          checking to NetscapeSPKI.sign to handle the case where there is no
          private key.

        * OpenSSL/crypto/x509.c: Fix an overflow bug in the subject_name_hash
          method of the X509 type which would cause it to return negative
          values on 32 bit systems.

        * OpenSSL/crypto/x509req.c: Fix an off-by-one mistake in the error
          handling for X509Req.verify.

        * OpenSSL/ssl/context.c: Fix the error handling in the load_tmp_dh
          method of the Context type which would cause it to always raise
          MemoryError, regardless of the actual error (such as a bad file
          name).

        * OpenSSL/test/: Numerous unit tests added, both for above fixes
          and for other previously untested code paths.

2010-07-27 Jean-Paul Calderone <email address hidden>

        * Re-arrange the repository so that the package can be built and
          used in-place without requiring installation.

2010-02-27 James Yonan <email address hidden>

        * src/crypto/crypto.c: Added crypto.sign and crypto.verify methods
          that wrap EVP_Sign and EVP_Verify function families, using code
          derived from Dave Cridland's PyOpenSSL branch.

        * test/test_crypto.py: Added unit tests for crypto.sign and
          crypto.verify.

2010-01-27 Jean-Paul Calderone <email address hidden>

        * src/ssl/connection.c, src/util.h: Apply patch from Sandro Tosi to
          fix misspellings of "compatibility".

0 blueprints and 3 bugs targeted

Bug report Importance Assignee Status
477521 #477521 Add tests for Context.add_extra_chain_cert which actually verify it functions properly 4 Medium   10 Fix Released
513462 #513462 Spelling error: compatability/compatibility 1 Undecided   10 Fix Released
525993 #525993 OpenSSL.test.test_ssl.ContextTests.test_load_verify_* tests error on NetBSD-5.0 1 Undecided   10 Fix Released
This milestone contains Public information
Everyone can see this information.