index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
polarssl.c
Age
Commit message (
Expand
)
Author
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-08
SSL: Several SSL-backend related fixes
Oscar Koeroo
2012-06-14
Fix bad failf() and info() usage
Yang Tse
2012-04-06
PolarSSL: correct return code for CRL matches
Daniel Stenberg
2012-04-06
PolarSSL: include version number in version string
Daniel Stenberg
2012-04-05
PolarSSL: add support for asynchronous connect
Dag Ekengren
2012-01-18
polarssl: show cipher suite name correctly with 1.1.0
Daniel Stenberg
2012-01-18
polarssl: show error code correctly
Daniel Stenberg
2012-01-18
polarssl: havege_rand is not present in version 1.1.0
Daniel Stenberg
2011-09-13
codestyle: minor whitespace fix
Daniel Stenberg
2011-09-13
polarssl: build with PolarSSL-1.0.0
Jeff Pohlmeyer
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-02-18
PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alert
Hoi-Ho Chan
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-11-08
fix compiler warning
Yang Tse
2010-05-13
Remove support for BSD version of PolarSSL
Hoi-Ho Chan
2010-05-11
sendrecv: make them two pairs of send/recv to properly deal with FTPS
Howard Chu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-05-05
PolarSSL: initial support added
Hoi-Ho Chan