From heikki at OSAFOUNDATION.ORG Wed Jul 5 23:30:18 2006 From: heikki at OSAFOUNDATION.ORG (Heikki Toivonen) Date: Wed, 5 Jul 2006 14:30:18 -0700 Subject: [PYTHON-CRYPTO] ANN: M2Crypto 0.16 Message-ID: <44AC2F6A.2080806@osafoundation.org> I am happy to announce the M2Crypto 0.16 release. Highlights: - All known memory leaks fixed - All known regressions fixed - Added --openssl option to setup.py which can be used to specify where OpenSSL is installed, by Matt Rodriguez - ECDSA signatures and ECDH key agreement, requires OpenSSL 0.9.8+, by Arno Bakker - Added sha224, sha256, sha384 and sha512, by Larry Bugbee - Added serialNumber, SN, surname, GN and givenName fields to X509_Name, by Martin Paljak - And various other improvements and bugfixes, see CHANGES file Requirements: * Python 2.3 or newer * OpenSSL 0.9.7 or newer o Some optional new features will require OpenSSL 0.9.8 or newer * SWIG 1.3.24 or newer Get it while it's hot from M2Crypto homepage: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto -- Heikki Toivonen -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From schaffer at OPTONLINE.NET Sat Jul 8 21:18:07 2006 From: schaffer at OPTONLINE.NET (Les Schaffer) Date: Sat, 8 Jul 2006 15:18:07 -0400 Subject: [PYTHON-CRYPTO] GPG.py adapted to use subprocess, for Windows? Message-ID: Hi: Does anyone know if the GPG.py module http://trac.t7a.org/isconf/browser/trunk/lib/python/isconf/GPG.py has been updated to use the subprocess module from python 2.4. My web searches find only the original GPG module that requires a fork() -- according to my quick tests anyway. i was about to adapt this to use subprocess, for Windows, but thought i would ask here first. looks like i can use the subprocess module straight instead of the PopenHI, except for the complication that PopenHI provides *4* pipes to the subprocess ... thanks les schaffer