aboutsummaryrefslogtreecommitdiff
path: root/util/perl/OpenSSL/Test
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.Shane Lontis1-2/+3
Used to check that a test fails in fips mode i.e. ok_nofips(run(...)) Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8661)
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte2-2/+2
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7766)
2017-09-01Fix OpenSSL::Test::Utils::config to actualy load the config dataRichard Levitte1-0/+1
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4319)
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte2-0/+330
Instead of having perl modules under test/testlib, util and util/perl, consolidate them all to be inside util/perl. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4069)