Skip to content

Releases: OpenSecurityResearch/ciphertest

v0.2 Hotfix

04 Mar 02:17
Compare
Choose a tag to compare

v0.2.0 introduced a syntax error issue in generating the cipher suite statement when no curves were supported (i.e., the server didn't support any form of ECDHE.)

This is fixed in v0.2.1.

v0.2.0 - Fixed EC Checking

04 Mar 02:04
Compare
Choose a tag to compare

This update adds debugging output (controlled by the 'DEBUG' environment variable), and fixes testing for EC ciphers. cipherTest now correctly detects support for EC and iterates over the local client's supported curves.

Merged changes from colorizing pull request

28 Oct 22:55
Compare
Choose a tag to compare
v0.1.1

Merge branch 'pdbogen-master'

Initial Release

28 Oct 22:51
Compare
Choose a tag to compare

The first versioned release of ciphertest. Code is currently functional with recent versions of gnutls-cli, and is reporting correct and comprehensive results across all versions of SSL and TLS supported by gnutls-cli. With an old enough version of openssl, SSLv2 testing is supported.