aboutsummaryrefslogtreecommitdiff
path: root/lib/polarssl.c
AgeCommit message (Expand)Author
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-08SSL: Several SSL-backend related fixesOscar Koeroo
2012-06-14Fix bad failf() and info() usageYang Tse
2012-04-06PolarSSL: correct return code for CRL matchesDaniel Stenberg
2012-04-06PolarSSL: include version number in version stringDaniel Stenberg
2012-04-05PolarSSL: add support for asynchronous connectDag Ekengren
2012-01-18polarssl: show cipher suite name correctly with 1.1.0Daniel Stenberg
2012-01-18polarssl: show error code correctlyDaniel Stenberg
2012-01-18polarssl: havege_rand is not present in version 1.1.0Daniel Stenberg
2011-09-13codestyle: minor whitespace fixDaniel Stenberg
2011-09-13polarssl: build with PolarSSL-1.0.0Jeff Pohlmeyer
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-02-18PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alertHoi-Ho Chan
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-11-08fix compiler warningYang Tse
2010-05-13Remove support for BSD version of PolarSSLHoi-Ho Chan
2010-05-11sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-05-05PolarSSL: initial support addedHoi-Ho Chan