diff options
author | venaas <venaas> | 2008-10-13 12:15:08 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-10-13 12:15:08 +0000 |
commit | 5f17b7649939aa0594420e6b75ae3df58ed82ee9 (patch) | |
tree | 9ded05edaeb13f235b20408308081592d972fa5f /radsecproxy.h | |
parent | 045e082e8c642cf3bbefe6777005b3481ca0fad9 (diff) |
support for checking certificate policy oids
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@425 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 520703f..a29d733 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -155,6 +155,7 @@ struct tls { char *certkeyfile; char *certkeypwd; uint8_t crlcheck; + char **policyoids; uint32_t cacheexpiry; uint32_t tlsexpiry; uint32_t dtlsexpiry; |