]> git.ipfire.org Git - thirdparty/openssl.git/history - test/testlib
Put message strings in state files
[thirdparty/openssl.git] / test / testlib /
2017-05-08  Matt CaswellAdd a test for supported_groups in the EE message
2017-04-27  Matt CaswellEnsure s_client sends an SNI extension by default
2017-04-25  Richard LevitteTAPify testutil
2017-04-14  Andy Polyakovtestlib/OpenSSL/Test.pm: keep default input private.
2017-04-12  Richard LevitteOpenSSL::Test: supported filtered command output
2017-03-29  FdaSilvaYYMore typo fixes
2017-03-22  Richard LevitteChange exit_checker comment on returned status
2017-03-21  Richard LevitteOpenSSL::Test: add a statusvar option for run with...
2017-02-14  Matt CaswellUpdate the kex modes tests to check various HRR scenarios
2017-02-14  Matt CaswellUpdate test counting in checkhandshake.pm
2017-01-30  Matt CaswellAdd a test for the PSK kex modes extension
2017-01-30  Matt CaswellAdd testing of TLSv1.3 resumption in test_tls13messages
2017-01-06  Matt CaswellCreate Certificate messages in TLS1.3 format
2016-12-29  Matt CaswellAdd a test to check the EC point formats extension...
2016-12-09  Richard LevitteTest framework: Add the possibility to have a test...
2016-12-08  Matt CaswellMove the checkhandshake.pm module into test/testlib
2016-10-19  Richard LevitteOpenSSL::Test - small fixup
2016-10-19  Richard LevitteOpenSSL::Test cleanup - no forward declarations needed
2016-10-19  Richard LevitteAdd documentation of internal OpenSSL::Test functions
2016-10-19  Richard LevitteMake OpenSSL::Test a bit more flexible
2016-07-01  Ben LaurieRun the fuzzing corpora as tests.
2016-06-22  Richard LevitteOpenSSL::Test: Fix directory calculations in __cwd()
2016-06-21  Richard LevitteOpenSSL::Test: Fix directory calculations in __cwd()
2016-06-06  Richard Levittetests: fix the shutting up of the shell
2016-06-06  Richard Levittetests: Shut the shell up unless verbose
2016-05-06  Andy Polyakovtestlib/OpenSSL/Test.pm: address 5.10 warnings.
2016-04-20  Rich SalzCopyright consolidation; .pm and Configure
2016-04-07  Richard LevitteOpenSSL::Test: when moving directory, affect env as...
2016-04-02  Richard LevitteEnhance OpenSSL::Test::cmdstr to give cmd string variants
2016-03-31  Richard LevitteOpenSSL::Test: have cmdstr() return the true command.
2016-03-31  Richard LevitteWhen looking for executables, don't forget the extension
2016-03-30  Richard LevitteWhen verbosity is requested, OpenSSL::Test::run() displ...
2016-03-30  Richard LevitteHave OpenSsl..Test::app() and friends look for file...
2016-03-30  Richard LevitteAdd the option 'interpreter_args' to perlapps() and...
2016-03-18  Richard LevitteMake OpenSSL::Test::run() sensitive to signals
2016-03-07  Richard LevitteMake OpenSSL::Test::setup() a bit more forgiving
2016-02-12  Richard LevitteRethink logging of test recipes
2016-02-09  Richard Levitteunified build scheme: adjust test framework for out...
2016-02-08  Richard LevitteUse File::Path::rmtree rather than File::Path::remove_tree
2016-02-04  Richard LevitteInitialise with -1 rather than 1
2016-02-04  Richard LevitteAdd checks for IPv4 and IPv6 in OpenSSL::Test::Utils...
2016-02-04  Richard LevitteHave OpenSSL::Test::Utils::available_protocols load...
2016-01-30  Richard LevitteWhen checking if there's a VMS directory spec, don...
2016-01-27  Richard LevitteBe careful when applying EXE_SHELL
2016-01-26  Richard LevitteHave OpenSSL::Test handle perl scripts like any program
2016-01-26  Richard LevitteUse Configure's @disablables and %disabled through...
2016-01-25  Richard LevitteMake tests use configdata.pm rather than parsing Makefile
2016-01-25  Richard LevitteFix OpenSSL::Test::Simple to take more than one algorithm
2016-01-14  Richard LevitteIn __cwd, make sure the given directory is seen as...
2016-01-14  Richard LevitteAdd a directry spec for mcr if there is none
2015-10-13  Andy Polyakovtestlib/OpenSSL/Test.pm: remove redundant 'cmd /c'...
2015-10-13  Andy PolyakovTest suite: minimal required to get mingw 'make test...
2015-09-20  Richard LevitteSimplify Simple.pm further, and make it more verbose
2015-09-19  Dr. Stephen Hensontypo
2015-09-19  Dr. Stephen HensonUpdate Simple.pm to use disabled()
2015-09-19  Dr. Stephen HensonAdd Utils.pm
2015-09-09  Richard LevitteMake sure the temporary error log resides in a well...
2015-09-07  Richard LevitteSmall fix in OpenSSL::Test
2015-09-07  Richard LevitteDocument OpenSSL::Test and OpenSSL::Test::Simple
2015-09-07  Richard LevitteChange OpenSSL::Test to be an extension of Test::More
2015-09-07  Richard LevitteNew feature: STOPTEST
2015-09-07  Richard LevitteAdd version numbers on some modules we use.
2015-09-07  Richard LevitteSimplify very simple test recipes further.
2015-09-07  Richard LevitteGroundwork for a perl based testing framework