summaryrefslogtreecommitdiffstats
path: root/plugins/sslutils.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21sslutils: Address compiler warningHolger Weiss1-1/+1
2016-11-07GMT expiry displayPeter (pir) Radcliffe1-1/+10
2016-11-07Use GMT timezone in SSL certsPeter (pir) Radcliffe1-3/+3
2015-10-06Merge branch 'pr/1373'Holger Weiss1-15/+66
2015-10-04check_http: Allow for requesting TLSv1.1/TLSv1.2refs/pull/1373/headHolger Weiss1-15/+66
2015-10-02fix typo from #1336Sven Nierlein1-2/+3
2015-10-02Update sslutils.cMatthias Hähnel1-14/+23
2015-10-02Update sslutils.cMatthias Hähnel1-0/+7
2014-07-21sslutils: expire time in local timezone formatJan Wagner1-5/+4
2014-06-11Fix compilation with GnuTLSHolger Weiss1-0/+2
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-2/+2
2013-09-10Don't mark SSL_METHOD variable as "const"Holger Weiss1-1/+1
2013-09-10Move global variables from .h to .c filesHolger Weiss1-1/+0
2013-08-20Set SSL_MODE_AUTO_RETRY flagHolger Weiss1-0/+1
2013-08-18Abbreviate function nameHolger Weiss1-2/+2
2013-05-17added support for client authentication via SSLrefs/pull/48/headLionel Cons1-0/+12
2012-06-25check_http: added test for warning thresholdsSven Nierlein1-2/+2
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...William Leibzon1-6/+12
2012-06-11Fix whitespace and capitalization issuesHolger Weiss1-80/+80
2012-06-11Don't use SSLv2 when compiling against GnuTLSHolger Weiss1-2/+2
2012-06-06sslutils: Check if OpenSSL supports SSLv2.refs/pull/6/headSebastian Harl1-0/+5
2012-05-28Add support for specifying SSL protocol versionHolger Weiss1-1/+24
2012-05-07Disable stateless SSL session resumptionHolger Weiss1-0/+3
2011-02-04check_http: check for and print the certificate cnThomas Guyot-Sionnest1-10/+28
2009-05-20Whitespace changes onlyThomas Guyot-Sionnest1-2/+2
2009-05-20check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe Pr...Thomas Guyot-Sionnest1-1/+12
2009-03-19Revert "Add timezone support and fix checks around cert expiration" (keep the...Thomas Guyot-Sionnest1-8/+5
2009-03-18Add timezone support and fix checks around cert expirationThomas Guyot-Sionnest1-5/+10
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-3/+0
2008-01-31Bump plugins/ to GPLv3 (non-plugind files)Thomas Guyot-Sionnest1-18/+16
2007-06-01Call the SSL library initialization functions only once (not for everyHolger Weiss1-7/+9
2007-06-01Save an entire CPU cycle if c points to NULL already.Holger Weiss1-2/+4
2007-06-01Set the pointers to the SSL and SSL_CTX objects back to NULL afterHolger Weiss1-0/+2
2006-06-18updating help and usage and licenseBenoit Mortier1-7/+7
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney1-0/+1
2005-10-23- compartmentalized ssl code into seperate sslutils.cM. Sean Finney1-0/+162