Is there a solution compatible with FIPS RADIUS.NET?

I am wondering if there is a FIPS compatible solution for authenticating with a RADIUS server through .NET, for example http://code.google.com/p/radius-net/source/browse/trunk/radius-net/src/? r = 4

A related issue that makes it incompatible with FIPS is the use of MD5, which is not a secure algorithm in accordance with this standard.

+1
source share
1 answer

MD5 makes the entire RADIUS protocol incompatible, not just one specific client.

. RADIUS MD5, FIPS , RADIUS?

, , FIPS, , FIPS.

: MD5, FIPS ?

+2

All Articles