index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
sslutils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-11
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
refs/pull/48/head
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.
refs/pull/6/head
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