Skip to content

eapol_test config files: Add TTLS #9

@cheggerdev

Description

@cheggerdev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions