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,294
last downloaded 2 weeks ago
download icon pyOpenSSL-0.11-py2.7-win32.egg (md5) Windows binary egg 21,827
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11-py2.6-win32.egg (md5) Windows binary egg 51,833
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11-py2.5-win32.egg (md5) Windows binary egg 23,681
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11-py2.4-win32.egg (md5) Windows binary egg 2,400
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11.winxp32-py3.2.msi (md5) Windows installer 7,643
last downloaded 12 days ago
download icon pyOpenSSL-0.11.winxp32-py2.7.msi (md5) Windows installer 30,841
last downloaded 8 days ago
download icon pyOpenSSL-0.11.winxp32-py2.6.msi (md5) Windows installer 2,698
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.5.msi (md5) Windows installer 1,213
last downloaded 24 hours ago
download icon pyOpenSSL-0.11.winxp32-py3.2.exe (md5) Windows installer 6,958
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.7.exe (md5) Windows installer 22,199
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.6.exe (md5) Windows installer 1,614
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.5.exe (md5) Windows installer 937
last downloaded 13 weeks ago
download icon pyOpenSSL-0.11.winxp32-py2.4.exe (md5) Windows installer 1,397
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11.tar.gz (md5) source tarball 97,684
last downloaded 24 hours ago
Total downloads: 295,219

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 44 weeks ago
download icon pyOpenSSL-0.11a2-py2.4-win32.egg (md5) Windows binary egg 59
last downloaded 41 weeks ago
download icon pyOpenSSL-0.11a2-py2.5-win32.egg (md5) Windows binary egg 50
last downloaded 41 weeks ago
download icon pyOpenSSL-0.11a2-py2.6-win32.egg (md5) Windows binary egg 60
last downloaded 4 days ago
download icon pyOpenSSL-0.11a2-py2.7-win32.egg (md5) Windows binary egg 204
last downloaded 41 weeks ago
download icon pyOpenSSL-0.11a2.winxp32-py2.5.msi (md5) Windows installer 139
last downloaded 40 weeks ago
download icon pyOpenSSL-0.11a2.winxp32-py2.6.msi (md5) Windows installer 144
last downloaded 41 weeks ago
download icon pyOpenSSL-0.11a2.winxp32-py2.7.msi (md5) Windows installer 293
last downloaded 40 weeks ago
Total downloads: 1,533

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 627
last downloaded 5 weeks ago
download icon pyOpenSSL-0.11a1.winxp32-py2.6.msi (md5) Windows installer 177
last downloaded 44 weeks ago
download icon pyOpenSSL-0.11a1.winxp32-py2.5.msi (md5) Windows installer 161
last downloaded 40 weeks ago
download icon pyOpenSSL-0.11a1-py2.7-win32.egg (md5) Windows binary egg 179
last downloaded 18 weeks ago
download icon pyOpenSSL-0.11a1-py2.6-win32.egg (md5) Windows binary egg 82
last downloaded 44 weeks ago
download icon pyOpenSSL-0.11a1-py2.5-win32.egg (md5) Windows binary egg 36
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11a1-py2.4-win32.egg (md5) Windows binary egg 50
last downloaded 4 weeks ago
download icon pyOpenSSL-0.11a1.tar.gz (md5) source tarball 1,047
last downloaded 47 weeks ago
Total downloads: 2,359