aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c
Commit message (Expand)AuthorAgeFilesLines
* eap-mschapv2: Keep internal state to prevent authentication from succeeding p...Tobias Brunner2015-11-161-24/+67
* eap-mschapv2: Report username if different from EAP-Identity (or IKE identity)Tobias Brunner2015-11-121-1/+4
* eap-mschapv2: Provide EAP-MSCHAPv2 username as EAP-IdentityTobias Brunner2015-11-121-2/+17
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-141-1/+1
* utils: Use memeq_const() for all cryptographic purposesMartin Willi2015-04-141-3/+2
* eap-mschapv2: Fix potential leaks in case of invalid messages from serversTobias Brunner2014-04-091-0/+4
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-7/+7
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Correctly transmit EAP-MSCHAPv2 user name if it contains a domain partTobias Brunner2012-08-161-11/+12
* Fix EAP-MSCHAPv2 master key derivation, broken with 87dd205bMartin Willi2012-07-181-4/+12
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-20/+35
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+2
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+7
* Check rng return value when generating challenges in eap-md5 and mschapv2 plu...Tobias Brunner2012-07-161-10/+10
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-6/+3
* implemented get|set_identifier() for eap_mschapv2_tAndreas Steffen2011-04-051-0/+14
* Migrated eap_mschapv2 plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-57/+34
* fixed typo in eap-mschapv2 pluginAndreas Steffen2010-08-161-5/+5
* Moved credential manager to libstrongswanMartin Willi2010-07-131-4/+2
* Compiler warning fixed.Tobias Brunner2010-05-041-1/+1
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1250