Home | History | Annotate | Download | only in test

Lines Matching defs:OpenSSL

2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
7 # https://www.openssl.org/source/license.html
28 use OpenSSL::Glob;
36 $ENV{OPENSSL_CONF} = rel2abs(catfile($srctop, "apps", "openssl.cnf"));
64 # Additional OpenSSL special TAP arguments. Because we can't pass them via
66 # TAP::Parser::OpenSSL implementation further down
168 package TAP::Parser::OpenSSL;
274 package TAP::Harness::OpenSSL;
280 $tapargs{parser_class} = "TAP::Parser::OpenSSL";
281 $package = 'TAP::Harness::OpenSSL';