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