10 May
2011
10 May
'11
9:10 a.m.
The current "master" branch includes limited support for radsec. You will have to do a "./configure" after doing a "git pull", otherwise the build will break. What works? Adding a "tls" subsection to "listen" and "home_server" configurations. See raddb/sites-available/tls. That's it for now. Note it does *not* support sending or receiving RADIUS over TLS. That will wait for another day. The current functionality involves little more than pulling the TLS code out of the EAP-TLS module, and adding it to the server core. The next steps will add significant amounts of new code to send and receive RADIUS over TLS. Alan DeKok.