summaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-05-30url: alloc the download buffer at transfer startDaniel Stenberg
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-04-11lib509: add missing include for strdupMarcel Raad
2018-09-23whitespace fixesViktor Szakats
2017-05-01tests: declare TU-local variables staticMarcel Raad
2017-03-26spelling fixesklemens
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-04-03tests/libtest: follow our code style guidelines betterDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-03-13test509: libcurl initialization with memory callbacks and actual usageYang Tse
2008-02-20- We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg
2008-02-13make this test disabled properly when built with yasslDaniel Stenberg
2008-01-29add verbose output to test 509 for easier debuggingDaniel Stenberg
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-02Renamed a couple of global variables to avoid shadowing warningsYang Tse
2007-03-16openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg
2007-03-10change max allowed time for this test to complete to 90 secondsYang Tse
2007-02-19log a message, stating the need of openssl to run this testYang Tse
2007-02-09Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse
2007-01-29Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.Gisle Vanem
2006-10-29Compiler warning fixYang Tse
2006-10-25Add project notice and file IdYang Tse
2006-10-25Use curl_global_init() and curl_global_cleanup().Yang Tse
2006-10-20Oops! Actually set the limit to 30 seconds.Yang Tse
2006-10-20Decrease the posibility of aborting a test which actually is notYang Tse
2006-10-19When aborting, show loop counter values when more than one counter exists.Yang Tse
2006-10-19Abort test if it seems that it would have run forever. This is just to preventYang Tse
2006-09-10Added select_test() function to allow selecting on no sockets onGisle Vanem
2004-09-22Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-17make it not leak memory when it returns prematurelyDaniel Stenberg
2004-05-06printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg
2004-03-03removed include stuff now handled by test.hDaniel Stenberg
2004-02-20include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg
2004-02-19fixed the no-ssl version to return int as wellDaniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg