aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_peap/eap_peap_peer.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Encode EAP-Naks in expanded format if we got an expanded type requestTobias Brunner2012-08-311-1/+1
* Allow clients to request a configured EAP method via EAP-NakTobias Brunner2012-08-311-1/+1
* Send EAP-Nak with supported types if requested type is unsupportedTobias Brunner2012-08-311-2/+3
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-2/+2
* send an empty EAP Ack client message if TLS was successful and handle it on t...Andreas Steffen2011-04-151-28/+0
* allow multi-pass authentication schemes as e.g. MSCHAPv2Andreas Steffen2011-04-061-15/+14
* display EAP identifiers in HEX formatAndreas Steffen2011-04-061-2/+2
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-061-0/+285