summaryrefslogtreecommitdiff
path: root/lib/polarssl.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-706/+0
* polarssl.c: fix header filename typoGisle Vanem2013-03-081-1/+1
* polarssl threadlock cleanupYang Tse2013-02-191-14/+8
* PolarSSL: Change to cURL coding styleWillem Sparreboom2013-02-151-21/+21
* PolarSSL: WIN32 threading support for entropyWillem Sparreboom2013-02-151-2/+2
* PolarSSL: pthread support for entropyWillem Sparreboom2013-02-151-1/+73
* PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOMWillem Sparreboom2013-02-151-10/+24
* PolarSSL: added human readable error stringsWillem Sparreboom2013-02-151-9/+39
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+596
* build: rename 93 lib/*.c filesYang Tse2013-01-031-596/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-11/+11
* 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-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