Refactor routine to test connection to SSL server

Peter Eisentraut <peter_e@gmx.net>

Commit: 642bafa0c5f9f08d106a14f31429e0e0c718b603
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-11-16T13:44:34Z
Releases: 11.0
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>

Files

PathChange+/−
src/test/ssl/ServerSetup.pm modified +44 −1
src/test/ssl/t/001_ssltests.pl modified +56 −76