Consolidate the locations where we have our internal perl modules
authorRichard Levitte <levitte@openssl.org>
Tue, 1 Aug 2017 20:10:39 +0000 (22:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Aug 2017 09:30:47 +0000 (11:30 +0200)
commitcb6afcd6ee0c0d66fae62e13fe5966171992f81c
tree5b793c0d2a0e92233919fcaaa314c70cf32430d2
parentc4d2e483a39176a476c56d35879423fe6e33c0cd
Consolidate the locations where we have our internal perl modules

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)
22 files changed:
Configure
test/generate_ssl_tests.pl
test/recipes/80-test_ssl_new.t
test/recipes/tconversion.pl
test/run_tests.pl
util/dofile.pl
util/perl/OpenSSL/Test.pm [moved from test/testlib/OpenSSL/Test.pm with 100% similarity]
util/perl/OpenSSL/Test/Simple.pm [moved from test/testlib/OpenSSL/Test/Simple.pm with 100% similarity]
util/perl/OpenSSL/Test/Utils.pm [moved from test/testlib/OpenSSL/Test/Utils.pm with 100% similarity]
util/perl/TLSProxy/Certificate.pm [moved from util/TLSProxy/Certificate.pm with 100% similarity]
util/perl/TLSProxy/CertificateVerify.pm [moved from util/TLSProxy/CertificateVerify.pm with 100% similarity]
util/perl/TLSProxy/ClientHello.pm [moved from util/TLSProxy/ClientHello.pm with 100% similarity]
util/perl/TLSProxy/EncryptedExtensions.pm [moved from util/TLSProxy/EncryptedExtensions.pm with 100% similarity]
util/perl/TLSProxy/HelloRetryRequest.pm [moved from util/TLSProxy/HelloRetryRequest.pm with 100% similarity]
util/perl/TLSProxy/Message.pm [moved from util/TLSProxy/Message.pm with 100% similarity]
util/perl/TLSProxy/NewSessionTicket.pm [moved from util/TLSProxy/NewSessionTicket.pm with 100% similarity]
util/perl/TLSProxy/Proxy.pm [moved from util/TLSProxy/Proxy.pm with 100% similarity]
util/perl/TLSProxy/Record.pm [moved from util/TLSProxy/Record.pm with 100% similarity]
util/perl/TLSProxy/ServerHello.pm [moved from util/TLSProxy/ServerHello.pm with 100% similarity]
util/perl/TLSProxy/ServerKeyExchange.pm [moved from util/TLSProxy/ServerKeyExchange.pm with 100% similarity]
util/perl/checkhandshake.pm [moved from test/testlib/checkhandshake.pm with 100% similarity]
util/perl/with_fallback.pm [moved from util/with_fallback.pm with 83% similarity]