On Mon, 2014-12-22 at 18:00 -0500, Michael Richardson wrote:
Nikos Mavrogiannopoulos <nmav@gnutls.org> wrote: > I've modified the freeradius-client to simplify its API, remove all > IPv4-only legacy code and add DTLS support (rfc7360). The DTLS support > I've tried to add in a transparent way, i.e., an old client could still > have basic DTLS support only by modifying its configuration file. This > is currently experimental code and most likely will have bugs, but I'd > like to see any comments on the approach or possible improvements.
> My main concern is that there have been no releases of freeradius-client > for many years, although the intention is to send back the changes as > pull requests to the original repository once they stabilize.
I posted about: https://github.com/credil/freeradius-client
a few months back. I was mostly adding support for IPv6 TLVs. I think that you made it work over IPv6, whereas I cared about carrying information about IPv6 connections.
Incidentally I think I've reimplemented it as I also needed IPv6 TLVs and is now included in the main freeradius-client repository. regards, Nikos