Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.
authorShane Lontis <shane.lontis@oracle.com>
Wed, 10 Apr 2019 23:47:12 +0000 (09:47 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 10 Apr 2019 23:47:12 +0000 (09:47 +1000)
commit4660bdea07e185b96c3b91be3e3b0a38959626ac
treedb686ed5428df846c35ec613771ab1036435ace9
parent6c7d80ab3b2a13074ca270a6d056c59ac431155a
Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.
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)
util/perl/OpenSSL/Test.pm
util/perl/OpenSSL/Test/Utils.pm