| Rev |
Log message |
Author |
Age |
Path |
| 6421 |
Bug 3297, ask trust cert dialog now appears also when using STARTTLS with IMAP
and POP if needed.
Bug 3677, ask trust cert dialog appears again when testing IMAP.
WebDAV/CalDAV remain problematic, but works when certs are known.
The new way of hooking SSL/TLS can be accomplished simply by using
crypto.ssl.connectSSL when one would normally use reactor.connectSSL, and
when using STARTTLS start with crypto.ssl.connectTCP and follow up later
with startTLS as usual. crypto.ssl.connectXXX will hook in all the Chandler
specific stuff and M2Crypto wrapper.
It is now the responsibility of the caller to pop up the ask trust cert dialog,
see for example how the mail code is doing it, in response to
crypto.ssl.CertificateVerificationError exception. |
heikki |
2840d 02h 09m |
/trunk/external/m2crypto/Makefile |
| 6401 |
Backing out, forgot SMTP, yet another totally different architecture. |
heikki |
2842d 03h 13m |
/trunk/external/m2crypto/Makefile |
| 6397 |
Update M2Crypto to latest, updated Twisted wrapper API and other changes. Full build tests will fail until changes in chandler dir can be checked in. |
heikki |
2842d 19h 19m |
/trunk/external/m2crypto/Makefile |
| 5547 |
New M2Crypto let's us use custom SSL verification callback function without crashing. Hairy SWIGGED code reviewed by Robin Dunn. |
heikki |
2908d 02h 22m |
/trunk/external/m2crypto/Makefile |
| 5374 |
Upgrade OpenSSL to version 0.9.7g and M2Crypto to the latest svn version. New M2Crypto can generate random numbers and file names - see BN module. |
heikki |
2920d 19h 46m |
/trunk/external/m2crypto/Makefile |
| 5319 |
Upgrading to Python 2.4.1 - requires bumping of most of the external/ packages
bug 2851 |
bear |
2924d 03h 11m |
/trunk/external/m2crypto/Makefile |
| 5230 |
This version of M2Crypto seems to pass tests as well. |
heikki |
2935d 18h 44m |
/trunk/external/m2crypto/Makefile |
| 5224 |
New revision to work swith SWIG 1.3.24. |
heikki |
2935d 20h 05m |
/trunk/external/m2crypto/Makefile |
| 5048 |
Bad newline, bad. |
heikki |
2956d 02h 20m |
/trunk/external/m2crypto/Makefile |
| 5043 |
Work-in-progress to move M2Crypto into external. Builds ok, testing SSL remains to be done before enabling. |
heikki |
2956d 23h 06m |
/trunk/external/m2crypto/Makefile |