-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Here are some config files for eapol_test to test TTLS:
Config File for TTLS+PAP:
network={
eap=TTLS
eapol_flags=3
key_mgmt=IEEE8021X
identity="foo"
password="bar"
anonymous_identity="thatsme"
#ca_cert="certs/ca.pem"
phase2="auth=PAP"
}
Config File for TTLS+MD5:
network={
eap=TTLS
eapol_flags=0
key_mgmt=IEEE8021X
identity="foo"
password="bar"
anonymous_identity="thatsme"
#ca_cert="certs/ca.pem"
phase2="auth=MD5"
}
Config File for TTLS+MSCHAP_v2:
network={
eap=TTLS
eapol_flags=0
key_mgmt=IEEE8021X
identity="foo"
password="bar"
anonymous_identity="thatsme"
#ca_cert="certs/ca.pem"
phase2="auth=MSCHAPV2"
}
It is not easy to test with EAPOL_TEST because it does not handle TLS challenges sent from the server and times out.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels