Skip to content

Tags: plambert/sslscan

Tags

1.11.7-rbsec

Toggle 1.11.7-rbsec's commit message
Clean up some warning

1.11.6-rbsec

Toggle 1.11.6-rbsec's commit message
Re-enable support for weak (<1024 bit) DH keys. Fixes rbsec#97

1.11.5-rbsec

Toggle 1.11.5-rbsec's commit message
Update changelog

1.11.4-rbsec

Toggle 1.11.4-rbsec's commit message
Cleanup default port selection code

1.11.3-rbsec

Toggle 1.11.3-rbsec's commit message
Proper fix for the missing EXPORT and 56bit SSLv2 ciphers. Fixes rbse…

…c#77

The previous fix of using enable-ssl2 and enable-weak-ciphers was
incomplete, because the 40 and 56bit SSLv2 ciphers were still disabled.
There's no option to re-enable them - they're commented out with #if 0
statements.

Building against a previous tag will mean missing out on future
features, so as a workaround the Makefile now replaces those #if 0
statements with #if 1 to re-enable the ciphers.

Bit of a bodge, but doesn't seem to break anything, and will allow us to
keep building against the latest version.

1.11.2-rbsec

Toggle 1.11.2-rbsec's commit message
Better fix for SSLv2/EXPORT cipher changes. Fixes rbsec#77

1.11.1-rbsec

Toggle 1.11.1-rbsec's commit message
Updated readme and changelog. rbsec#69

1.10.11-rbsec

Toggle 1.10.11-rbsec's commit message
Updated readme and changelog. rbsec#69

1.11.0-rbsec

Toggle 1.11.0-rbsec's commit message
Merge cipher_order into master

1.10.6-rbsec

Toggle 1.10.6-rbsec's commit message
Flag expired certificates based on code by jacktrice. Closes rbsec#37