Hi Reyk,
the attached patch against the current CVS version of security/wpa_supplicant
enables PKCS12, which is needed for reading certificates from files, such
as in the eduroam network.
--
Gregor Best
Only in security/wpa_supplicant: .Makefile.swp
diff -ur security/wpa_supplicant.old/Makefile security/wpa_supplicant/Makefile
--- security/wpa_supplicant.old/Makefile Wed Feb 6 13:12:46 2013
+++ security/wpa_supplicant/Makefile Wed Feb 6 13:13:00 2013
@@ -3,7 +3,7 @@
COMMENT= IEEE 802.1X supplicant
DISTNAME= wpa_supplicant-2.0
-REVISION= 0
+REVISION= 2
CATEGORIES= security net
HOMEPAGE= http://hostap.epitest.fi/wpa_supplicant/
Binary files security/wpa_supplicant.old/files/.config.swp and
security/wpa_supplicant/files/.config.swp differ
diff -ur security/wpa_supplicant.old/files/config
security/wpa_supplicant/files/config
--- security/wpa_supplicant.old/files/config Wed Feb 6 13:14:18 2013
+++ security/wpa_supplicant/files/config Wed Feb 6 13:13:55 2013
@@ -10,6 +10,7 @@
CONFIG_DRIVER_OPENBSD=y
CONFIG_IEEE8021X_EAPOL=y
CONFIG_PEERKEY=y
+CONFIG_PKCS12=y
CONFIG_EAP_MD5=y
CONFIG_EAP_MSCHAPV2=y