A security testsuite for exposed SSL/TLS services
Go to file
nemunaire 00311952b5 Use openssl bindings instead of builtins crypto/tls for cipher testsuite 2010-01-03 20:54:45 +01:00
cli Use an interface for making tests and reporting test results 2010-01-03 20:54:45 +01:00
testsuite Use openssl bindings instead of builtins crypto/tls for cipher testsuite 2010-01-03 20:54:45 +01:00
.gitignore Add basic command line interface 2015-07-16 16:30:24 +02:00
LICENSE Initial commit 2015-07-16 16:08:01 +02:00
README.md Initial commit 2015-07-16 16:08:01 +02:00
interfaces.go Use an interface for making tests and reporting test results 2010-01-03 20:54:45 +01:00

README.md

eyespot

This project gives you the ability to perform series of tests over given network services.

Its first goal it's to allow you to check the security of TLS/SSL layer, but it can be extended to many other tests.

Usage

TODO

Add new test-suite

TODO