Loading test/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,8 @@ test_engine: $(ENGINETEST) ../util/shlib_wrap.sh ./$(ENGINETEST) test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \ intP1.ss intP2.ss intP1.ss intP2.ss $(SSLTEST) testssl testsslproxy \ ../apps/server2.pem @echo "test SSL protocol" ../util/shlib_wrap.sh ./$(SSLTEST) -test_cipherlist @sh ./testssl keyU.ss certU.ss certCA.ss Loading util/pl/unix.pl +3 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,8 @@ sub get_tests 'testrsa.pem', 'testsid.pem', 'testss', 'testssl', 'testsslproxy', ); my $copies = copy_scripts(1, 'test', @copies); $copies .= copy_scripts(0, 'test', ('smcont.txt')); Loading @@ -404,6 +406,7 @@ sub get_tests my @apps = ( 'CA.sh', 'openssl.cnf', 'server2.pem', ); $copies .= copy_scripts(1, 'apps', @apps); Loading Loading
test/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,8 @@ test_engine: $(ENGINETEST) ../util/shlib_wrap.sh ./$(ENGINETEST) test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \ intP1.ss intP2.ss intP1.ss intP2.ss $(SSLTEST) testssl testsslproxy \ ../apps/server2.pem @echo "test SSL protocol" ../util/shlib_wrap.sh ./$(SSLTEST) -test_cipherlist @sh ./testssl keyU.ss certU.ss certCA.ss Loading
util/pl/unix.pl +3 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,8 @@ sub get_tests 'testrsa.pem', 'testsid.pem', 'testss', 'testssl', 'testsslproxy', ); my $copies = copy_scripts(1, 'test', @copies); $copies .= copy_scripts(0, 'test', ('smcont.txt')); Loading @@ -404,6 +406,7 @@ sub get_tests my @apps = ( 'CA.sh', 'openssl.cnf', 'server2.pem', ); $copies .= copy_scripts(1, 'apps', @apps); Loading