aboutsummaryrefslogtreecommitdiff
path: root/tools/testssl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* Fix various edge cases in testssl.•••- Ignore SIGPIPE to work around IO::Socket::SSL having its socket closed from under it and terminating the program. - Improve detection of servers that close the TCP connection right after it is opened. This usually means the IP address the tool is connecting from has been banned so suggest that as well. - Show more debug information when a connection fails. Gravatar Sadie Powell2022-11-261-1/+10
* Fix some broken links in testssl.•••MkDocs changed the anchor format a while back which broke this. Gravatar Sadie Powell2022-11-261-3/+2
* Remind users about the `selfsigned` option to inspircd-testssl.Gravatar Sadie Powell2021-11-231-1/+3
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
* Hyphens are allowed in hostnames.Gravatar Matt Schatz2021-06-201-1/+1
* Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-141-7/+7
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-5/+1
* Implement a tool for testing SSL connectivity.Gravatar Sadie Powell2020-06-161-0/+173