aboutsummaryrefslogtreecommitdiff
path: root/util/perl/OpenSSL/Test.pm
AgeCommit message (Expand)AuthorFilesLines
2021-06-18OpenSSL::Test: Move the command line quotifierRichard Levitte1-73/+9
2021-06-10OpenSSL::Test: If __cwd() is to create the directory, do it earlyRichard Levitte1-11/+12
2021-06-10OpenSSL::Test: Treat SRCDATA directory specially, as it might not existRichard Levitte1-1/+10
2021-06-08OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()Richard Levitte1-15/+30
2021-05-06Update copyright yearMatt Caswell1-1/+1
2021-05-04OpenSSL::Test: When prefixing command with $^X on Windows, fix it up!Richard Levitte1-1/+1
2020-10-06Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb1-9/+40
2020-09-24Test.pm: Some clarifications added to the documentationDr. David von Oheimb1-6/+8
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-27TEST: add util/wrap.pl and use itRichard Levitte1-6/+24
2020-02-18TEST: Optionally silence OpenSSL::Test::setup()Richard Levitte1-1/+3
2020-02-18TEST: Create test specific output directoriesRichard Levitte1-28/+20
2020-01-27OpenSSL::Test: bring back the relative pathsRichard Levitte1-5/+5
2019-09-12util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte1-18/+31
2019-07-02Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo1-2/+3
2019-07-02Fix TyposAntoine Cœur1-2/+2
2019-04-11Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.Shane Lontis1-3/+67
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte1-1/+1
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte1-6/+5
2018-11-14Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte1-1/+1
2018-06-11export data_dir of Test.pm, which was forgotten in #5928David von Oheimb1-1/+1
2018-04-11OpenSSL::Test: add data_dir()Richard Levitte1-0/+23
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte1-1/+28
2018-02-19OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte1-3/+4
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte1-1/+3
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-4/+4
2017-10-13Remove email addresses from source code.Rich Salz1-1/+1
2017-10-09Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte1-9/+9
2017-08-31OpenSSL::Test::__fixup_prg: don't check program existenceRichard Levitte1-5/+0
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte1-0/+1168