aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl_nss.c
Commit message (Collapse)AuthorAgeLines
* GnuTLS now also needs ssl_pending() implemented. Bug #860.Wilmer van der Gaast2011-11-14-1/+0
|
* Implement ssl_pending() for NSS. This fixes bug #368 which so far onlyWilmer van der Gaast2010-12-19-1/+7
| | | | | affected OpenSSL. Submitted by Ricky Zhou.
* Fix up NSS SSL module.Wilmer van der Gaast2010-11-20-0/+32
|
* First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-3/+9
|\ | | | | | | | | and parts I want to/have to redo (because of ui-fix).
| * merge in latest trunkSven Moritz Hallberg2008-07-17-0/+6
| |\
| * | explicitly initialize ssl in order to avoid gnutls and libotr fighting over ↵Sven Moritz Hallberg2008-02-17-3/+9
| | | | | | | | | | | | the global state of libgcrypt
* | | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-1/+1
| |/ |/| | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL.
* | Fixed stalling issue with OpenSSL and Jabber (#368).Wilmer van der Gaast2008-03-23-0/+6
|/
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+190
protocols/, and adding RC4 code.