summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-26 12:53:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-26 12:53:49 +0200
commitb674dd69bd35ee4da511ae73e70946ce4040b439 (patch)
treed5b4c9042ffd21a3a452a800291abfddb0abad58 /runtime/rsyslog.h
parent7b604269c725eaa6120ddbece6a1ec0b67d9cf82 (diff)
downloadrsyslog-b674dd69bd35ee4da511ae73e70946ce4040b439.tar.gz
rsyslog-b674dd69bd35ee4da511ae73e70946ce4040b439.tar.xz
rsyslog-b674dd69bd35ee4da511ae73e70946ce4040b439.zip
added gtls name authentication based on common name (inside DN)
also changed fingerprint gtls auth mode to new format fingerprint
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 dfa14f35..4f858928 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -230,6 +230,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_INVALID_FINGERPRINT = -2088, /**< a fingerprint is not valid for this use case */
RS_RET_CONNECTION_ABORTREQ = -2089, /**< connection was abort requested due to previous error */
RS_RET_CERT_INVALID = -2090, /**< a x509 certificate failed validation */
+ RS_RET_CERT_INVALID_DN = -2091, /**< distinguised name in x509 certificate is invalid (e.g. wrong escaping) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */