summaryrefslogtreecommitdiff
path: root/includes/lib/check_weak_key.php
AgeCommit message (Expand)Author
2014-08-20Merge branch 'bug-1297' into releaseBenny Baumann
2014-08-09bug-1297: update openssl regexes to openssl 1.0.1bug-1297Felix Dörre
2014-07-27bug-1292: prohibit keys with public exponent smaller than 65536bug-1292Felix Dörre
2014-03-09bug 1255: Use if blocks instead of switch because big switches are easy tobug-1255Michael Tänzer
2014-03-09bug 1255: Mixed up variable names for pub/Y, don't calculate the bit sizeMichael Tänzer
2014-03-09bug 1255: Fix syntax error (bracketing)Michael Tänzer
2014-03-09bug 1255: Check for other algorithms than RSA in check_weak_keys()Michael Tänzer
2013-03-19bug 918: Raise the limit for RSA keys to 2048 bits now that we have fixedMichael Tänzer
2011-10-21bug 978: fix typos/copy & paste errors that were also present in the #918bug-978Michael Tänzer
2011-10-21bug 978: Log more details if something fails so debugging becomes easierMichael Tänzer
2011-10-21bug 978: New helper function runCommand() -> reduce boilerplate codeMichael Tänzer
2011-10-20bug 978: Move things around (common functions moved to a lib file)Michael Tänzer