Refactor routine to test connection to SSL server
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/test/ssl/ServerSetup.pm | modified | +44 −1 |
| src/test/ssl/t/001_ssltests.pl | modified | +56 −76 |