summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/ssl.rb
AgeCommit message (Expand)Author
2016-11-03Send the server-name-indicator (SNI) when falling back to legacy.3-send-sni-when-falling-back-to-opensslSteve Kemp
2016-07-18Fallback to using `openssl` if we can't get certificates.Steve Kemp
2016-07-13Update error message for validation-failuSteve Kemp
2016-07-13Retry SSL checks on negotiation failure.release-0.29Steve Kemp
2016-04-22More updates to silence rubocop style-guides.Steve Kemp
2015-11-30Don't do SHA1 signature testing by default.Steve Kemp
2015-10-29Allow testng for weak certificate signing algorithms.Steve Kemp
2015-08-04Override the alert-test-type for the SSL-expiry check.Steve Kemp
2015-04-16Updated test-handler for new API.Steve Kemp
2015-03-09Updated to test for more whitespace issues.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09Remove spaces inside blocks.Steve Kemp
2015-03-09More minor space fixupsSteve Kemp
2015-03-09Whitespace fixups.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Do not terminate expressions with ";".Steve Kemp
2015-03-09Avoid redudent returns.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Don't use "::" for method-calls.Steve Kemp
2015-03-09Avoid redundent ".to_s" methods.Steve Kemp
2015-03-04Allow SSL-check to be disabled, via "no_ssl_check"Steve Kemp
2015-03-04New release - reporting SSL errors correctly.Steve Kemp
2015-03-04Work correctly if SSL library is too old for SNI.Steve Kemp
2015-02-18Added SSL checking magic, from Patrick.Steve Kemp
2015-02-18Show NOP messages.Steve Kemp
2015-02-18Added SSL-expiry checker.Steve Kemp