- Added support for poplib, imaplib, and smtplib
- Added python 2.4 windows installer
- Fixed occassional timing problems with test suite
one bugfix:
In 0.3.1, handling of multiple handshake messages per record was broken, causing problems with (e.g.) IIS.
some bugfixes:
- added xmlrpclib integration
- fixed hanging bug in Twisted integration
- fixed win32prng to work on a wider range of win32 sytems
- fixed import problem with cryptoIDlib
- fixed port allocation problem when test scripts are run on some UNIXes
- made tolerant of buggy IE sending wrong version in premaster secret
Better Twisted support, API docs, X.509 path validation, and much tweaking and cleaning.
Support for GMPY, pycrypto, and PEM-encoded OpenSSL private keys.
- Better randomness: will use cryptlib, /dev/random, or cryptoAPI, if available.
- RSA blinding to prevent timing attacks.
- doesn't try to install M2Crypto locally, since that wasn't really working.