38826d4a4194df2e2f4d95b43266e1fd5e7afe99
[radsecproxy.git] / lib / HACKING
1 HACKING file for libradsec (in Emacs -*- org -*- mode).
2 * Design of the libraray
3 - three usage models
4   - using send and receive calls in blocking mode
5   - running the libevent loop, getting callbacks
6   - running own event loop, using fd's for select and doing the i/o
7     using libradsec send/receive
8 * Functionality
9 ** Not implemented
10 - autoconf/automake/libtool
11 - client: matching responses, resending packets
12 - custom allocation scheme used in all places
13 - callbacks invoked properly
14 - server fail over
15 - TLS
16 - TLS PSK
17 - DTLS
18 ** Not tested
19 - reading config file
20 - short read
21 - short write
22 ** Tested and verified