openssl/util
Richard Levitte 35c3a562c7 Refactor file writing - arrange for use of bundled Perl modules as fallback
For our own convenience, we need a mechanism to be able to fall back
on bundled Perl modules.  It's a minimal package that's called like
this:

    use with_fallback qw(Module1 Module2 ...);

For each module, it will try to require them from the system
installation, and failing that, it will temporarly add external/perl
and try to require transfer::{ModuleName}.  It requires that each
bundled Perl modules is accompanied by a small transfer module
(external/perl/transfer/ModuleName.pm in our example) that knows
exactly what to load.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-22 23:12:22 +01:00
..
pl Enable/disable crypto-mdebug just like other features 2016-01-11 02:41:16 +00:00
TLSProxy Prefer ReuseAddr over Reuse, with IO::Socket::INET 2015-12-29 17:36:08 +01:00
add_cr.pl
bat.sh Remove all remaining traces if PEM_Seal 2016-01-08 01:18:55 +01:00
ck_errf.pl
clean-depend.pl Improve make depend. 2015-10-24 17:34:21 +01:00
copy-if-different.pl
copy.pl
cygwin.sh
deltree.com
dirname.pl
do_ms.sh
dofile.pl Refactor file writing - introduce template driven file writing 2016-01-22 23:12:22 +01:00
domd Don't use "grep -q", "-q" is not POSIX, and fails on Solaris. 2016-01-18 16:16:20 +01:00
extract-names.pl
extract-section.pl
files.pl
fipslink.pl
fixNT.sh
FreeBSD.sh
incore
indent.pro Async port to windows 2015-11-20 23:32:18 +00:00
install.sh
libeay.num Remove the GOST engine 2016-01-19 22:29:32 +00:00
mk1mf.pl Refresh the thinking of --prefix and --openssldir 2016-01-22 00:52:31 +01:00
mkbuildinf.pl
mkcerts.sh Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
mkdef.pl Avoid the r modifier for s/// (perl) 2016-01-14 20:51:47 +01:00
mkdir-p.pl
mkerr.pl add -unref option to mkerr.pl 2015-12-22 19:20:11 +00:00
mkfiles.pl prf redirection build fixes 2016-01-19 15:33:45 +00:00
mkrc.pl Update year in Windows builds. 2015-09-28 15:32:38 +02:00
openssl-format-source Find the right indent on *BSD. 2015-08-10 13:28:26 +01:00
opensslwrap.sh
perlpath.pl
point.sh
selftest.pl GH336: Return an exit code if report fails 2015-08-01 14:32:32 -04:00
shlib_wrap.sh Test suite: minimal required to get mingw 'make test' work under Linux. 2015-10-13 19:46:50 +02:00
sp-diff.pl
speed.sh
ssleay.num Make SSL_set_debug deprecated in 1.1 2016-01-14 12:30:32 -05:00
su-filter.pl
toutf8.sh Small script to re-encode files that need it to UTF-8 2015-07-14 01:10:01 +02:00
with_fallback.pm Refactor file writing - arrange for use of bundled Perl modules as fallback 2016-01-22 23:12:22 +01:00
x86asm.sh