aboutsummaryrefslogtreecommitdiff
path: root/tools/testssl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-11-301-4/+12
|\
| * 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
* | Update links to point to the upcoming v4 docs.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] Gravatar Sadie Powell2022-05-181-5/+5
* | Replace some references to ssl with tls.Gravatar Sadie Powell2021-12-081-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-241-1/+3
|\|
| * Remind users about the `selfsigned` option to inspircd-testssl.Gravatar Sadie Powell2021-11-231-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-0/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|
| * Hyphens are allowed in hostnames.Gravatar Matt Schatz2021-06-201-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-171-1/+1
|\|
| * Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-141-7/+7
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-5/+5
* | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. Gravatar Sadie Powell2021-02-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-5/+1
|\|
| * Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-5/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-8/+4
|/
* Implement a tool for testing SSL connectivity.Gravatar Sadie Powell2020-06-161-0/+173