testssl.sh is a command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Key features: - Clear output: you can tell easily whether anything is good or bad - Flexibility: You can test any SSL/TLS enabled and STARTTLS service, not only webservers at port 443 - Toolbox: Several command line options help you to run YOUR test and configure YOUR output - Reliability: features are tested thoroughly - Verbosity: If a particular check cannot be performed because of a missing capability on your client side, you'll get a warning - Privacy: It's only you who sees the result, not a third party WWW: https://github.com/drwetter/testssl.sh Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11406
20 lines
644 B
Text
20 lines
644 B
Text
bin/testssl.sh
|
|
libexec/openssl.testssl.sh
|
|
%%DATADIR%%/etc/Apple.pem
|
|
%%DATADIR%%/etc/Linux.pem
|
|
%%DATADIR%%/etc/Microsoft.pem
|
|
%%DATADIR%%/etc/Mozilla.pem
|
|
%%DATADIR%%/etc/README.md
|
|
%%DATADIR%%/etc/ca_hashes.txt
|
|
%%DATADIR%%/etc/curves.txt
|
|
%%DATADIR%%/etc/mapping-rfc.txt
|
|
%%DATADIR%%/etc/mapping.txt
|
|
%%DATADIR%%/utils/ccs-injection.bash
|
|
%%DATADIR%%/utils/checkcert.sh
|
|
%%DATADIR%%/utils/create_ca_hashes.sh
|
|
%%DATADIR%%/utils/curves.bash
|
|
%%DATADIR%%/utils/heartbleed.bash
|
|
%%DATADIR%%/utils/make-openssl.sh
|
|
%%DATADIR%%/utils/parse_client_ciphers.pl
|
|
%%DATADIR%%/utils/prototype.ssl2proto-check.bash
|
|
%%DATADIR%%/utils/prototype.tls-protocol-checker.bash
|