summaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
Commit message (Expand)AuthorAgeFilesLines
* tests: declare TU-local variables staticMarcel Raad2017-05-011-5/+5
* spelling fixesklemens2017-03-261-2/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* test509: libcurl initialization with memory callbacks and actual usageYang Tse2013-03-131-0/+146
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-201-351/+0
* make this test disabled properly when built with yasslDaniel Stenberg2008-02-131-1/+4
* add verbose output to test 509 for easier debuggingDaniel Stenberg2008-01-291-0/+2
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-7/+0
* Renamed a couple of global variables to avoid shadowing warningsYang Tse2007-10-021-2/+2
* openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg2007-03-161-2/+5
* change max allowed time for this test to complete to 90 secondsYang Tse2007-03-101-2/+2
* log a message, stating the need of openssl to run this testYang Tse2007-02-191-1/+10
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-091-5/+5
* Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.Gisle Vanem2007-01-291-4/+3
* Compiler warning fixYang Tse2006-10-291-1/+8
* Add project notice and file IdYang Tse2006-10-251-0/+10
* Use curl_global_init() and curl_global_cleanup().Yang Tse2006-10-251-73/+85
* Oops! Actually set the limit to 30 seconds.Yang Tse2006-10-201-2/+2
* Decrease the posibility of aborting a test which actually is notYang Tse2006-10-201-9/+32
* When aborting, show loop counter values when more than one counter exists.Yang Tse2006-10-191-0/+1
* Abort test if it seems that it would have run forever. This is just to preventYang Tse2006-10-191-8/+22
* Added select_test() function to allow selecting on no sockets onGisle Vanem2006-09-101-1/+1
* Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg2004-09-221-1/+1
* Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg2004-09-081-1/+16
* just code formatting and killed whitespaceDaniel Stenberg2004-05-191-34/+34
* make it not leak memory when it returns prematurelyDaniel Stenberg2004-05-171-5/+9
* printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg2004-05-061-2/+2
* removed include stuff now handled by test.hDaniel Stenberg2004-03-031-6/+0
* include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg2004-02-201-0/+3
* fixed the no-ssl version to return int as wellDaniel Stenberg2004-02-191-1/+1
* changed the test() function to return type intDaniel Stenberg2004-02-051-2/+1
* Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg2004-01-121-0/+260