aboutsummaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
AgeCommit message (Collapse)Author
2009-08-11- Peter Sylvester made the HTTPS test server use specific certificates forDaniel Stenberg
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311.
2009-04-13improve stunnel version detectionYang Tse
2007-12-22Use getcwd() to get the directory, which works even if one of the directoryDan Fandrich
components doesn't have read permission set.
2007-11-21Fix trying to return outside of a subroutineYang Tse
2007-03-08Added test infrastructure to support basic FTPS tests. This currentlyDan Fandrich
supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test.
2006-08-23Use /usr/bin/env to invoke perl like the other test scripts.Dan Fandrich
2006-04-10output the exit code from stunnel to stderr in case it is non-zeroDaniel Stenberg
2003-10-29Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg
Also made it easier to stop the test suite with control-c.
2003-01-21skip the chmodDaniel Stenberg
2003-01-21runtests.pl now passes the sourcedir path to the httpsserver.pl scriptDaniel Stenberg
2002-10-23kromJx@crosswinds.net made it run properly with stunnel >=4.0Daniel Stenberg
2001-09-17changed the PEM pathDaniel Stenberg
2001-04-24new tests, new server invoke systemDaniel Stenberg