From: Martin <md...@md...> - 2002-09-10 07:56:13
|
Since there has been quite a few fixes since 0.5.1rc1, I thought it best to err on the safe side, so here's RC2 :) Again, it would be very nice if you guys could have a look at it and tell me what's broken so I can fix it. Get it from CVS (:pserver:ano...@cv...:/u/cvs/pyopenssl) or the tarball here: http://www.strakt.com/~martin/pyOpenSSL-0.5.1rc2.tar.gz Some of the changes since RC1: * Explicit type checks in crypto.dump_* and many other places (thanks Iko!) * Fixed includes for AIX (I hope? I have no AIX to test on :) * Added SecureXMLRPCServer example (thanks Michal!) * Fix sendall() method. It segfaulted because it was too generous about giving away the GIL. * Fixed build requirements for rpms. Thanks, Martin |