Age | Commit message (Expand) | Author | Files | Lines |
2023-04-18 | Replace deprecated TLS client functions | RincewindsHat | 1 | -44/+33 |
2023-02-10 | Merge pull request #1832 from RincewindsHat/gnulib_update_2023 | Lorenz | 1 | -11/+12 |
2023-02-09 | Make preprocessor fallback for gnutls more readable | Lorenz Kästle | 1 | -3/+1 |
2023-02-04 | fallback to SSL_CTX_use_certificate_file for gnutls | Andreas Baumann | 1 | -1/+12 |
2023-02-02 | sslutils.c: Move function after a function it uses to avoid forward declarations | RincewindsHat | 1 | -11/+12 |
2022-01-30 | sslutils: use chain from client certificates | Tobias Wiese | 1 | -1/+1 |
2018-10-22 | check_curl: implement certificate checks | Sven Nierlein | 1 | -12/+21 |
2016-11-21 | sslutils: Address compiler warning | Holger Weiss | 1 | -1/+1 |
2016-11-07 | GMT expiry display | Peter (pir) Radcliffe | 1 | -1/+10 |
2016-11-07 | Use GMT timezone in SSL certs | Peter (pir) Radcliffe | 1 | -3/+3 |
2015-10-06 | Merge branch 'pr/1373' | Holger Weiss | 1 | -15/+66 |
2015-10-04 | check_http: Allow for requesting TLSv1.1/TLSv1.2 | Holger Weiss | 1 | -15/+66 |
2015-10-02 | fix typo from #1336 | Sven Nierlein | 1 | -2/+3 |
2015-10-02 | Update sslutils.c | Matthias Hähnel | 1 | -14/+23 |
2015-10-02 | Update sslutils.c | Matthias Hähnel | 1 | -0/+7 |
2014-07-21 | sslutils: expire time in local timezone format | Jan Wagner | 1 | -5/+4 |
2014-06-12 | Fix compilation with GnuTLS | Holger Weiss | 1 | -0/+2 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -2/+2 |
2013-09-10 | Don't mark SSL_METHOD variable as "const" | Holger Weiss | 1 | -1/+1 |
2013-09-10 | Move global variables from .h to .c files | Holger Weiss | 1 | -1/+0 |
2013-08-20 | Set SSL_MODE_AUTO_RETRY flag | Holger Weiss | 1 | -0/+1 |
2013-08-18 | Abbreviate function name | Holger Weiss | 1 | -2/+2 |
2013-05-17 | added support for client authentication via SSL | Lionel Cons | 1 | -0/+12 |
2012-06-25 | check_http: added test for warning thresholds | Sven Nierlein | 1 | -2/+2 |
2012-06-25 | applied patch that adds both critical and warning thresholds to certificate e... | William Leibzon | 1 | -6/+12 |
2012-06-11 | Fix whitespace and capitalization issues | Holger Weiss | 1 | -80/+80 |
2012-06-11 | Don't use SSLv2 when compiling against GnuTLS | Holger Weiss | 1 | -2/+2 |
2012-06-06 | sslutils: Check if OpenSSL supports SSLv2. | Sebastian Harl | 1 | -0/+5 |
2012-05-28 | Add support for specifying SSL protocol version | Holger Weiss | 1 | -1/+24 |
2012-05-07 | Disable stateless SSL session resumption | Holger Weiss | 1 | -0/+3 |
2011-02-04 | check_http: check for and print the certificate cn | Thomas Guyot-Sionnest | 1 | -10/+28 |
2009-05-20 | Whitespace changes only | Thomas Guyot-Sionnest | 1 | -2/+2 |
2009-05-20 | check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe Pr... | Thomas Guyot-Sionnest | 1 | -1/+12 |
2009-03-19 | Revert "Add timezone support and fix checks around cert expiration" (keep the... | Thomas Guyot-Sionnest | 1 | -8/+5 |
2009-03-18 | Add timezone support and fix checks around cert expiration | Thomas Guyot-Sionnest | 1 | -5/+10 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -3/+0 |
2008-01-31 | Bump plugins/ to GPLv3 (non-plugind files) | Thomas Guyot-Sionnest | 1 | -18/+16 |
2007-06-01 | Call the SSL library initialization functions only once (not for every | Holger Weiss | 1 | -7/+9 |
2007-06-01 | Save an entire CPU cycle if c points to NULL already. | Holger Weiss | 1 | -2/+4 |
2007-06-01 | Set the pointers to the SSL and SSL_CTX objects back to NULL after | Holger Weiss | 1 | -0/+2 |
2006-06-18 | updating help and usage and license | Benoit Mortier | 1 | -7/+7 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -0/+1 |
2005-10-23 | - compartmentalized ssl code into seperate sslutils.c | M. Sean Finney | 1 | -0/+162 |