aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl_openssl.c
Commit message (Collapse)AuthorAgeLines
* merge in latest trunkSven Moritz Hallberg2008-07-17-4/+19
|\
| * Fixed stalling issue with OpenSSL and Jabber (#368).Wilmer van der Gaast2008-03-23-4/+19
| |
* | minor bugfixesSven Moritz Hallberg2008-07-16-1/+1
| |
* | explicitly initialize ssl in order to avoid gnutls and libotr fighting over ↵Sven Moritz Hallberg2008-02-17-2/+7
|/ | | | the global state of libgcrypt
* Added starttls code to ssl_openssl.c so GnuTLS isn't the only supportedWilmer van der Gaast2006-10-19-40/+77
| | | | | SSL module in this branch anymore.
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+221
protocols/, and adding RC4 code.