summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2007-01-25 12:42:48 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-01-25 12:42:48 +0000
commitd1fd8449df7f12c6798849a13f1474fd40d66c32 (patch)
tree52ced158cd5640abbae87e8c941ef8e6f2d8b04f /radsecproxy.h
parent234912c553f7808f25064b1a3980eb3651bb313e (diff)
further tls changes. not complete, contains some test code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@40 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index e6dca52..5719070 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -19,6 +19,7 @@
#define DEFAULT_UDP_PORT "1812"
#define DEFAULT_TLS_PORT "2083"
#define REQUEST_TIMEOUT 5
+#define MAX_CERT_DEPTH 5
#define RAD_Access_Request 1
#define RAD_Access_Accept 2
@@ -43,6 +44,8 @@
#define RAD_Attr_Value 2
struct options {
+ char *tlscacertificatefile;
+ char *tlscacertificatepath;
char *tlscertificatefile;
char *tlscertificatekeyfile;
char *udpserverport;