made dtls server do proper certificate matching
[radsecproxy.git] / dtls.h
1 /*
2  * Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
3  *
4  * Permission to use, copy, modify, and distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  */
8
9 void *udpdtlsserverrd(void *arg);
10 int dtlsconnect(struct server *server, struct timeval *when, int timeout, char *text);
11 void *dtlsservernew(void *arg);
12 void *dtlsclientrd(void *arg);
13 void *udpdtlsclientrd(void *arg);
14 int clientradputdtls(struct server *server, unsigned char *rad);
15 void addserverextradtls(struct clsrvconf *conf);
16 void initextradtls();