Refactor routine to test connection to SSL server
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 16 Nov 2017 13:41:40 +0000 (08:41 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 16 Nov 2017 13:44:34 +0000 (08:44 -0500)
commit642bafa0c5f9f08d106a14f31429e0e0c718b603
tree138201359a1b3d477463ce0f4462b37bdae56218
parent745948422c799c1b9f976ee30f21a7aac050e0f3
Refactor routine to test connection to SSL server

Move the sub-routines wrappers to check if a connection to a server is
fine or not into the test main module. This is useful for other tests
willing to check connectivity into a server.

Author: Michael Paquier <michael@paquier.xyz>
src/test/ssl/ServerSetup.pm
src/test/ssl/t/001_ssltests.pl