From d1fd8449df7f12c6798849a13f1474fd40d66c32 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 25 Jan 2007 12:42:48 +0000 Subject: 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 --- radsecproxy.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'radsecproxy.h') 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; -- cgit v1.1