From exarkun at twistedmatrix.com Fri Oct 8 05:27:46 2010 From: exarkun at twistedmatrix.com (exarkun at twistedmatrix.com) Date: Fri, 08 Oct 2010 03:27:46 -0000 Subject: [pyOpenSSL] Announcing pyOpenSSL 0.11a1 Message-ID: <20101008032746.2022.294942148.divmod.xquotient.446@localhost.localdomain> Hello all, I've just uploaded a number of 0.11a1 release files. You can find them on . The focus of 0.11 is Python 3.x support. The entire code base has been updated to be compatible with Python 3.x. As this has been a somewhat significant undertaking (made possible thanks to support from the Python Software Foundation), testing of this alpha release will be particularly helpful in ensuring that no problems have crept in. Even if you're not interested in Python 3.x support yourself, testing on your preferred version of Python 2.x (0.11 will support Python 2.4 through Python 2.7) is useful too - to make sure the 3.x support hasn't caused any problems on 2.x! 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. Please give it a spin and let me know how it goes. Jean-Paul From glyph at twistedmatrix.com Sat Oct 9 01:51:47 2010 From: glyph at twistedmatrix.com (Glyph Lefkowitz) Date: Fri, 8 Oct 2010 19:51:47 -0400 Subject: [pyOpenSSL] Announcing pyOpenSSL 0.11a1 In-Reply-To: <20101008032746.2022.294942148.divmod.xquotient.446@localhost.localdomain> References: <20101008032746.2022.294942148.divmod.xquotient.446@localhost.localdomain> Message-ID: On Oct 7, 2010, at 11:27 PM, exarkun at twistedmatrix.com wrote: > I've just uploaded a number of 0.11a1 release files. You can find them > on . Congrats, this sounds like it's shaping up to be a great release. > Please give it a spin and let me know how it goes. Well, checking out from 'lp:~exarkun/pyopenssl/release-0.11', everything works great. But, if I actually download the release tarball from , 'python.setup.py build' yields this: gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c OpenSSL/crypto/crypto.c -o build/temp.macosx-10.6-universal-2.6/OpenSSL/crypto/crypto.o OpenSSL/crypto/crypto.c:15:20: error: crypto.h: No such file or directory OpenSSL/crypto/crypto.c:16:20: error: pkcs12.h: No such file or directory and the predictable follow-on cascade or errors. I got this on both OS X Snow Leopard and Ubuntu Lucid. -------------- next part -------------- An HTML attachment was scrubbed... URL: From exarkun at twistedmatrix.com Sat Oct 23 22:12:07 2010 From: exarkun at twistedmatrix.com (exarkun at twistedmatrix.com) Date: Sat, 23 Oct 2010 20:12:07 -0000 Subject: [pyOpenSSL] Announcing pyOpenSSL 0.11a2 Message-ID: <20101023201207.1927.239153324.divmod.xquotient.61@localhost.localdomain> Hello all, I've just uploaded a number of 0.11a2 release files. You can find them on . 0.11a2 differs from 0.11a1 in that it fixes a distutils bug which prevented most of the C source files from being included in the source distribution. It also changes certain code which sets dlopen() flags to try to use platform-defined constants if they are available, which may affect proper functioning on OS X. These are two issues are the only that have come up since the 0.11a1 release, so if nothing more is reported, 0.11 final will be the same as 0.11a2 except for the version number. The focus of 0.11 is Python 3.x support. The entire code base has been updated to be compatible with Python 3.x. As this has been a somewhat significant undertaking (made possible thanks to support from the Python Software Foundation), testing of this alpha release will be particularly helpful in ensuring that no problems have crept in. Even if you're not interested in Python 3.x support yourself, testing on your preferred version of Python 2.x (0.11 will support Python 2.4 through Python 2.7) is useful too - to make sure the 3.x support hasn't caused any problems on 2.x! 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. Please give it a spin and let me know how it goes. Jean-Paul From glyph at twistedmatrix.com Sun Oct 24 01:26:12 2010 From: glyph at twistedmatrix.com (Glyph Lefkowitz) Date: Sat, 23 Oct 2010 19:26:12 -0400 Subject: [pyOpenSSL] Announcing pyOpenSSL 0.11a2 In-Reply-To: <20101023201207.1927.239153324.divmod.xquotient.61@localhost.localdomain> References: <20101023201207.1927.239153324.divmod.xquotient.61@localhost.localdomain> Message-ID: <6256D6A7-D201-4CA4-B6EF-B14F19A1CB21@twistedmatrix.com> On Oct 23, 2010, at 4:12 PM, exarkun at twistedmatrix.com wrote: > Please give it a spin and let me know how it goes. Looking good on Snow Leopard. (with the system python and Twisted trunk). From morph at debian.org Mon Oct 25 23:25:18 2010 From: morph at debian.org (Sandro Tosi) Date: Mon, 25 Oct 2010 23:25:18 +0200 Subject: [pyOpenSSL] Announcing pyOpenSSL 0.11a2 In-Reply-To: <20101023201207.1927.239153324.divmod.xquotient.61@localhost.localdomain> References: <20101023201207.1927.239153324.divmod.xquotient.61@localhost.localdomain> Message-ID: Hi, On Sat, Oct 23, 2010 at 22:12, wrote: > Please give it a spin and let me know how it goes. I've updated the Debian package (for python 2.5 and 2.6, no 3.x yet, sorry) and it works fine (I've uploaded to our experimental branch). Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi