DESCRIPTION:

This is DEMO version of ProtoVer SSL testsuite 1.0.

Tested protocols: SSL 3.0 (Server)

ProtoVer SSL testsuite is written in Python and provided with full source code. 

The current version of ProtoVer SSL testsuite can generate more than 157000 individual test cases. 
The test cases are generated on the fly with the help of 5 test modules (see modules/SSL directory).

HOW TO USE:

Three user interfaces are available: command-line (CLI), GUI and Remote Server interface (RSI).

To run GUI interface use the following command: 
$ python pygtkinterface.py

To use RSI enter the command "python serverinterface.py -p <your_port>"
than visit http://<your_ip>:<your_port> using your favorite browser.
 
Examples of CLI usage:

To run "SSL3ClientHello" group of tests use the following command:
$ python commandlineinterface.py -g SSL3CLientHello -t localhost -p 443

To run all tests:
$ python commandlineinterface.py -t localhost -p 443

It is also possible to run the test module :
$ python modules/SSL/ssl3_hello.py -t localhost -p 443

CONTACT:

If you have any questions or problems - contact us via email info@gleg.net

Evgeny Legerov, GLEG Ltd, Jan 2006

