aboutsummaryrefslogtreecommitdiff
path: root/lib/cyassl.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-02-14cyassl: update to CyaSSL 2.0.x APItoddouska
2012-01-16add LF termination to infof() trace stringYang Tse
2011-11-25CyaSSL 2.0+ library initialization adjustmentYang Tse
2011-09-05fix bool variables checking and assignmentYang Tse
2011-08-24include limits.h for INT_MAXYang Tse
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-05-20cyassl: build without filesystemOla Mork
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-03-08cyassl: fix compiler warningsDaniel Stenberg
2011-03-08SSL: Added CyaSSL to SSL abstraction layerTodd A Ouska