summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-08 16:00:57 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-08 16:00:57 +0200
commitd594f83a893a517328f55b0b0b3240c4073efb89 (patch)
treee360029da448ca8b7f18e0b007695664b982b1aa /runtime/rsyslog.h
parent3d74096021d95a5073c4d208cc2e31375bd237a1 (diff)
downloadrsyslog-d594f83a893a517328f55b0b0b3240c4073efb89.tar.gz
rsyslog-d594f83a893a517328f55b0b0b3240c4073efb89.tar.xz
rsyslog-d594f83a893a517328f55b0b0b3240c4073efb89.zip
server's X509 cert fingerprint is obtained by client on connect
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 0be5d49a..367a239f 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -223,6 +223,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_DRVRNAME_TOO_LONG = -2082, /**< driver name too long - should never happen */
RS_RET_TLS_HANDSHAKE_ERR = -2083, /**< TLS handshake failed */
RS_RET_TLS_CERT_ERR = -2084, /**< generic TLS certificate error */
+ RS_RET_TLS_NO_CERT = -2085, /**< no TLS certificate available where one was expected */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */