aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-02-21 16:45:50 +0000
committerMichael Brown <mcb30@ipxe.org>2024-02-22 00:08:27 +0000
commit075292cc2dcde1ad2580d37ac019f29a0eaa01ef (patch)
treee3dce344e445df223aa2c9ba83b57db65272b1a5 /src/tests/tests.c
parent929f06a76de37612015882af592997a7da15a82d (diff)
downloadipxe-mschapv2.tar.gz
[crypto] Add implementation of MS-CHAPv2 authenticationmschapv2
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>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 282d2eb65..90cec9489 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -83,3 +83,4 @@ REQUIRE_OBJECT ( gcm_test );
REQUIRE_OBJECT ( nap_test );
REQUIRE_OBJECT ( x25519_test );
REQUIRE_OBJECT ( des_test );
+REQUIRE_OBJECT ( mschapv2_test );