aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl_openssl.c
Commit message (Collapse)AuthorAgeLines
* 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.