Hi, > eap-mschapv2 was not loaded in plugins and when the connection needs > to use it it shows : "loading EAP_MSCHAPV2 method failed"
eap-mschapv2 depends on two older crypto algorithms, namely DES-ECB and MD4. While DES is provided by default in through the "des" plugin, MD4 is not. It can be enabled with --enable-md4 during configure (or alternatively through --enable-openssl). Regards Martin _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
