aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/mschapv2_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Add implementation of MS-CHAPv2 authenticationmschapv2Michael Brown2024-02-221-0/+144
Add an implementation of the authentication portions of the MS-CHAPv2 algorithm as defined in RFC 2759, along with the single test vector provided therein. Signed-off-by: Michael Brown <mcb30@ipxe.org>