I would like to announce release of sslcaudit 1.0. This tool is designed to automate testing SSL/TLS clients for resistance against MITM attacks. There is no proper installation procedure yet (Debian package and distutils-based Python installer are coming soon). For now just fetch the release from GIT repository: ~$ git clone -b release_1_0 https://github.com/grwl/sslcaudit.git Cloning into sslcau