From exarkun at twistedmatrix.com Mon Nov 1 23:43:23 2010 From: exarkun at twistedmatrix.com (exarkun at twistedmatrix.com) Date: Mon, 01 Nov 2010 22:43:23 -0000 Subject: [pyOpenSSL] [ANN] pyOpenSSL 0.11 released Message-ID: <20101101224323.2040.732989284.divmod.xquotient.500@localhost.localdomain> Hello all, I'm happy to announce the release of pyOpenSSL 0.11. The primary change from the last release is that Python 3.2 is now supported. Python 2.4 through Python 2.7 are still supported as well. This release also fixes a handful of bugs in error handling code. It also adds APIs for generating and verifying cryptographic signatures and it improves the test suite to cover nearly 80% of the implementation. Downloads and more details about the release can be found on the release page: https://launchpad.net/pyopenssl/main/0.11 Enjoy, Jean-Paul From glyph at twistedmatrix.com Tue Nov 2 02:15:22 2010 From: glyph at twistedmatrix.com (Glyph Lefkowitz) Date: Mon, 1 Nov 2010 21:15:22 -0400 Subject: [pyOpenSSL] [ANN] pyOpenSSL 0.11 released In-Reply-To: <20101101224323.2040.732989284.divmod.xquotient.500@localhost.localdomain> References: <20101101224323.2040.732989284.divmod.xquotient.500@localhost.localdomain> Message-ID: On Nov 1, 2010, at 6:43 PM, exarkun at twistedmatrix.com wrote: > I'm happy to announce the release of pyOpenSSL 0.11. Congratulations, JP! It's great to see this effort coming together. -------------- next part -------------- An HTML attachment was scrubbed... URL: From morph at debian.org Thu Nov 4 23:09:48 2010 From: morph at debian.org (Sandro Tosi) Date: Thu, 4 Nov 2010 23:09:48 +0100 Subject: [pyOpenSSL] [ANN] pyOpenSSL 0.11 released In-Reply-To: <20101101224323.2040.732989284.divmod.xquotient.500@localhost.localdomain> References: <20101101224323.2040.732989284.divmod.xquotient.500@localhost.localdomain> Message-ID: Hi Jean-Paul, On Mon, Nov 1, 2010 at 23:43, wrote: > Hello all, > > I'm happy to announce the release of pyOpenSSL 0.11. ?The primary change > from the last release is that Python 3.2 is now supported. ?Python 2.4 > through Python 2.7 are still supported as well. ?This release also fixes > a handful of bugs in error handling code. ?It also adds APIs for > generating and verifying cryptographic signatures and it improves the > test suite to cover nearly 80% of the implementation. when upgrading the Debian package, I see this test failure: running OpenSSL/test/test_ssl.py for python2.5 ... ...................................................E............................. ====================================================================== ERROR: test_set_default_verify_paths (__main__.ContextTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "OpenSSL/test/test_ssl.py", line 565, in test_set_default_verify_paths clientSSL.do_handshake() Error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')] ---------------------------------------------------------------------- Ran 81 tests in 5.687s FAILED (errors=1) same error in 2.6 . The build and test were done in a clean chroot. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi