Ayrx / tlsenum

A command line tool to enumerate TLS cipher-suites supported by a server
MIT License
34 stars 8 forks source link

Major code rewrite #3

Closed Ayrx closed 10 years ago

Ayrx commented 10 years ago

This pull request is a major rewrite. A few important changes.

  1. tlsenum is now a proper Python package that can be installed with pip instead of a simple one file script.
  2. Test coverage is decent now.
  3. click is used for argument parsing instead of stdlib's argparse.

The code should be easier to read, modify and extend now. This will help when adding new features.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+74.77%) when pulling 42acba7e16ca9aeeb1961f1fb19ee2be74a4e46e on rewrite into 06ad64fb8d330824e6da85e2977cec8e999c68ac on master.