openssl/util/perl/OpenSSL
Rich Salz 4901b570ba Initial rewrite of config as a Perl module
- Use $^X; to find perl.
- Big re-ordering: Put all variables at the top, move most inline code into
  functions. The heart of the script now basically just calls
  functions to do its work.
- Unify warning text, add -w option
- Don't use needless (subshells)
- Ensure Windows gets a VC-xxx option
- Make config a perl module
- Top-level "config" command-line is a dummy that just calls the module.
  Added module stuff so that it can be called from Configure.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11230)
2020-06-28 18:34:35 +02:00
..
Test Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods. 2019-04-11 09:47:12 +10:00
Util Update copyright year 2020-04-23 13:55:52 +01:00
config.pm Initial rewrite of config as a Perl module 2020-06-28 18:34:35 +02:00
fallback.pm Rework the perl fallback functionality 2019-09-12 12:49:31 +02:00
Glob.pm File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper 2017-08-15 11:31:18 +02:00
OID.pm util/perl/OpenSSL/OID.pm: remove the included unit test 2020-05-03 06:05:27 +02:00
Ordinals.pm Fix some typos 2019-12-11 19:04:01 +01:00
ParseC.pm Update copyright year 2020-05-15 14:09:49 +01:00
Template.pm util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.pl 2019-09-12 18:19:27 +02:00
Test.pm run_tests.pl: Add options for focussing output on failed (sub-)tests 2020-06-10 11:15:38 +02:00
Util.pm util/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_versions 2018-12-07 16:02:17 +01:00