aboutsummaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
AgeCommit message (Collapse)Author
2010-01-11secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse
Start using the centralized pidfile and logfile name generation subroutines for https and ftps test suite servers.
2009-12-01Set socket option SO_REUSEADDR=true on stunnel accept'ing portYang Tse
2009-11-28Use different log files for each protocolYang Tse
2009-11-27Attempt to enhance stunnel 3.X loggingYang Tse
2009-11-27Prevent running stunnel unless its version can be determined.Yang Tse
2009-11-27To allow remote log inspection avoid redirecting messages to stderr.Yang Tse
Set 0600 file permissions on certificate pem files.
2009-11-26Log info for start up failures.Yang Tse
2009-09-01comment the "stunnel exited with [num]" stuff since this is now happenDaniel Stenberg
in normal tests and is annoying
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