summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2010-10-01 00:14:05 +0200
committerLinus Nordberg <linus@nordu.net>2010-10-01 00:14:05 +0200
commitb1437bde86daa8826a8eeb1437cca11dda88283e (patch)
tree2dd210d9b424a8511a102e25d1abb9f78a9153fb /lib/README
parent727af5678906c03eedff8d8262d39fad788973a6 (diff)
WIP -- example client sending and receiving Access-Request/Accept.
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/README b/lib/README
new file mode 100644
index 0000000..c4d0609
--- /dev/null
+++ b/lib/README
@@ -0,0 +1,11 @@
+This is a non-working RADIUS library doing UDP, TCP, TLS and DTLS.
+
+It depends on libradius from FreeRADIUS freeradius-server and
+libevent2.
+
+The parts of it thathas been tested has been so on Linux (Ubuntu
+10.04) with libfreeradius2 (2.1.8+dfsg-1ubuntu1) and
+libevent-2.0.7-rc-dev.
+
+The file HACKING contains more detailed info on the state of the
+various parts of the library.