aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/eap
Commit message (Collapse)AuthorAgeFilesLines
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-23/+30
| | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback.
* Use standard unsigned integer typesAndreas Steffen2016-03-243-10/+10
|
* plugin-feature: Add vendor specific EAP method registration macrosTobias Brunner2015-08-171-1/+2
| | | | | | | | | | | Vendor specific EAP methods may be registered with: PLUGIN_CALLBACK(eap_method_register, <constructor>), PLUGIN_PROVIDE(EAP_SERVER_VENDOR, <type>, <vendor>), Same for client implementations via EAP_PEER_VENDOR. References #969.
* eap: Add an optional authentication details getter to the EAP method interfaceMartin Willi2015-03-031-0/+12
|
* make TNC client authentication type available to IMVsAndreas Steffen2013-02-121-0/+57
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Filter invalid EAP authentication types when enumerating themTobias Brunner2012-08-312-1/+10
| | | | Valid authentication types defined by the IETF are 4-253 and 255.
* Added a method to enumerate registered EAP methodsTobias Brunner2012-08-212-0/+43
|
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-204-0/+462