aboutsummaryrefslogtreecommitdiffstats
path: root/test/testlib
Commit message (Expand)AuthorAgeFilesLines
* Update the kex modes tests to check various HRR scenariosMatt Caswell2017-02-141-3/+26
* Update test counting in checkhandshake.pmMatt Caswell2017-02-141-24/+32
* Add a test for the PSK kex modes extensionMatt Caswell2017-01-301-1/+3
* Add testing of TLSv1.3 resumption in test_tls13messagesMatt Caswell2017-01-301-0/+6
* Create Certificate messages in TLS1.3 formatMatt Caswell2017-01-061-3/+13
* Add a test to check the EC point formats extension appears when we expectMatt Caswell2016-12-291-1/+4
* Test framework: Add the possibility to have a test specific data dirRichard Levitte2016-12-091-0/+36
* Move the checkhandshake.pm module into test/testlibMatt Caswell2016-12-081-0/+128
* OpenSSL::Test - small fixupRichard Levitte2016-10-191-7/+2
* OpenSSL::Test cleanup - no forward declarations neededRichard Levitte2016-10-191-15/+0
* Add documentation of internal OpenSSL::Test functionsRichard Levitte2016-10-191-1/+43
* Make OpenSSL::Test a bit more flexibleRichard Levitte2016-10-191-109/+164
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-1/+20
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-221-1/+6
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-211-8/+18
* tests: fix the shutting up of the shellRichard Levitte2016-06-061-4/+6
* tests: Shut the shell up unless verboseRichard Levitte2016-06-061-0/+17
* testlib/OpenSSL/Test.pm: address 5.10 warnings.Andy Polyakov2016-05-061-4/+4
* Copyright consolidation; .pm and ConfigureRich Salz2016-04-203-1/+22
* OpenSSL::Test: when moving directory, affect env as wellRichard Levitte2016-04-071-0/+22
* Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte2016-04-021-2/+25
* OpenSSL::Test: have cmdstr() return the true command.Richard Levitte2016-03-311-2/+2
* When looking for executables, don't forget the extensionRichard Levitte2016-03-311-6/+13
* When verbosity is requested, OpenSSL::Test::run() displays the commandRichard Levitte2016-03-301-0/+3
* Have OpenSsl..Test::app() and friends look for file in source as wellRichard Levitte2016-03-301-9/+21
* Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte2016-03-301-3/+21
* Make OpenSSL::Test::run() sensitive to signalsRichard Levitte2016-03-181-2/+7
* Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte2016-03-071-2/+8
* Rethink logging of test recipesRichard Levitte2016-02-121-31/+8
* unified build scheme: adjust test framework for out of source build treeRichard Levitte2016-02-092-43/+106
* Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte2016-02-081-3/+3
* Initialise with -1 rather than 1Richard Levitte2016-02-051-1/+1
* Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte2016-02-041-1/+77
* Have OpenSSL::Test::Utils::available_protocols load configdata as wellRichard Levitte2016-02-041-0/+1
* When checking if there's a VMS directory spec, don't forget the possible deviceRichard Levitte2016-01-301-1/+1
* Be careful when applying EXE_SHELLRichard Levitte2016-01-271-4/+9
* Have OpenSSL::Test handle perl scripts like any programRichard Levitte2016-01-261-11/+77
* Use Configure's @disablables and %disabled through configdata.pmRichard Levitte2016-01-261-34/+87
* Make tests use configdata.pm rather than parsing MakefileRichard Levitte2016-01-251-2/+20
* Fix OpenSSL::Test::Simple to take more than one algorithmRichard Levitte2016-01-251-4/+10
* In __cwd, make sure the given directory is seen as such and not a fileRichard Levitte2016-01-141-2/+1
* Add a directry spec for mcr if there is noneRichard Levitte2016-01-141-1/+1
* testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take car...Andy Polyakov2015-10-131-2/+0
* Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov2015-10-132-3/+11
* Simplify Simple.pm further, and make it more verboseRichard Levitte2015-09-201-5/+4
* typoDr. Stephen Henson2015-09-201-1/+1
* Update Simple.pm to use disabled()Dr. Stephen Henson2015-09-201-1/+2
* Add Utils.pmDr. Stephen Henson2015-09-201-0/+84
* Make sure the temporary error log resides in a well defined locationRichard Levitte2015-09-091-1/+2
* Small fix in OpenSSL::TestRichard Levitte2015-09-071-2/+4