| Rev |
Log message |
Author |
Age |
Path |
| 6824 |
updating Makefile to not use recursion |
bear |
2824d 15h 46m |
/trunk/external/m2crypto/Makefile |
| 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 |
2842d 09h 45m |
/trunk/external/m2crypto/Makefile |
| 6401 |
Backing out, forgot SMTP, yet another totally different architecture. |
heikki |
2844d 10h 50m |
/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 |
2845d 02h 56m |
/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 |
2910d 09h 58m |
/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 |
2923d 03h 22m |
/trunk/external/m2crypto/Makefile |
| 5319 |
Upgrading to Python 2.4.1 - requires bumping of most of the external/ packages
bug 2851 |
bear |
2926d 10h 47m |
/trunk/external/m2crypto/Makefile |
| 5230 |
This version of M2Crypto seems to pass tests as well. |
heikki |
2938d 02h 20m |
/trunk/external/m2crypto/Makefile |
| 5224 |
New revision to work swith SWIG 1.3.24. |
heikki |
2938d 03h 41m |
/trunk/external/m2crypto/Makefile |
| 5048 |
Bad newline, bad. |
heikki |
2958d 09h 56m |
/trunk/external/m2crypto/Makefile |
| 5043 |
Work-in-progress to move M2Crypto into external. Builds ok, testing SSL remains to be done before enabling. |
heikki |
2959d 06h 42m |
/trunk/external/m2crypto/Makefile |