summaryrefslogtreecommitdiff
path: root/lib/axtls.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed include: memory.h -> curl_memory.h.Guenter Knauf2010-12-221-1/+1
* axtls_connect: allow connect without peer verificationDaniel Stenberg2010-12-151-1/+1
* axTLS: allow "default" SSL version as wellDaniel Stenberg2010-12-151-1/+6
* axtls.c: cleanupDaniel Stenberg2010-12-151-49/+47
* Minor fixes to pass tests 301 and 306 with a patched axTLS.Eric Hu2010-12-151-16/+26
* Initial axTLS integration. Connections can be made and some tests pass.Eric Hu2010-12-151-14/+362
* Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu2010-12-151-0/+139