summaryrefslogtreecommitdiff
path: root/lib/polarssl.c
Commit message (Expand)AuthorAgeFilesLines
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-0/+20
* Fix bad failf() and info() usageYang Tse2012-06-141-2/+3
* PolarSSL: correct return code for CRL matchesDaniel Stenberg2012-04-061-1/+3
* PolarSSL: include version number in version stringDaniel Stenberg2012-04-061-1/+3
* PolarSSL: add support for asynchronous connectDag Ekengren2012-04-051-75/+243
* polarssl: show cipher suite name correctly with 1.1.0Daniel Stenberg2012-01-181-2/+5
* polarssl: show error code correctlyDaniel Stenberg2012-01-181-1/+1
* polarssl: havege_rand is not present in version 1.1.0Daniel Stenberg2012-01-181-1/+10
* codestyle: minor whitespace fixDaniel Stenberg2011-09-131-2/+2
* polarssl: build with PolarSSL-1.0.0Jeff Pohlmeyer2011-09-131-4/+22
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+1
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+6
* PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alertHoi-Ho Chan2011-02-181-0/+3
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* fix compiler warningYang Tse2010-11-081-2/+2
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-131-21/+0
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-14/+19
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+391