aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl_gnutls.c
Commit message (Collapse)AuthorAgeLines
* Added support for SSL- and TLS-connections. Checking of the "tls" userWilmer van der Gaast2006-09-24-15/+30
| | | | | | setting has to be finished, plus an ssl_starttls() function for the other SSL libraries (this code will only compile with GnuTLS for now).
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+206
protocols/, and adding RC4 code.