fragattacks/src/radius
Stefan Winter a2fbf12524 Disable PMTU discovery for RADIUS packets (sent them without DF)
When Linux has Path MTU discovery enabled, it sets by default the DF bit
on all outgoing datagrams, also UDP ones. If a RADIUS message is bigger
than the smallest MTU size to the target, it will be discarded.

This effectively limits RADIUS messages to ~ 1500 Bytes, while they can
be up to 4k according to RFC2865. In practice, this can mean trouble
when doing EAP-TLS with many RADIUS attributes besides the EAP-Message.
[Bug 326]
2009-08-23 21:21:25 +03:00
..
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
radius_client.c Disable PMTU discovery for RADIUS packets (sent them without DF) 2009-08-23 21:21:25 +03:00
radius_client.h Added support for removing RADIUS accounting and RADIUS in general 2009-01-08 19:15:25 +02:00
radius_server.c Add RADIUS server support for identity selection hint (RFC 4284) 2008-12-26 20:22:12 +02:00
radius_server.h Add RADIUS server support for identity selection hint (RFC 4284) 2008-12-26 20:22:12 +02:00
radius.c Moved RADIUS Class attribute helpers into RADIUS module 2009-01-13 20:01:29 +02:00
radius.h Fix hostapd build with RADIUS support removed 2009-03-02 21:25:53 +02:00