summaryrefslogtreecommitdiff
path: root/lib/axtls.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-13/+13
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-7/+59
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+1
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-17/+17
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* 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