diff options
author | venaas <venaas> | 2008-08-21 14:33:11 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-08-21 14:33:11 +0000 |
commit | a2a0f702e632d9219628fc467e1d2e5bde2eab7d (patch) | |
tree | 0ae58e84406000fa972df869e5b5d53a0055ad98 /radsecproxy.h | |
parent | fbb9d82bb98b950898eaea727e3f0ca584d1f587 (diff) |
made dtls server do proper certificate matching
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@356 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 2546470..e9f3bed 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -208,6 +208,8 @@ struct client *addclient(struct clsrvconf *conf); void removeclient(struct client *client); void removeclientrqs(struct client *client); struct queue *newqueue(); +void removequeue(struct queue *q); +void freebios(struct queue *q); int radsrv(struct request *rq); X509 *verifytlscert(SSL *ssl); int verifyconfcert(X509 *cert, struct clsrvconf *conf); |