TestSSLServer
TestSSLServer copied to clipboard
There are several issues with TLSv1.0 and it's being deprecated everywhere. The general consensus is that it should not be used anymore and similar tools issue warnings for this. Reference:...
TLS 1.0 has known flaws and is deprecated as of March 2021. TLS 1.1 has no known practical flaws but it is better not to take any risks. Chrome has...
First of all, great tool - thank you! I am trying to target only the TLSv1.3 protocol however if i set the minimum `-min TLSv1.3` the tool does not run...
TestSSLServer does not currently report support for the draft spec for TLS1.3. Creating this issue as a feature request for when the draft is finalized.
fixes #7
Excellent tool, thank you. Could this be extended with option flags for SMTP (read line, "STARTTLS\r\n", read line) and FTP (read line, "AUTH TLS\r\n", read line)?
Installed on Ubuntu 16.04 LTS. Just trying to run check against an internal web server. Compiled without errors. When I run the command ... ./TestSSLServer.exe hostname.domain.local 443, I get a...
Hi Thomas, Thank you for developing this great tool, it's really helpful to check the security of a SSL server. But I found an odd thing recently that the info...