btimby / py-radius

RADIUS authentication module
Other
62 stars 38 forks source link

Add support for radius over TCP #15

Closed nakhan98 closed 5 years ago

nakhan98 commented 6 years ago

Some simple changes to allow radius over TCP. Tests included.

Thanks

graingert commented 5 years ago

This PR does not comply with the Radius spec:

"bare" TCP transport MUST NOT be used without TLS, IPsec, or another secure upper layer.