Download project files

How do I verify a download?


0.11 (pyOpenSSL 0.11) release from the main series released

Release information
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:

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".

File Description Downloads
download icon pyOpenSSL-0.11-py3.2-win32.egg (md5) Windows binary egg 22,256
last downloaded 37 weeks ago
download icon pyOpenSSL-0.11-py2.7-win32.egg (md5) Windows binary egg 21,818
last downloaded 42 weeks ago
download icon pyOpenSSL-0.11-py2.6-win32.egg (md5) Windows binary egg 51,829
last downloaded 42 weeks ago
download icon pyOpenSSL-0.11-py2.5-win32.egg (md5) Windows binary egg 23,675
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11-py2.4-win32.egg (md5) Windows binary egg 2,394
last downloaded 42 weeks ago
download icon pyOpenSSL-0.11.winxp32-py3.2.msi (md5) Windows installer 7,610
last downloaded 38 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.7.msi (md5) Windows installer 30,765
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.6.msi (md5) Windows installer 2,685
last downloaded 38 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.5.msi (md5) Windows installer 1,205
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.winxp32-py3.2.exe (md5) Windows installer 3,855
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.7.exe (md5) Windows installer 22,032
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.6.exe (md5) Windows installer 1,605
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.5.exe (md5) Windows installer 930
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.4.exe (md5) Windows installer 1,388
last downloaded 39 weeks ago
download icon pyOpenSSL-0.11.tar.gz (md5) source tarball 97,652
last downloaded 37 weeks ago
Total downloads: 291,699

0.11a2 release from the main series released

Release information
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 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.

File Description Downloads
download icon pyOpenSSL-0.11a2.tar.gz (md5) source tarball 584
last downloaded 54 weeks ago
download icon pyOpenSSL-0.11a2-py2.4-win32.egg (md5) Windows binary egg 59
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a2-py2.5-win32.egg (md5) Windows binary egg 50
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a2-py2.6-win32.egg (md5) Windows binary egg 59
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a2-py2.7-win32.egg (md5) Windows binary egg 204
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a2.winxp32-py2.5.msi (md5) Windows installer 139
last downloaded 50 weeks ago
download icon pyOpenSSL-0.11a2.winxp32-py2.6.msi (md5) Windows installer 144
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a2.winxp32-py2.7.msi (md5) Windows installer 293
last downloaded 51 weeks ago
Total downloads: 1,532

0.11a1 release from the main series released

Release information
Release notes:

pyOpenSSL now supports Python 3.x. Several bugs have been fixed in OpenSSL.crypto. Signatures and signature verification are now supported via OpenSSL.crypto.sign and OpenSSL.crypto.verify.

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".

File Description Downloads
download icon pyOpenSSL-0.11a1.winxp32-py2.7.msi (md5) Windows installer 625
last downloaded 44 weeks ago
download icon pyOpenSSL-0.11a1.winxp32-py2.6.msi (md5) Windows installer 177
last downloaded 54 weeks ago
download icon pyOpenSSL-0.11a1.winxp32-py2.5.msi (md5) Windows installer 161
last downloaded 50 weeks ago
download icon pyOpenSSL-0.11a1-py2.7-win32.egg (md5) Windows binary egg 178
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a1-py2.6-win32.egg (md5) Windows binary egg 82
last downloaded 54 weeks ago
download icon pyOpenSSL-0.11a1-py2.5-win32.egg (md5) Windows binary egg 35
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a1-py2.4-win32.egg (md5) Windows binary egg 49
last downloaded 51 weeks ago
download icon pyOpenSSL-0.11a1.tar.gz (md5) source tarball 1,047
last downloaded 57 weeks ago
Total downloads: 2,354